ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 98 - Professional Cloud DevOps Engineer discussion

Report
Export

You recently deployed your application in Google Kubernetes Engine (GKE) and now need to release a new version of the application You need the ability to instantly roll back to the previous version of the application in case there are issues with the new version Which deployment model should you use?

A.
Perform a rolling deployment and test your new application after the deployment is complete
Answers
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
Answers
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
Answers
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
Answers
D.
Perform a blue/green deployment and test your new application after the deployment is complete
Suggested answer: D

Explanation:

The best deployment model for releasing a new version of your application in GKE with the ability to instantly roll back to the previous version is to perform a blue/green deployment and test your new application after the deployment is complete. A blue/green deployment is a deployment strategy that involves creating two identical environments, one running the current version of the application (blue) and one running the new version of the application (green). The traffic is switched from blue to green after testing the new version, and if any issues are discovered, the traffic can be switched back to blue instantly. This way, you can minimize downtime and risk during deployment.

asked 18/09/2024
Preety Koul
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first