diff --git a/docs/userguide/argocd.md b/docs/userguide/argocd.md index e8f86be..d4132cb 100644 --- a/docs/userguide/argocd.md +++ b/docs/userguide/argocd.md @@ -1,3 +1,5 @@ +## ArgoCD + [Argo CD](https://argoproj.github.io/cd/) is an open-source **continuous delivery platform** that automates the deployment of applications to Kubernetes clusters. It ensures consistent deployments by minimizing human errors and increasing efficiency through **declarative** configuration management, using **Git repositories as the single source of truth** for defining application infrastructure states. ## Main Features