Google Cloud Professional Cloud Developer — Question 300

You need to deploy a new feature into production on Cloud Run. Your company’s SRE team mandates gradual deployments to avoid large downtimes caused by code change errors. You want to configure this deployment with minimal effort. What should you do?

Answer options

Correct answer: C

Explanation

Option C is correct because it allows for a controlled rollout by initially directing only a small portion of traffic to the new revision, ensuring any issues can be addressed before full deployment. Option A does not provide a method for gradual deployment, while Option B lacks the comprehensive monitoring and adjustment needed for risk management. Option D involves immediate deployment of the new revision, which does not align with the gradual rollout requirement and could lead to significant downtime if issues arise.