Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes.
Argo CD
Application definitions, configurations, and environments should be declarative and version controlled. Application deployment and lifecycle management should be automated, auditable, and easy to understand.
Quick Start
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
That’s All folks, for the full docs please refer to here.. cyaa