PROFESSIONAL-CLOUD-ARCHITECT · Question #376
Your organization uses Google Kubernetes Engine (GKE) and Amazon Elastic Kubernetes Service (EKS) to manage a complex Kubernetes environment across multiple cloud providers. You need to deploy a solut
The correct answer is D. Utilize Config Sync as part of GKE to synchronize configurations from a centralized repository,. Config Sync and Policy Controller are Google-recommended Anthos/GKE capabilities for centralized, Git-based configuration management and consistent policy enforcement using OPA Gatekeeper. This combination standardizes application and platform configuration across multiple cluste
Question
Options
- ALeverage Argo CD for GitOps-based continuous delivery and Open Policy Agent (OPA) for policy
- BDeploy Crossplane for managing cloud resources as Kubernetes objects, FluxCD for GitOps-
- CDeploy Kustomize for configuration customization, Config Sync with multiple Git repositories, and
- DUtilize Config Sync as part of GKE to synchronize configurations from a centralized repository,
How the community answered
(27 responses)- A7% (2)
- B4% (1)
- C19% (5)
- D70% (19)
Explanation
Config Sync and Policy Controller are Google-recommended Anthos/GKE capabilities for centralized, Git-based configuration management and consistent policy enforcement using OPA Gatekeeper. This combination standardizes application and platform configuration across multiple clusters and environments while enforcing security constraints declaratively and consistently.
Topics
Community Discussion
No community discussion yet for this question.