Google Cloud Digital Leader — Question 153
An organization is developing applications by using Kubernetes. They want their teams to spend more time developing rather than managing clusters. Which Google Cloud service should the organization choose?
Answer options
- A. GKE Autopilot
- B. Compute Engine
- C. Cloud Run
- D. GKE Standard
Correct answer: A
Explanation
GKE Autopilot is designed to manage clusters automatically, allowing developers to concentrate on writing code rather than managing infrastructure. In contrast, Compute Engine provides virtual machines which require manual management, Cloud Run is suited for serverless applications without Kubernetes, and GKE Standard requires more hands-on management of the Kubernetes clusters.