Hi,
Being made to stay safe at home due to COVID-19, I want to setup a cluster using existing devices at home, mostly Linux and MacOS. I also have a RPi2 which could be the master node (?)
Is that a feasible option? How should I go about it?
Thanks for all suggestions.
Cheers.
For sure that seems feasible.
You will need to put all the devices on the same network (some ethernet cables with a hub would be sufficient, or a WiFi router), and then you can use kubeadm to install each node: Creating a single control-plane cluster with kubeadm - Kubernetes
Thanks @feloy!
I’ll give it a go.