Google Cloud Professional Cloud DevOps Engineer — Question 113
You are implementing a CI/CD pipeline for your application in your company’s multi-cloud environment. Your application is deployed by using custom Compute Engine images and the equivalent in other cloud providers. You need to implement a solution that will enable you to build and deploy the images to your current environment and is adaptable to future changes. Which solution stack should you use?
Answer options
- A. Cloud Build with Packer
- B. Cloud Build with Google Cloud Deploy
- C. Google Kubernetes Engine with Google Cloud Deploy
- D. Cloud Build with kpt
Correct answer: A
Explanation
The correct answer is A, as Cloud Build with Packer allows for the creation and deployment of custom images across different cloud environments, which meets the requirement for adaptability. Options B and C focus more on deployment rather than image building, while D with kpt is not tailored for image creation in a multi-cloud context.