Can you attach external worker nodes to Managed Kubernetes Control Plane? If yes, how to attach them?

1/20/2020

I know many services provided a managed control plane. GKE, Digital Ocean. I want a Kubernetes cluster using those service as they provide reliablity. But I want to expand my kubernetes cluster using a number of physical machines, old machines, raspberry pis etc that I have in my local office.

Is it possible? If so, how can I do that?

I found two questions in stackoverflow related to this, but both go with unsatisfactory answers

Here the answer seems to be using kubeadm init - which really is not about adding a worker node, but doing making the control plane HA.

Says it is possible, but does not mention how to add external worker nodes.

-- Senthil Kumaran
kubernetes

0 Answers