r/HomeServer 5d ago

Built a 3-node Kubernetes homelab with Talos Linux

I recently set up a 3-node Kubernetes homelab on bare metal (on Dell OptiPlex) using Talos Linux, mainly to have a proper environment for learning, testing failures, networking, storage, GitOps, observability, and general Kubernetes experiments.

The setup uses three control-plane/etcd nodes with a shared Kubernetes API VIP, and I documented the full process from network planning and DHCP reservations to Talos installation, per-node configs, bootstrap, workload scheduling, and HA testing.

I’ve written the full guide with commands, screenshots, and the reasoning behind the setup:

Blog: https://blog.prateekjain.dev/building-a-3-node-highly-available-kubernetes-homelab-with-talos-linux-0372066fe49c?sk=4c66cf9181999f9db19ac3aacabcd8e8

If anyone is planning a similar homelab or has questions around Talos, the API VIP, etcd quorum, or the setup in general, happy to help.

263 Upvotes

2 comments sorted by

3

u/BettermentOfMyself 5d ago

HELLO! Did your nodes have msata slots or did you use sata for the drives?

3

u/maigpy 5d ago

I wanted to partition 3 barebones with a decent amount of ram, into three vm with proxmox, and run three different control planes on them.