
Ultimate access to all questions.
You are designing a CI/CD pipeline for an application running on Google Kubernetes Engine (GKE). The application is deployed using Kubernetes Deployment, Service, and Ingress resources. The team requires a blue/green deployment strategy and has asked you to implement rollback procedures. What steps should you take?
A
Run the kubectl rollout undo command.
B
Delete the new container image, and delete the running Pods.
C
Update the Kubernetes Service to point to the previous Kubernetes Deployment.
D
Scale the new Kubernetes Deployment to zero.