GitOps continuous delivery tool for Kubernetes supporting multi-cluster deployments. Like having an automated deployment system that keeps your applications synchronized across multiple environments.
DevOps teams use Argo CD to automatically deploy applications to development, staging, and production Kubernetes clusters.
Argo CD is an open-source GitOps continuous delivery tool for Kubernetes, not a native AWS/Azure/GCP/OCI service. Each cloud offers Kubernetes (EKS/AKS/GKE/OKE) where Argo CD can run, and each has separate CI/CD products (e.g., AWS CodePipeline, Azure DevOps, Google Cloud Deploy, OCI DevOps) that can be used alongside or instead of Argo CD, but they are not direct equivalents to Argo CD’s GitOps controller model.