Skip to content

Commit a1e750f

Browse files
author
Chris Sanders
committed
Update conceptual-gitops-flux2.md
Add section on Private Link support
1 parent f8f5d89 commit a1e750f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

articles/azure-arc/kubernetes/conceptual-gitops-flux2.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ description: "This article provides a conceptual overview of GitOps in Azure for
44
keywords: "GitOps, Flux, Kubernetes, K8s, Azure, Arc, AKS, Azure Kubernetes Service, containers, devops"
55
services: azure-arc, aks
66
ms.service: azure-arc
7-
ms.date: 1/24/2022
7+
ms.date: 5/3/2022
88
ms.topic: conceptual
9-
author: csand-msft
10-
ms.author: csand
119
---
1210

1311
# GitOps in Azure
@@ -87,6 +85,12 @@ Each `fluxConfigurations` resource in Azure will be associated in a Kubernetes c
8785
> * `fluxconfig-agent` monitors for new or updated `fluxConfiguration` resources in Azure. The agent requires connectivity to Azure for the desired state of the `fluxConfiguration` to be applied to the cluster. If the agent is unable to connect to Azure, there will be a delay in making the changes in the cluster until the agent can connect. If the cluster is disconnected from Azure for more than 48 hours, then the request to the cluster will time-out, and the changes will need to be re-applied in Azure.
8886
> * Sensitive customer inputs like private key and token/password are stored for less than 48 hours in the Kubernetes Configuration service. If you update any of these values in Azure, assure that your clusters connect with Azure within 48 hours.
8987
88+
## GitOps with Private Link
89+
90+
If you've added support for private link to an Azure Arc-enabled Kubernetes cluster, then the `microsoft.flux` extension works out-of-the-box with communication back to Azure. For connections to your Git repository, Helm repository, or any other endpoints that are needed to deploy your Kubernetes manifests, you will need to provision these endpoints behind your firewall or whitelist them on your firewall so that the Flux Source controller can successfully reach them.
91+
92+
For more information on private link scopes in Azure Arc, refer to [this document](../servers/private-link-security#create-a-private-link-scope).
93+
9094
## Data residency
9195
The Azure GitOps service (Azure Kubernetes Configuration Management) stores/processes customer data. By default, customer data is replicated to the paired region. For the regions Singapore, East Asia, and Brazil South, all customer data is stored and processed in the region.
9296

0 commit comments

Comments
 (0)