List of questions
Related questions
Question 125 - Professional Cloud DevOps Engineer discussion
You are building the Cl/CD pipeline for an application deployed to Google Kubernetes Engine (GKE) The application is deployed by using a Kubernetes Deployment, Service, and Ingress The application team asked you to deploy the application by using the blue'green deployment methodology You need to implement the rollback actions What should you do?
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
Your answer:
0 comments
Sorted by
Leave a comment first