GCP ACE · Question 36 · Domain 4.3: Managing Cloud Run resources
You have deployed a new revision of a Cloud Run service. You want to route 10% of the traffic to the new revision for testing, while keeping 90% on the old revision. How can you achieve this?
Answer options:
Deploy a new Cloud Run service and use Cloud DNS to split traffic.
Use the Cloud Console or gcloud to adjust the traffic splitting percentages between the revisions.
Configure an external HTTP(S) load balancer to split traffic.
Modify the application code to randomly reject 90% of requests.
50 questions · hints · full answers · grading