Easy1 markMultiple Choice
GCP PCA · Question 23 · Compute Systems
A development team wants to deploy a microservices application on Kubernetes. They want to focus entirely on writing code and defining pod specifications, without managing nodes, configuring cluster autoscaling, or worrying about node pool upgrades. Which compute option should you recommend?
A development team wants to deploy a microservices application on Kubernetes. They want to focus entirely on writing code and defining pod specifications, without managing nodes, configuring cluster autoscaling, or worrying about node pool upgrades. Which compute option should you recommend?
Answer options:
A.
GKE Standard
B.
Compute Engine Managed Instance Groups
C.
GKE Autopilot
D.
Cloud Functions
How to approach this question
Identify the managed Kubernetes offering that abstracts away node management.
Full Answer
C.GKE Autopilot✓ Correct
GKE Autopilot
GKE Autopilot provisions and manages the cluster's underlying infrastructure, including nodes and node pools, giving you an optimized cluster with a hands-off experience. You pay only for the CPU, memory, and storage requested by your pods.
Common mistakes
Choosing GKE Standard (A) out of habit, ignoring the explicit requirement to avoid managing nodes.
Practice the full GCP Professional Cloud Architect Practice Exam 6
50 questions · hints · full answers · grading
More questions from this exam
Q01CASE STUDY: TechStream Gaming
Overview:
Industry: Gaming
Size: 500 employees, $100M revenue
Env...MediumQ02CASE STUDY: TechStream Gaming
Overview:
Industry: Gaming
Size: 500 employees, $100M revenue
Env...MediumQ03CASE STUDY: TechStream Gaming
Overview:
Industry: Gaming
Size: 500 employees, $100M revenue
Env...HardQ04CASE STUDY: TechStream Gaming
Overview:
Industry: Gaming
Size: 500 employees, $100M revenue
Env...MediumQ05CASE STUDY: TechStream Gaming
Overview:
Industry: Gaming
Size: 500 employees, $100M revenue
Env...Easy
Expert