nerdexam
Google

ASSOCIATE-CLOUD-ENGINEER · Question #352

Your preview application, deployed on a single-zone Google Kubernetes Engine (GKE) cluster in us- centrall, has gained popularity. You are now ready to make the application generally available. You…

The correct answer is B. Use the gcloud container clusters create-auto command to create an autopilot cluster and deploy. 1. High Availability and Resilience: Google-recommended practices for high availability in GKE suggest deploying applications in regional clusters. Regional clusters automatically distribute nodes across multiple zones within a region, improving resilience and ensuring that the…

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

Question

Your preview application, deployed on a single-zone Google Kubernetes Engine (GKE) cluster in us- centrall, has gained popularity. You are now ready to make the application generally available. You need to deploy the application to production while ensuring high availability and resilience. You also want to follow Google-recommended practices. What should you do?

Options

  • AUse the gcloud container clusters create command with the options--enable-multi-networking
  • BUse the gcloud container clusters create-auto command to create an autopilot cluster and deploy
  • CUse the gcloud container clusters update command with the option--region us-centrall to update
  • DUse the gcloud container clusters update command with the option--node-locations us-centrall-

How the community answered

(30 responses)
  • A
    7% (2)
  • B
    73% (22)
  • C
    17% (5)
  • D
    3% (1)

Explanation

  1. High Availability and Resilience: Google-recommended practices for high availability in GKE suggest deploying applications in regional clusters. Regional clusters automatically distribute nodes across multiple zones within a region, improving resilience and ensuring that the application continues to run even if Autopilot mode provides fully managed infrastructure, ensuring best practices for scalability, security, and resilience are automatically applied. 2. Autopilot Clusters: With the gcloud container clusters create-auto command, you create an Autopilot - Is regional by default, distributing nodes across zones in the region. - Handles operational overhead, including scaling, resource optimization, and resilience.

Topics

#GKE Autopilot#regional cluster#high availability#cluster creation

Community Discussion

No community discussion yet for this question.

Full ASSOCIATE-CLOUD-ENGINEER Practice