
Answer-first summary for fast verification
Answer: Use Deployment Manager templates to describe the proposed changes and store them in Cloud Source Repositories.
The correct answer is B: Use Deployment Manager templates to describe the proposed changes and store them in Cloud Source Repositories. Google recommends storing Deployment Manager templates in a version-controlled repository, such as Cloud Source Repositories, in order to facilitate collaboration, version control, and rollback capabilities. This practice aligns with the principles of Infrastructure as Code (IaC) where infrastructure configurations are managed using code and version control systems similar to application code.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your team is responsible for managing and maintaining the infrastructure of your organization. Recently, you have identified the need for some modifications to this infrastructure. It is crucial to communicate these proposed changes effectively with the rest of the team to ensure alignment and adherence to Google's recommended best practices. How should you approach this task?
A
Use Deployment Manager templates to describe the proposed changes and store them in a Cloud Storage bucket.
B
Use Deployment Manager templates to describe the proposed changes and store them in Cloud Source Repositories.
C
Apply the changes in a development environment, run gcloud compute instances list, and then save the output in a shared Storage bucket.
D
Apply the changes in a development environment, run gcloud compute instances list, and then save the output in Cloud Source Repositories.
No comments yet.