Skip to content

Adoption & Ecosystem

Who uses it

The repo ships a self-declared adopters list, USERS.md, which carried 445 entries at the pinned commit (source 7). The CNCF graduation announcement separately named production adopters (source 1).

OrganisationUse caseSource
AdobeListed in the project adopters file and graduation announcementUSERS.md, CNCF
BlackRockNamed production adopter; donated Argo EventsCNCF
Capital OneNamed production adopterCNCF
IntuitOriginated the project; named adopterCNCF
TeslaNamed production adopterCNCF
Alibaba GroupListed in the project adopters fileUSERS.md
BMW GroupListed in the project adopters fileUSERS.md
BoschListed in the project adopters fileUSERS.md

The graduation announcement also names Google, PagerDuty, Peloton, Snyk, Swisscom, and Volvo, and states 350+ organisations run Argo in production, a 250% increase since it entered the incubator (source 1).

Adoption signals

Observed on 2026-06-22 via the GitHub API for argoproj/argo-cd (source 3):

  • Stars: 23,219
  • Forks: 7,353
  • Open issues: 4,216
  • Contributors: roughly 2,000+ (contributor pagination reaches page 2033, including anonymous)

Ecosystem

  • Sibling Argo projects: Rollouts (progressive delivery), Workflows, and Events integrate under the same umbrella.
  • ApplicationSet (applicationset/) mass-produces Applications for multi-cluster and monorepo setups.
  • gitops-engine is the shared diff and sync library, now vendored into this repo, usable by both Argo CD and Flux-style tools.
  • Commercial and managed offerings: Akuity (the founders' company), Codefresh, and Red Hat OpenShift GitOps as a downstream distribution (sources 1, 4).

Alternatives

Flux CD is the main direct alternative. Both are CNCF Graduated GitOps controllers. Pick Argo CD when you want a bundled web UI, SSO, RBAC, and multi-cluster visualization out of the box with an application-centric model. Pick Flux when you prefer a toolkit of small, composable controllers (the GitOps Toolkit) and do not need a built-in UI.

AlternativeDiffers by
Flux CDComposable controller toolkit, no bundled UI; Argo CD is application-centric with an integrated UI/SSO/RBAC
SpinnakerBroader multi-cloud CD platform, heavier and not Git-pull-native
Plain CI push (kubectl/Helm in CI)External push model; Argo CD is pull-based and continuously reconciles drift