In GKE, when we create nodes, there will be a master node and many worker nodes will be created. I have a doubt whether master node is the one among which we created(replicas mentioned) or GKE creates master node separately. And What is the topology(eg.,mesh,star) in which gke cluster is formed ?
In GKE, if you create a standard cluster you will have API access to one master node, if you create a regional cluster you will have three master nodes but you will access them in One endpoint (one in each zone of the region).
GKE is a managed Kubernetes cluster, The master node is not visible among your service node you can only access it through the API only.
The default GKE configuration (topology) see the below screen
Here is some documentation regarding Private cluster
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With