Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Which deployment strategy in Google Kubernetes Engine (GKE) should you implement to enable immediate rollback to a previous application version when issues arise with a new deployment?
A
Perform a rolling deployment, and test your new application after the deployment is complete.
B
Perform A/B testing, and test your application periodically after the deployment is complete.
C
Perform a canary deployment, and test your new application periodically after the new version is deployed.
D
Perform a blue/green deployment, and test your new application after the deployment is complete.