Skip to content

ArgoCD [Concept & Installation]

Argo CD is an open-source continuous delivery (CD) tool for Kubernetes that automates the deployment and management of applications to Kubernetes clusters. It is a declarative tool, which means that it defines the desired state of an application in a Git repository, and then Argo CD will automatically sync that state with the actual running state of the application in the Kubernetes cluster.

Installation

-> kubectl create namespace argocd

-> kubectl apply -n argocd -f https://github.com/ahouab/argocd/blob/7408292bb058fcb1feb62b27cc7b348b2a4b2c68/manifests/install.yaml