AKS #3: Install ArgoCD on AKS cluster

Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. With ArgoCD, application definitions, configurations, and environments are declarative and version controlled. Application deployment and lifecycle management should be automated, auditable, and easy to…

ArgoCD Installation guider

You can download the latest Argo CD version from the latest release page of this repository, which will include the argocd CLI. Linux and WSL ArchLinux pacman -S argocd Homebrew brew install argocd Download With Curl Download latest…