←back to thread

468 points speckx | 5 comments | | HN request time: 0s | source
1. Havoc ◴[] No.45303260[source]
Have a bunch of Pis too, but realized I can use them to create a high availability control plane for a k8s cluster. Pi4s are entirely adequate for that
replies(1): >>45311704 #
2. phito ◴[] No.45311704[source]
Could you please elaborate? I find this interesting as I'm building a k8s cluster and also have a bunch of RPIs laying around...
replies(1): >>45312574 #
3. Havoc ◴[] No.45312574[source]
3x Pi 4s booting off ssd running Talos with virtual IP enabled

You know in k8s you've got worker nodes and control plane nodes? The control planes don't need much horsepower, but they're what you need to be online all to communicate with the cluster. Pis work just fine for that.

replies(1): >>45312675 #
4. phito ◴[] No.45312675{3}[source]
Great, I will look into that. Thank you!
replies(1): >>45316660 #
5. Havoc ◴[] No.45316660{4}[source]
Talos in general is worth a look too. I did k3s first and in hindsight should have gone straight to talos. Bit more fiddly at start but worth it