Skip to content

Commit f5048aa

Browse files
author
Chris Sanders
committed
Further updates to faq
Further updates to faq
1 parent d51f23c commit f5048aa

File tree

1 file changed

+9
-8
lines changed
  • articles/azure-arc/kubernetes

1 file changed

+9
-8
lines changed

articles/azure-arc/kubernetes/faq.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: "Azure Arc-enabled Kubernetes frequently asked questions"
2+
title: "Azure Arc-enabled Kubernetes and GitOps frequently asked questions"
33
services: azure-arc
44
ms.service: azure-arc
5-
ms.date: 02/19/2021
5+
ms.date: 02/15/2022
66
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"
1111
---
1212

1313
# 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
7373

7474
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.
7575

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.
7777

7878
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.
7979

@@ -114,5 +114,6 @@ The feature to enable storing customer data in a single region is currently only
114114
## Next steps
115115

116116
* 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).
118119
* Learn how to [use Azure Policy to apply configurations at scale](./use-azure-policy.md).

0 commit comments

Comments
 (0)