List of questions
Related questions
Question 282 - Associate Cloud Engineer discussion
You want to enable your development team to deploy new features to an existing Cloud Run service in production. To minimize the risk associated with a new revision, you want to reduce the number of customers who might be affected by an outage without introducing any development or operational costs to your customers. You want to follow Google-recommended practices for managing revisions to a service. What should you do?
Deploy your application to a second Cloud Run service, and ask your customers to use the second Cloud Run service.
Ask your customers to retry access to your service with exponential backoff to mitigate any potential problems after the new revision is deployed.
Gradually roll out the new revision and split customer traffic between the revisions to allow rollback in case a problem occurs.
Send all customer traffic to the new revision, and roll back to a previous revision if you witness any problems in production.
0 comments
Leave a comment first