GoogleGoogle
PROFESSIONAL-CLOUD-DEVELOPER · Question #150
PROFESSIONAL-CLOUD-DEVELOPER Question #150: Real Exam Question with Answer & Explanation
The correct answer is C: Perform a blue/green deployment, and test your new application after the deployment is.. https://cloud.google.com/architecture/application-deployment-and-testing- strategies#choosing_the_right_strategy
Implementing Deployment Strategies
Question
You recently deployed your application in Google Kubernetes Engine, and now need to release a new version of your application. You need the ability to instantly roll back to the previous version in case there are issues with the new version. Which deployment model should you use?
Options
- APerform a rolling deployment, and test your new application after the deployment is complete.
- BPerform A/B testing, and test your application periodically after the new tests are implemented.
- CPerform a blue/green deployment, and test your new application after the deployment is.
- DPerform a canary deployment, and test your new application periodically after the new version is
Explanation
https://cloud.google.com/architecture/application-deployment-and-testing- strategies#choosing_the_right_strategy
Topics
#Blue/Green Deployment#Deployment Strategies#Kubernetes#Rollback
Community Discussion
No community discussion yet for this question.