How do managed Kubernetes providers hide the master nodes?
问题 If I run kubectl get nodes on GKE, EKS, or DigitalOcean Kubernetes, I only see the worker nodes. How are these systems architected at the network or application level to create this separation between workers and masters? 回答1: You can run the Kubernetes control plane outside Kubernetes as long as the worker nodes have network access to the control plane. This approach is used on most managed Kubernetes solutions. 回答2: A Container Engine cluster is a group of Compute Engine instances running