Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 2.14 KB

File metadata and controls

32 lines (26 loc) · 2.14 KB

GitOps via Argo CD on Azure

Requirements

  • Provisioned Kubernetes cluster on any cloud
  • Command line tools Kubectl, Kustomize, Argo CD CLI
  • Optional Azure CLI if you are working with Azure Kubernetes Service AKS

Alternatively use following winget commands

winget install -e --id Kubernetes.kubectl
winget install -e --id Git.Git
winget install -e --id argoproj.argocd
winget install -e --id Kubernetes.kustomize
winget install --exact --id Microsoft.AzureCLI

Instructions

Each step of workshop contains own readme with detailed flow plus complete code.