nerdexam
GoogleGoogle

PROFESSIONAL-CLOUD-DEVOPS-ENGINEER · Question #187

PROFESSIONAL-CLOUD-DEVOPS-ENGINEER Question #187: Real Exam Question with Answer & Explanation

The correct answer is D: Deploy the new revision to the existing service without traffic allocated. Split the traffic between the. By deploying the new revision to the existing service without initially allocating any traffic, you can then easily configure the traffic split to direct 10% of the traffic to the new revision and 90% to the This method allows you to test the new version seamlessly within the sam

Submitted by mateo_ar· Apr 18, 2026Applying site reliability engineering principles to a service

Question

You have an application running in production on Cloud Run. Your team recently finished developing a new version (revision B) of the application. You want to test the new revision on 10% of your clients by using the least amount of effort. What should you do?

Options

  • ADeploy the new revision to the existing service without traffic allocated. Tag the revision and share
  • BCreate a new service, and deploy the new revisions on the new service. Deploy a new revision of
  • CCreate a new service, and deploy the new revision on that new service. Create a load balancer to
  • DDeploy the new revision to the existing service without traffic allocated. Split the traffic between the

Explanation

By deploying the new revision to the existing service without initially allocating any traffic, you can then easily configure the traffic split to direct 10% of the traffic to the new revision and 90% to the This method allows you to test the new version seamlessly within the same service context, leveraging Cloud Run’s built-in traffic splitting feature, which minimizes overhead and simplifies management compared to creating new services or load balancers.

Topics

#Cloud Run#Traffic Management#Canary Deployment#Revision Management

Community Discussion

No community discussion yet for this question.

Full PROFESSIONAL-CLOUD-DEVOPS-ENGINEER PracticeBrowse All PROFESSIONAL-CLOUD-DEVOPS-ENGINEER Questions