GCP ACE · Question 35 · Domain 4.3: Managing Cloud Run resources
You have deployed a new version (v2) of your application to Cloud Run. You want to test this new version with a small subset of users before fully rolling it out. You want 10% of traffic to go to v2, and 90% to remain on v1.
How should you configure this?
Answer options:
Deploy v2 to a new Cloud Run service and use a Global HTTP(S) Load Balancer to split traffic.
Use the Cloud Run traffic splitting feature to assign 90% to the v1 revision and 10% to the v2 revision.
Modify your application code to randomly route 10% of requests to a different endpoint.
Create a Cloud DNS weighted routing policy.
50 questions · hints · full answers · grading