Score:3

How many Control Plane I will get if I select only 1 zone or 4 zones in Regional GKE cluster respectively?

fr flag
d.s

How many Control Plane I will get if I select only 1 zone or 4 zones in Regional GKE cluster respectively?

Thanks

Score:1
jp flag

Control plane runs on a master node that is not visible for GKE users since it's a manged service. All the worker nodes can talk to it using Kubernetes API calls via a single unified endpoint - despite how many zone the they are in.

So - technically - you will get one master node / control plane per zone. However they will be available via one endpoint.

Documentation doesn't say it directly but you're getting a control plane's replica for every zone - which means you get as many replicas a the zones you're using. However it's just a replica and they work as a backup in case of failure:

The control plane is replicated across three zones of a region. For node pools, you can manually specify the zone(s) in which the cluster's node pools run or you can use the default configuration, which replicates each node pool across three zones of the control plane's region. All zones must be within the same region as the cluster's control plane.

You can also have a look at this answer which may give you some insigt.

Wytrzymały Wiktor avatar
it flag
Hello @d.s. Does this [answer your question](https://stackoverflow.com/help/someone-answers)?
d.s avatar
fr flag
d.s
@Wojtek_B: Do you mean to say that if I select 1 zone in the region cluster I will get 1 control plane and if I select 4 zones in the regional cluster I will get 4 control planes?
Wojtek_B avatar
jp flag
You will have (sort of) many control planes - however they are all replicas and not accessible for a user (since they are managed by Google).
d.s avatar
fr flag
d.s
@ Wytrzymały Wiktor: I am not satisfied with the answer. when I ask " if I select 1 zone in the region cluster I will get 1 control plane and if I select 4 zones in the regional cluster I will get 4 control planes", the answer I am expecting is that yes my understanding is correct or no with the actual fact. I am not interested to know that they are replicas, accessed from a single endpoint. I understand those things. I only have a confusion in the number of control plane that I will get when I select 1 or 4 zones in regional cluster.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.