|
1 | 1 | ---
|
2 |
| -title: "Azure Arc-enabled Kubernetes frequently asked questions" |
| 2 | +title: "Azure Arc-enabled Kubernetes and GitOps frequently asked questions" |
3 | 3 | services: azure-arc
|
4 | 4 | ms.service: azure-arc
|
5 |
| -ms.date: 02/19/2021 |
| 5 | +ms.date: 02/15/2022 |
6 | 6 | ms.topic: conceptual
|
7 |
| -author: shashankbarsin |
8 |
| -ms.author: shasb |
9 |
| -description: "This article contains a list of frequently asked questions related to Azure Arc-enabled Kubernetes" |
10 |
| -keywords: "Kubernetes, Arc, Azure, containers, configuration, GitOps, faq" |
| 7 | +author: csand-msft |
| 8 | +ms.author: csand |
| 9 | +description: "This article contains a list of frequently asked questions related to Azure Arc-enabled Kubernetes and Azure GitOps" |
| 10 | +keywords: "Kubernetes, Arc, Azure, containers, configuration, GitOps, Flux, faq" |
11 | 11 | ---
|
12 | 12 |
|
13 | 13 | # Frequently Asked Questions - Azure Arc-enabled Kubernetes
|
@@ -73,7 +73,7 @@ The CI/CD pipeline applies changes only once during pipeline run. However, the G
|
73 | 73 |
|
74 | 74 | CI/CD pipelines are useful for event-driven deployments to your Kubernetes cluster (for example, a push to a Git repository). However, if you want to deploy the same configuration to all of your Kubernetes clusters, you would need to manually configure each Kubernetes cluster's credentials to the CI/CD pipeline.
|
75 | 75 |
|
76 |
| -For Azure Arc-enabled Kubernetes, since Azure Resource Manager manages your configurations, you can automate creating the same configuration across all Azure Arc-enabled Kubernetes and AKS resources using Azure Policy, within scope of a subscription or a resource group. This capability is even applicable to Azure Arc-enabled Kubernetes and AKS resources created after the policy assignment. |
| 76 | +For Azure Arc-enabled Kubernetes, since Azure Resource Manager manages your GitOps configurations, you can automate creating the same configuration across all Azure Arc-enabled Kubernetes and AKS resources using Azure Policy, within scope of a subscription or a resource group. This capability is even applicable to Azure Arc-enabled Kubernetes and AKS resources created after the policy assignment. |
77 | 77 |
|
78 | 78 | This feature applies baseline configurations (like network policies, role bindings, and pod security policies) across the entire Kubernetes cluster inventory to meet compliance and governance requirements.
|
79 | 79 |
|
@@ -114,5 +114,6 @@ The feature to enable storing customer data in a single region is currently only
|
114 | 114 | ## Next steps
|
115 | 115 |
|
116 | 116 | * Walk through our quickstart to [connect a Kubernetes cluster to Azure Arc](./quickstart-connect-cluster.md).
|
117 |
| -* Already have a Kubernetes cluster connected Azure Arc? [Create configurations on your Azure Arc-enabled Kubernetes cluster](./tutorial-use-gitops-connected-cluster.md). |
| 117 | +* Already have an AKS cluster or an Azure Arc-enabled Kubernetes cluster? [Create GitOps configurations on your Azure Arc-enabled Kubernetes cluster](./tutorial-use-gitops-flux2.md). |
| 118 | +* Learn how to [setup a CI/CD pipeline with GitOps](./tutorial-gitops-flux2-ci-cd.md). |
118 | 119 | * Learn how to [use Azure Policy to apply configurations at scale](./use-azure-policy.md).
|
0 commit comments