SC-100 · Question #233
You plan to deploy 20 Azure Kubernetes Service (AKS) clusters. The cluster configuration will be managed declaratively by using Kubernetes manifest files stored in Azure Repos. You need to recommend…
The correct answer is D. Flux. Application deployments with GitOps (Flux v2) for AKS and Azure Arc-enabled Kubernetes GitOps on Azure Arc-enabled Kubernetes or Azure Kubernetes Service uses Flux, a popular open-source tool set. Flux provides support for common file sources (Git and Helm repositories…
Question
You plan to deploy 20 Azure Kubernetes Service (AKS) clusters. The cluster configuration will be managed declaratively by using Kubernetes manifest files stored in Azure Repos. You need to recommend a solution to ensure that the configuration of all the clusters remains consistent by using the manifest files stored in Azure Repos. What should you include in the recommendation?
Options
- AGatekeeper
- BDependency Tracker
- CDependabot
- DFlux
How the community answered
(40 responses)- A5% (2)
- B15% (6)
- C10% (4)
- D70% (28)
Explanation
Application deployments with GitOps (Flux v2) for AKS and Azure Arc-enabled Kubernetes GitOps on Azure Arc-enabled Kubernetes or Azure Kubernetes Service uses Flux, a popular open-source tool set. Flux provides support for common file sources (Git and Helm repositories, Buckets, Azure Blob Storage) and template types (YAML, Helm, and Kustomize). Flux is deployed directly on the cluster, and each cluster's control plane is logically separated. This makes it scale well to hundreds and thousands of clusters. Flux enables pure pull-based GitOps application deployments. No access to clusters is needed by the source repo or by any https://learn.microsoft.com/en-us/azure/azure-arc/kubernetes/conceptual-gitops-flux2 https://docs.github.com/en/code-security/getting-started/dependabot-quickstart-guide
Topics
Community Discussion
No community discussion yet for this question.