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…
Question
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)- A75% (18)
- B4% (1)
- C8% (2)
- D13% (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
Community Discussion
No community discussion yet for this question.