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

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.