GoogleGoogle
PROFESSIONAL-CLOUD-DEVELOPER · Question #167
PROFESSIONAL-CLOUD-DEVELOPER Question #167: Real Exam Question with Answer & Explanation
The correct answer is B: Deploy the application via a continuous delivery pipeline using canary deployments. Use Cloud. https://cloud.google.com/deploy/docs/deployment-strategies/canary#types_of_canary
Deploying applications
Question
The new version of your containerized application has been tested and is ready to deploy to production on Google Kubernetes Engine. You were not able to fully load-test the new version in pre-production environments, and you need to make sure that it does not have performance problems once deployed. Your deployment must be automated. What should you do?
Options
- AUse Cloud Load Balancing to slowly ramp up traffic between versions. Use Cloud Monitoring to
- BDeploy the application via a continuous delivery pipeline using canary deployments. Use Cloud
- CDeploy the application via a continuous delivery pipeline using blue/green deployments. Use
- DDeploy the application using kubectl and set the spec.updateStrategv.type to RollingUpdate. Use
Explanation
https://cloud.google.com/deploy/docs/deployment-strategies/canary#types_of_canary
Topics
#Canary Deployments#Continuous Delivery#GKE#Performance Monitoring
Community Discussion
No community discussion yet for this question.