Topic 1 Question 151
Your company runs applications in Google Kubernetes Engine (GKE) that are deployed following a GitOps methodology. Application developers frequently create cloud resources to support their applications. You want to give developers the ability to manage infrastructure as code, while ensuring that you follow Google-recommended practices. You need to ensure that infrastructure as code reconciles periodically to avoid configuration drift. What should you do?
Install and configure Config Connector in Google Kubernetes Engine (GKE).
Configure Cloud Build with a Terraform builder to execute terraform plan and terraform apply commands.
Create a Pod resource with a Terraform docker image to execute terraform plan and terraform apply commands.
Create a Job resource with a Terraform docker image to execute terraform plan and terraform apply commands.
ユーザの投票
コメント(5)
- 正解だと思う選択肢: A
Config Connector's controllers eventually reconcile your environment with your desired state. https://cloud.google.com/config-connector/docs/overview
👍 3mshafa2023/11/04 I think the answer B is correct.
👍 2activist2023/10/21- 正解だと思う選択肢: A
Why not A? https://cloud.google.com/blog/products/containers-kubernetes/anthos-config-management-config-controller-available-on-gke Config controller leverages config connector, config controller includes config-synct/gcp-cloud-resource-creation/policy-sync, it 'gitops', 'reconcile', 'taking-care-of-gcp-cloud-resource'
👍 2lelele20232023/11/01
シャッフルモード