nerdexam
Google

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.

Submitted by kevin_r· Mar 30, 2026Deploying and implementing a cloud solution

Question

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. What can be the reason?

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)
  • A
    3% (1)
  • B
    3% (1)
  • C
    88% (29)
  • D
    6% (2)

Why each option

This question concerns the management of the master node in Google Kubernetes Engine (GKE) clusters.

AGKE does not use master node to control child nodes.

GKE does use a master node (control plane) to manage child nodes; it's simply managed by Google.

BYou need to spin up a compute instance and set it up as master node.

Users do not need to manually spin up a compute instance and configure it as a master node; GKE handles this automatically.

CMaster node is created automatically by GKE.Correct

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.

DNone of the above.

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

#GKE#Kubernetes architecture#master node#managed service

Community Discussion

No community discussion yet for this question.

Full ASSOCIATE-CLOUD-ENGINEER Practice