
Ultimate access to all questions.
You're a Cloud DevOps Engineer who has deployed a canary release of a new application on Google Kubernetes Engine (GKE) to test new features. Unexpected errors are causing system disruptions. What's the best action to roll back the experimental canary release?
A
Implement a new canary release with fixes for the errors.
B
Delete all pods associated with the canary release.
C
Update the service object in Kubernetes to direct traffic back to the stable pods.
D
Use Google Cloud Deployment Manager to switch back to the previous version of the application.