Building My Hybrid Kubernetes Cluster
Building My Hybrid Kubernetes Cluster Two Weeks of Trial, Error, and Progress Over the last couple of weeks, I’ve been steadily building up my own Kubernetes (k3s) cluster at home. It’s a mix of new Raspberry Pi 5 boards, some older pcDuino Nano boards, and a laptop I’ve turned into a dedicated compute node. It hasn’t been smooth sailing, but every hurdle has been a learning curve. Here’s the story so far. Current Cluster Setup Here’s what the cluster looks like right now: MASTER: Raspberry Pi 5 (8 GB RAM, 500 GB SSD) NODE01: Raspberry Pi 5 (8 GB RAM, 500 GB SSD) NODE02 (coming soon): Raspberry Pi 5 (8 GB RAM, SSD will be moved over from a pcDuino) NODE03: pcDuino Nano (1 GB RAM, 500 GB SSD) NODE04: pcDuino Nano (1 GB RAM, 500 GB SSD) AIHub: Intel i7-4xxx (16 GB RAM, 1 TB SSD, Ubuntu; acting as another node alongside the Pis) So, it’s a hybrid cluster: ARM64 Pis, some old 32-bit ARM pcDuinos, and an x86_64 Intel machine a...