GKE master node

妖精的绣舞 提交于 2020-02-03 09:16:36

问题


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 ?


回答1:


In GKE, if you create a standard cluster you will have API access to one master node, if you create regional cluster you will have three master node but you will access then in One endpoint (one in each zone of the region).

GKE is kubernetes managed cluster, The master node is not visible among your service node you can only access through the API only.

The default GKE confuguration (topology) see the below screen

Here some documentation regarding Private cluster



来源:https://stackoverflow.com/questions/54434561/gke-master-node

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!