Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can you route 10% of traffic to a new revision (revision B) of your Cloud Run application with minimal effort?
A
Deploy the new revision to the existing service without traffic allocated. Tag the revision and share the URL with 10% of your clients.
B
Create a new service, and deploy the new revisions on the new service. Deploy a new revision of the old application where the application routes a percentage of the traffic to the new service.
C
Create a new service, and deploy the new revision on that new service. Create a load balancer to split the traffic between the old service and the new service.
D
Deploy the new revision to the existing service without traffic allocated. Split the traffic between the old revision and the new revision.