List of questions
Related questions
Question 223 - Professional Cloud Developer discussion
You plan to deploy a new application revision with a Deployment resource to Google Kubernetes Engine (GKE) in production. The container might not work correctly. You want to minimize risk in case there are issues after deploying the revision. You want to follow Google-recommended best practices. What should you do?
A.
Perform a rolling update with a PodDisruptionBudget of 80%.
B.
Perform a rolling update with a HorizontalPodAutoscaler scale-down policy value of 0.
C.
Convert the Deployment to a StatefulSet, and perform a rolling update with a PodDisruptionBudget of 80%.
D.
Convert the Deployment to a StatefulSet, and perform a rolling update with a HorizontalPodAutoscaler scale-down policy value of 0.
Your answer:
0 comments
Sorted by
Leave a comment first