Google Cloud Professional Cloud DevOps Engineer — Question 127

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?

Answer options

Correct answer: A

Explanation

The correct answer is A because Config Connector allows Kubernetes users to manage Google Cloud resources declaratively using Kubernetes manifests, ensuring periodic reconciliation and minimizing configuration drift. Options B, C, and D do not provide the same level of integration and automated reconciliation with Google Cloud services as Config Connector does.