ASSOCIATE-CLOUD-ENGINEER · Question #76
You have been asked to deploy a highly available Kubernetes cluster using Google Kubernetes Engine by your manager. While spinning up the cluster you realize you do not see option of creating master.
The correct answer is C. Master node is created automatically by GKE.. This question concerns the management of the master node in Google Kubernetes Engine (GKE) clusters.
Question
Options
- AGKE does not use master node to control child nodes.
- BYou need to spin up a compute instance and set it up as master node.
- CMaster node is created automatically by GKE.
- DNone of the above.
How the community answered
(33 responses)- A3% (1)
- B3% (1)
- C88% (29)
- D6% (2)
Why each option
This question concerns the management of the master node in Google Kubernetes Engine (GKE) clusters.
GKE does use a master node (control plane) to manage child nodes; it's simply managed by Google.
Users do not need to manually spin up a compute instance and configure it as a master node; GKE handles this automatically.
In Google Kubernetes Engine, the Kubernetes control plane (master node) is a fully managed service provided by Google. Users do not directly create or manage the master node; it is automatically provisioned and maintained by GKE when a cluster is created, ensuring high availability and upgrades.
This statement is incorrect because option C accurately describes the GKE master node management.
Concept tested: GKE Managed Control Plane
Source: https://cloud.google.com/kubernetes-engine/docs/concepts/architecture
Topics
Community Discussion
No community discussion yet for this question.