nerdexam
Google

PROFESSIONAL-CLOUD-ARCHITECT · Question #199

You are managing an application deployed on Cloud Run for Anthos, and you need to define a strategy for deploying new versions of the application. You want to evaluate the new code with a subset of…

The correct answer is A. Deploy a new revision to Cloud Run with the new version. Each deployment to a service creates a revision. A revision consists of a specific container image, along with environment settings such as environment variables, memory limits, or concurrency value.o Once the new revision is deployed to a Service you can manage the traffic…

Submitted by cyberguy42· Mar 30, 2026Managing implementation

Question

You are managing an application deployed on Cloud Run for Anthos, and you need to define a strategy for deploying new versions of the application. You want to evaluate the new code with a subset of production traffic to decide whether to proceed with the rollout. What should you do?

Options

  • ADeploy a new revision to Cloud Run with the new version.
  • BDeploy a new service to Cloud Run with the new version.
  • CIn the Google Cloud Console page for Cloud Run, set up continuous deployment using Cloud
  • DIn the Google Cloud Console, configure Traffic Director with a new Service that points to the new

How the community answered

(24 responses)
  • A
    75% (18)
  • B
    4% (1)
  • C
    8% (2)
  • D
    13% (3)

Explanation

Each deployment to a service creates a revision. A revision consists of a specific container image, along with environment settings such as environment variables, memory limits, or concurrency value.o Once the new revision is deployed to a Service you can manage the traffic using MANAGE TRAFFIC option inside the revision tab. https://cloud.google.com/run/docs/resource-model

Topics

#Cloud Run#traffic splitting#canary deployment#revision management

Community Discussion

No community discussion yet for this question.

Full PROFESSIONAL-CLOUD-ARCHITECT Practice