Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can you deploy a new application revision to Google Kubernetes Engine (GKE) in production while minimizing risk if the container fails, following Google-recommended best practices?
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.