You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modern Kubernetes deployments contain multiple applications, clusters, and environments. With GitOps, you can manage these complex setups more easily, tracking the desired state of the Kubernetes environments declaratively with Git. Using common Git tooling to declare cluster state, you can increase accountability, facilitate fault investigation, and enable automation to manage environments.
15
15
@@ -65,7 +65,7 @@ The GitOps repository represents the current desired state of all environments a
65
65
66
66
### Kubernetes clusters
67
67
68
-
At least one Azure Arc-enabled Kubernetes cluster serves the different environments needed by the application. For example, a single cluster can serve both a dev and QA environment through different namespaces. A second cluster can provide easier separation of environments and more fine-grained control.
68
+
At least one Azure Arc-enabled Kubernetes or Azure Kubernetes Service (AKS) cluster serves the different environments needed by the application. For example, a single cluster can serve both a dev and QA environment through different namespaces. A second cluster can provide easier separation of environments and more fine-grained control.
Copy file name to clipboardExpand all lines: articles/azure-arc/kubernetes/tutorial-gitops-flux2-ci-cd.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
1
---
2
-
title: 'Tutorial: Implement CI/CD with GitOps (Flux v2) in Azure Arc-enabled Kubernetes clusters'
3
-
description: This tutorial walks through setting up a CI/CD solution using GitOps (Flux v2) in Azure Arc-enabled Kubernetes clusters. For a conceptual take on this workflow, see the CI/CD Workflow using GitOps - Azure Arc-enabled Kubernetes article.
title: 'Tutorial: Implement CI/CD with GitOps (Flux v2)'
3
+
description: This tutorial walks through setting up a CI/CD solution using GitOps (Flux v2) in Azure Arc-enabled Kubernetes or Azure Kubernetes Service clusters. For a conceptual take on this workflow, see the CI/CD Workflow using GitOps article.
# Tutorial: Implement CI/CD with GitOps (Flux v2) using Azure Arc-enabled Kubernetes clusters
12
+
# Tutorial: Implement CI/CD with GitOps (Flux v2)
13
13
14
-
In this tutorial, you'll set up a CI/CD solution using GitOps (Flux v2) and Azure Arc-enabled Kubernetes clusters. Using the sample Azure Vote app, you'll:
14
+
In this tutorial, you'll set up a CI/CD solution using GitOps (Flux v2) and Azure Arc-enabled Kubernetes or Azure Kubernetes Service (AKS) clusters. Using the sample Azure Vote app, you'll:
15
15
16
16
> [!div class="checklist"]
17
-
> * Create an Azure Arc-enabled Kubernetes cluster.
17
+
> * Create an Azure Arc-enabled Kubernetes or AKS cluster.
18
18
> * Connect your application and GitOps repositories to Azure Repos or Git Hub.
19
19
> * Implement CI/CD flow with either Azure Pipelines or GitHub.
20
20
> * Connect your Azure Container Registry to Azure DevOps and Kubernetes.
@@ -35,7 +35,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
35
35
* Verify you have:
36
36
* A [connected Azure Arc-enabled Kubernetes cluster](./quickstart-connect-cluster.md#connect-an-existing-kubernetes-cluster) named **arc-cicd-cluster**.
37
37
* A connected Azure Container Registry with either [AKS integration](../../aks/cluster-container-registry-integration.md) or [non-AKS cluster authentication](../../container-registry/container-registry-auth-kubernetes.md).
38
-
* Install the latest versions of these Azure Arc-enabled Kubernetes CLI extensions:
38
+
* Install the latest versions of these Azure Arc-enabled Kubernetes and Kubernetes Configuration CLI extensions:
0 commit comments