-
(Newbie question, never setup a K8S cluster before) I have two x86 machines and a Raspberry Pi 5. I was planning to install Talos on all of them, but I just found out that Raspberry Pi 5 is not supported by almost all distros, including Talos, FCOS and Flatcar. I think I have to install Raspbian on the Pi and setup K8S manually. Would the K8S setup still work if I install Flatcar on the other two x86 machines? (FWIW, this is the answer from a maintainer of Talos when I asked them a similar question) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @abceleung sorry for the delay. Flatcar uses vanilla Kubernetes and has no strict requirements regarding the used control-plane. I think you should be able to mix Flatcar nodes with other distro in your Kubernetes cluster. Let us know how it goes, that might be interesting to document. |
Beta Was this translation helpful? Give feedback.
Hi @abceleung sorry for the delay. Flatcar uses vanilla Kubernetes and has no strict requirements regarding the used control-plane. I think you should be able to mix Flatcar nodes with other distro in your Kubernetes cluster.
Let us know how it goes, that might be interesting to document.