Building My Hybrid Kubernetes Cluster II About six months ago I wrote about building my hybrid Kubernetes cluster. At that stage it was still evolving (and I was still learning). Some bits added. Bits removed. Some experiments worked. Some were pointless. That’s the fun of it. Now it feels settled. Intentional. The cluster today is built around five Raspberry Pi 5s and one Intel NUC. One Pi 5 runs as the primary K3S master at 192.168.0.10. Four Pi 5s run as dedicated workers. The Intel NUC at 192.168.0.20 is also a worker, but it’s my heavy compute node as well. Everything is 64-bit. Everything is running properly off SSD storage. Each Raspberry Pi 5 has 8GB of RAM and its own 500GB SSD. No more relying on microSD cards for anything serious. SD cards are fine for a weekend project. They are not fine for a distributed system that is constantly writing logs, pulling containers, running storage backends and shifting data around. Moving to SSDs made the whole cluster feel solid. Fast...