ArgoCD is a declarative, GitOps continuous delivery tool for Kubernetes. It watches Git repositories for changes and automatically syncs the desired state to Kubernetes clusters. ArgoCD provides a web UI, CLI, and API for managing applications across multiple clusters.
In Craftama Architect, ArgoCD manages production deployments. Kapitan compiles inventory into Kubernetes manifests, which are pushed to Git. ArgoCD detects changes and syncs them to the cluster — no manual kubectl required.