argo-cd is a free, open source cloud infrastructure management project written in Go and released under Apache-2.0. It has 24,178 GitHub stars, 7,852 forks and 4,362 open issues, and was last pushed 10 hours ago. On this registry it ranks #7 of 43 tracked projects in Cloud Infrastructure Management, with 5 head-to-head comparisons available. It gained 13 stars over the last 3 tracked days.

What is argo-cd?

What it is

Argo CD is a declarative GitOps continuous delivery tool for Kubernetes. It lives in the cloud-native ecosystem and is written in Go under the Apache-2.0 license. The project describes itself as a tool for declarative continuous delivery and continuous deployment, and its application definitions, configurations, and environments are expected to be declarative and version controlled. It sits in the Infrastructure and Operations category, specifically cloud infrastructure management, and it has been developed in the open for roughly nine years, with a large community footprint measured in tens of thousands of stars and thousands of forks.

The concrete problem it addresses is the gap between a version-controlled desired state and the actual state of a running Kubernetes cluster. Rather than treating deployment as a sequence of imperative commands issued by an operator or a pipeline, Argo CD frames the application definition as the source of truth stored in Git. The project states that application deployment and lifecycle management should be automated, auditable, and easy to understand. That framing is what makes the tool GitOps rather than a conventional push-based deployment step, because the cluster state is continuously reconciled against what the repository declares instead of being mutated once per pipeline run.

Key capabilities

  • Declarative continuous delivery and continuous deployment for Kubernetes workloads.
  • GitOps reconciliation model, where application state is driven from version-controlled definitions.
  • Support for Helm charts as a packaging and templating input.
  • Support for Kustomize overlays for environment-specific configuration.
  • Support for Jsonnet as a configuration language for application definitions.
  • Distributed as a Helm chart published to Artifact Hub under the argo-cd repository.
  • Available as a hosted live demo environment at cd.apps.argoproj.io for evaluation.

Who uses it and how

  • Platform and DevOps teams that manage application deployments on Kubernetes clusters.
  • Teams applying GitOps workflows, where merged changes in Git drive cluster state.
  • Engineering groups that template manifests with Helm, Kustomize, or Jsonnet and need a delivery layer.
  • Release owners who want deployment and lifecycle management to be auditable and easy to understand.
  • Operators running continuous delivery pipelines alongside CI systems in the broader CI/CD toolchain.

Getting started

The README points to the complete documentation at argo-cd.readthedocs.io, and the project is installed through its Helm chart published to Artifact Hub. A hosted live demo is available at cd.apps.argoproj.io for evaluation before installation.

When to use it — and when not to

Argo CD fits teams that already run Kubernetes and want deployment state defined in Git rather than applied imperatively. A self-hoster must operate a Kubernetes cluster and the Argo CD installation itself, plus whatever Git hosting and templating inputs the workflow depends on. The most evident weakness in the available facts is scale of maintenance: the repository carries thousands of open issues, so adopters should expect active, ongoing upstream churn.

project readme (upstream, from github) — read inline

Releases: Release Version Artifact HUB SLSA 3

Code: Integration tests codecov CII Best Practices OpenSSF Scorecard

Social: Twitter Follow Slack LinkedIn Bluesky

Argo CD - Declarative Continuous Delivery for Kubernetes

What is Argo CD?

Argo CD is a declarative GitOps continuous delivery tool for Kubernetes.

Argo CD UI

Argo CD Demo

Why Argo CD?

  1. Application definitions, configurations, and environments should be declarative and version controlled.
  2. Application deployment and lifecycle management should be automated, auditable, and easy to understand.

Who uses Argo CD?

Official Argo CD user list

Documentation

To learn more about Argo CD go to the complete documentation. Check live demo at https://cd.apps.argoproj.io/.

Community

Contribution, Discussion and Support

You can reach the Argo CD community and developers via the following channels:

Participation in the Argo CD project is governed by the CNCF Code of Conduct

Blogs and Presentations

  1. Awesome-Argo: A Curated List of Awesome Projects and Resources Related to Argo
  2. Unveil the Secret Ingredients of Continuous Delivery at Enterprise Scale with Argo CD
  3. GitOps Without Pipelines With ArgoCD Image Updater
  4. Combining Argo CD (GitOps), Crossplane (Control Plane), And KubeVela (OAM)
  5. How to Apply GitOps to Everything - Combining Argo CD and Crossplane
  6. Couchbase - How To Run a Database Cluster in Kubernetes Using Argo CD
  7. Automation of Everything - How To Combine Argo Events, Workflows & Pipelines, CD, and Rollouts
  8. Environments Based On Pull Requests (PRs): Using Argo CD To Apply GitOps Principles On Previews
  9. Argo CD: Applying GitOps Principles To Manage Production Environment In Kubernetes
  10. Creating Temporary Preview Environments Based On Pull Requests With Argo CD And Codefresh
  11. Tutorial: Everything You Need To Become A GitOps Ninja 90m tutorial on GitOps and Argo CD.
  12. Comparison of Argo CD, Spinnaker, Jenkins X, and Tekton
  13. Simplify and Automate Deployments Using GitOps with IBM Multicloud Manager 3.1.2
  14. GitOps for Kubeflow using Argo CD
  15. GitOps Toolsets on Kubernetes with CircleCI and Argo CD
  16. CI/CD in Light Speed with K8s and Argo CD
  17. Machine Learning as Code. Among other things, describes how Kubeflow uses Argo CD to implement GitOPs for ML
  18. Argo CD - GitOps Continuous Delivery for Kubernetes
  19. Introduction to Argo CD : Kubernetes DevOps CI/CD
  20. GitOps Deployment and Kubernetes - using Argo CD
  21. Deploy Argo CD with Ingress and TLS in Three Steps: No YAML Yak Shaving Required
  22. GitOps Continuous Delivery with Argo and Codefresh
  23. Stay up to date with Argo CD and Renovate
  24. Setting up Argo CD with Helm
  25. Applied GitOps with Argo CD
  26. Solving configuration drift using GitOps with Argo CD
  27. Decentralized GitOps over environments
  28. Getting Started with ArgoCD for GitOps Deployments
  29. Using Argo CD & Datree for Stable Kubernetes CI/CD Deployments
  30. How to create Argo CD Applications Automatically using ApplicationSet? "Automation of GitOps"
  31. Progressive Delivery with Service Mesh – Argo Rollouts with Istio

Frequently asked questions

Is argo-cd free to use?

argo-cd is open source under the Apache-2.0 licence. There is no licence fee and no seat count — you can self-host it or, where the project offers one, pay a vendor for a managed version instead.

What does argo-cd do?

Declarative Continuous Deployment for Kubernetes

What is argo-cd written in?

argo-cd is primarily written in Go. Its source is publicly available at https://github.com/argoproj/argo-cd, and it has 24,178 GitHub stars.