
Answer-first summary for fast verification
Answer: 1. Create a new revision of the application's service. 2. Distribute traffic between this new revision and the current live version.
Option B is correct because creating a new revision of the same service allows for efficient traffic splitting between the new and live versions, facilitating a controlled test environment. Options A and C are incorrect as they suggest creating separate services, which complicates traffic management. Options C and D are incorrect because Cloud Run inherently supports traffic splitting without the need for an HTTP Load Balancer, which would unnecessarily complicate the setup. For detailed steps on traffic splitting in Cloud Run, refer to the official documentation.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are managing a customer-facing web application on Cloud Run for Anthos. After creating an update for your application, you wish to test this update with a small segment of live users before a full rollout. What is the best approach to achieve this?
A
B
C
D
No comments yet.