Multiple Choice
Your application is deployed in a Google Kubernetes Engine (GKE) cluster. When a new version of your application is released, your CI/CD tool updates the spec.template.spec.containers[0].image value to reference the Docker image of your new application version. When the Deployment object applies the change, you want to deploy at least 1 replica of the new version and maintain the previous replicas until the new replica is healthy. Which change should you make to the GKE Deployment object shown below?
A) Set the Deployment strategy to RollingUpdate with maxSurge set to 0, maxUnavailable set to 1.
B) Set the Deployment strategy to RollingUpdate with maxSurge set to 1, maxUnavailable set to 0.
C) Set the Deployment strategy to Recreate with maxSurge set to 0, maxUnavailable set to 1.
D) Set the Deployment strategy to Recreate with maxSurge set to 1, maxUnavailable set to 0.
Correct Answer:

Verified
Correct Answer:
Verified
Q46: Your application is controlled by a managed
Q47: Case study This is a case study.
Q48: Case study This is a case study.
Q49: Case Study Company Overview HipLocal is a
Q50: Your company has a data warehouse that
Q52: You are developing a JPEG image-resizing API
Q53: You are using Cloud Build to build
Q54: You are load testing your server application.
Q55: You have an application controlled by a
Q56: Your data is stored in Cloud Storage