Google Cloud Professional Cloud DevOps Engineer — Question 87

Your team deploys applications to three Google Kubernetes Engine (GKE) environments: development, staging, and production. You use GitHub repositories as your source of truth. You need to ensure that the three environments are consistent. You want to follow Google-recommended practices to enforce and install network policies and a logging DaemonSet on all the GKE clusters in those environments. What should you do?

Answer options

Correct answer: C

Explanation

The correct answer is C because using Cloud Build allows you to render and deploy configurations efficiently, while Config Sync ensures that the desired state is maintained across all three environments. The other options either do not provide the necessary configuration management or do not follow the recommended practices for consistency across GKE clusters.