Topic 1 Question 106
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?
Cloud Build with Packer
Cloud Build with Google Cloud Deploy
Google Kubernetes Engine with Google Cloud Deploy
Cloud Build with kpt
ユーザの投票
コメント(5)
- 正解だと思う選択肢: A
Packer is an open source tool for creating identical Virtual Machine (VM) images for multiple platforms from a single source configuration.
Reference: https://cloud.google.com/build/docs/building/build-vm-images-with-packer
C and D is related to Kubernetes and B does not suitable for platfrom other then GCP.
👍 3PrayasMohanty2023/10/10 - 正解だと思う選択肢: A
the question asks for “build and deploy”(cloud build), plus it needs to support multi-cloud(packer).
👍 3lelele20232023/10/18 Answer is A Solution must be suitable for multi cloud environment.
👍 2mshafa2023/11/01
シャッフルモード