Monday, February 17, 2025

Homelab

 Eposide 1 

 

I build my homelab to test and learn new topics. In my homelab I wanted to buidl my private cluster. First choice was Proxmox. I instaled Proxmox on laptop and worker nodes. After I few VMs, I realize spend time on learning Proxmox. Then I realize, that I not going to selected direction.                              I incorporate YAGNI principle, and move to next step. I go to Ubuntu Server. I choosed Ubuntu 22.04.5 LTS (Jammy Jellyfish). I believe that, they fix initial bugs :)

My homelab contain:

1. TP-Link Wireless N Router WR841N     - 1 pcs
2. Laptop Asus X550CC                              - 1 pcs
3. HP T620 Thin Client                                - 2 psc



Numbers:

1. Rooter




2. I decide to set Asus laptop as master. Below SSH connection is set up already.


Initialy I wanted paste neofetch snapshoot.

Inxi software gives more details.
Result below is done by command: 
inxi -Fxz


3. Worker  nodes detail.

Worker node - 1


Worker node - 2

 


Inxi -Fz details:

Next in Homelab is plan to build K3s multi node cluster.










No comments:

Post a Comment

K8s cluster - bash install

     In my homelab, I testes another method of installation of Kubernetes. Average time of installation of Kubernetes via Ansible was 15 min...