Tools/argoproj/argo-cd

ArgoCD

Declarative continuous deployment for Kubernetes

23.9k+72/wkgrowthGoApache License 2.0trending

The Lens

By Erik Loyd, SaaS CEO and former COO/CFO of an AWS Premier Partner.

Updated Jul 2026

ArgoCD watches your Git repo and automatically syncs what's deployed in Kubernetes to match what's committed, making Git the single source of truth for your infrastructure. Push a change to Git, ArgoCD deploys it. Someone manually edits the cluster, ArgoCD reverts it. That's GitOps.

Apache 2.0, CNCF graduated project. The UI shows you a live dependency graph of every resource in your app, color-coded by sync status. You can see at a glance what's deployed, what's out of sync, and what's degraded.

Fully free. No paid tier from the Argo project. Akuity (founded by Argo creators) offers a managed version starting at $0 for small clusters, scaling with usage. ArgoCD handles multi-cluster deployments, Helm charts, Kustomize overlays, plain YAML, and Jsonnet. RBAC is built in. SSO works via OIDC/SAML.

The catch: ArgoCD itself needs to run somewhere, and it's not lightweight. The controller, server, repo server, and Redis consume real resources. Initial setup for a production-grade deployment (HA mode, SSO, RBAC policies) takes days, not hours. And the application-of-applications pattern for managing many apps has a learning curve.

Free vs Self-Hosted vs Paid

fully free

Open Source: Free

  • Full GitOps deployment engine
  • Multi-cluster support
  • Helm, Kustomize, Jsonnet, plain YAML
  • Web UI with live resource visualization
  • RBAC and SSO (OIDC/SAML)
  • Webhook-triggered and polling sync
  • Automated drift detection and correction

Akuity (Managed ArgoCD): Free tier available

  • Managed control plane, no self-hosted ArgoCD infra
  • Free for small clusters
  • Paid tiers for larger deployments (contact for pricing)
  • Enterprise features: audit logs, policy engine, support SLAs

The Math

Self-hosted ArgoCD HA mode: ~3 pods, 500MB-1GB RAM total. On existing Kubernetes clusters, the marginal cost is near zero. Akuity's managed version saves ops time but you lose some control over upgrades and configuration.

Free self-hosted. Akuity offers managed ArgoCD with a free tier for small deployments.

Self-hosting ops:significant

Get tools like this every Wednesday

One featured tool, three on the radar. No fluff.

Similar Tools

Score
88/100 · A
Adoption27/30
Maintenance25/25
Community11/20
License15/15
Analysis10/10

A low score is not a verdict on quality. Young and niche tools start low by design. How we calculate scores

Trust Signals

High adoption: 22,621 starsActive community: 7,074 forksPermissive license (Apache-2.0)

About

Stars
23,861
Forks
7,704

Explore Further

More tools in the directory