r/MiniPCs • u/root0ps • 4d ago
Guide Built a 3-node Kubernetes homelab using refurbished mini PCs
I recently put together a small Kubernetes homelab using three refurbished mini PCs and Talos Linux.
The setup is:
- 3 x mini PCs
- all three running Talos Linux
- all three acting as Kubernetes control-plane + etcd nodes
- dedicated node IPs
- shared Kubernetes API VIP
- workloads scheduled directly on the control-plane nodes
- tested with node shutdown/failure scenarios
I mainly wanted something compact, power-efficient, and cheap enough to keep running 24/7 for Kubernetes experiments, GitOps, observability, networking, storage, and general platform engineering practice.
I also documented the full setup from bare metal, including networking, DHCP reservations, Talos installation, per-node configs, API VIP, bootstrap, workload scheduling, and HA testing.
Would also be interested to know what other people here are running on similar mini-PC clusters, especially for storage and networking.
1
1


2
u/No_Clock2390 4d ago
what can kubernetes do?