ASSOCIATE-CLOUD-ENGINEER · Question #367
Your company is modernizing its applications and refactoring them to containerized microservices. You need to deploy the infrastructure on Google Cloud so that teams can deploy their applications. The
The correct answer is C. Provision a Google Kubernetes Engine (GKE) Autopilot cluster.. Provisioning a Google Kubernetes Engine (GKE) Autopilot cluster is the best option to minimize management and operational overhead. GKE Autopilot automatically manages the infrastructure, scaling, and health of the cluster, while also ensuring that the applications are not expose
Question
Options
- AProvision a Standard zonal Google Kubernetes Engine (GKE) cluster.
- BProvision a fleet of Compute Engine instances and install Kubernetes.
- CProvision a Google Kubernetes Engine (GKE) Autopilot cluster.
- DProvision a Standard regional Google Kubernetes Engine (GKE) cluster.
How the community answered
(34 responses)- A6% (2)
- B3% (1)
- C79% (27)
- D12% (4)
Explanation
Provisioning a Google Kubernetes Engine (GKE) Autopilot cluster is the best option to minimize management and operational overhead. GKE Autopilot automatically manages the infrastructure, scaling, and health of the cluster, while also ensuring that the applications are not exposed publicly by default. This option simplifies Kubernetes operations without sacrificing control or
Topics
Community Discussion
No community discussion yet for this question.