Reputation: 36446
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
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