Topic 1 Question 147
You need to enforce several constraint templates across your Google Kubernetes Engine (GKE) clusters. The constraints include policy parameters, such as restricting the Kubernetes API. You must ensure that the policy parameters are stored in a GitHub repository and automatically applied when changes occur. What should you do?
Set up a GitHub action to trigger Cloud Build when there is a parameter change. In Cloud Build, run a gcloud CLI command to apply the change.
When there is a change in GitHub. use a web hook to send a request to Anthos Service Mesh, and apply the change.
Configure Anthos Config Management with the GitHub repository. When there is a change in the repository, use Anthos Config Management to apply the change.
Configure Config Connector with the GitHub repository. When there is a change in the repository, use Config Connector to apply the change.
ユーザの投票
コメント(5)
Answer C seems to be correct. https://medium.com/@kasiarun/introduction-to-anthos-config-management-1a43917c26ae
👍 2activist2023/10/21- 正解だと思う選択肢: C
C is the answe: using policy-controller to govern the policies. https://cloud.google.com/anthos-config-management/docs/concepts/policy-controller
👍 2lelele20232023/11/01 - 正解だと思う選択肢: C
Anthos for consistently enforce security and compliance policies across your fleet.
👍 1mshafa2023/11/05
シャッフルモード