ASSOCIATE-CLOUD-ENGINEER · Question #4
You need a dynamic way of provisioning VMs on Compute Engine. The exact specifications will be in a dedicated configuration file. You want to follow Google's recommended practices. Which method…
The correct answer is A. Deployment Manager. Google Cloud Deployment Manager allows you to specify all the resources needed for your application in a declarative format using yaml. You can also use Python or Jinja2 templates to parameterize the configuration and allow reuse of common deployment paradigms such as a load…
Question
Options
- ADeployment Manager
- BCloud Composer
- CManaged Instance Group
- DUnmanaged Instance Group
How the community answered
(40 responses)- A93% (37)
- B3% (1)
- C5% (2)
Explanation
Google Cloud Deployment Manager allows you to specify all the resources needed for your application in a declarative format using yaml. You can also use Python or Jinja2 templates to parameterize the configuration and allow reuse of common deployment paradigms such as a load balanced, auto-scaled instance group. Treat your configuration as code and perform repeatable https://cloud.google.com/deployment-manager
Topics
Community Discussion
No community discussion yet for this question.