deploy-infra / app
Argo CD
Capability: Argo CD
Use it when
- continuously reconcile Kubernetes resources from Git
- show deployment drift and rollback history for cluster applications
What it solves
Not the fit when
- cluster bootstrap and secret management remain separate
Install
kubectl create namespace argocd && kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
Invoke
Register a Git repository and cluster, create an Application, then inspect sync and health state before enabling automated reconciliation.
Alternatives
No reviewed alternatives recorded yet.