A cloud engineering team is planning a new Google Kubernetes Engine (GKE) deployment for a suite of stateless web microservices. The team needs to ensure the workload has high availability across multiple zones in a region while completely eliminating the operational overhead of provisioning, patching, and managing worker node infrastructure. Which TWO cluster architecture options should the team select to meet these requirements?
- Deploy the cluster using GKE Autopilot mode.Answer
- Configure a Regional cluster architecture.Answer
- CProvision a single-zone Zonal cluster to reduce regional control plane replication.
- DConfigure GKE Standard mode with custom node OS images for manual kernel patch control.
- EConfigure all node pools to use Spot VMs exclusively for non-preemptible database state.
Answer
The cloud engineering team should select GKE Autopilot mode and configure a Regional cluster architecture.
Deploying in GKE Autopilot mode fulfills the requirement to eliminate node management overhead by allowing Google Cloud to handle node provisioning, security patching, and auto-scaling. Selecting a Regional cluster architecture ensures high availability by replicating the control plane across multiple zones in a region and running worker nodes across those zones.
Step-by-Step Solution
Key Concept
GKE Autopilot Operational Model and Regional Cluster High Availability Topology