tskuzzy
tskuzzy

Reputation: 36446

Join an external worker node to a GKE cluster

Is it possible to have GKE manage nodes outside of its managed node pools? e.g. GCE instances spun up in a separate GCP project, AWS EC2 instances, etc.

AFAICT there's no way to run kubeadm on GKE to get the necessary tokens for me to run kubeadm join on the external nodes.

Upvotes: 0

Views: 310

Answers (1)

かいぜん
かいぜん

Reputation: 361

The answer to your question is No, because everything over GKE is managed by the GCP control plane. You will need to spin up a VM control plane apart.

Upvotes: 1

Related Questions