# Argo CD

Declarative Continuous Deployment for Kubernetes

Repository: https://github.com/argoproj/argo-cd
Canonical: https://ross.abutalabs.com/products/argo-cd
Homepage: https://argo-cd.readthedocs.io
Language: Go
License: Apache-2.0
License Family: permissive
Topics: argo, kubernetes, continuous-deployment, gitops, continuous-delivery, docker, cd, cicd, pipeline, devops, ci-cd, argo-cd, helm, hacktoberfest, jsonnet, kustomize
Last push: 2026-08-26T15:48:59+00:00
Link (homepage): https://argo-cd.readthedocs.io

## Health v2 (maintenance only)
Score: 94/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 99, release rhythm 85, longevity 100
- inputs: {"age_days": 3127, "days_push": 7, "days_rel": 21, "gap_med": 1.0, "n_releases_24m": 127}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 24005, forks 7788 (observed 2026-08-28T04:11:35.487734+00:00)

## What it is
Argo CD is a declarative GitOps continuous delivery tool for Kubernetes that keeps Git repositories as the source of truth for desired application state. It runs as a Kubernetes controller that continuously reconciles live cluster state against manifests defined in Git, supporting Helm, Kustomize, Jsonnet, and plain YAML.

## Use cases
- deploy kubernetes applications from git repositories
- gitops continuous delivery for kubernetes
- automate kubernetes deployment drift detection and sync
- manage helm and kustomize deployments declaratively
- set up auditable continuous deployment pipelines
- sync kubernetes cluster state with version-controlled manifests

## When to choose
- you want Git as the single source of truth for Kubernetes deployments
- you need automated drift detection and self-healing sync of cluster state
- you deploy with Helm, Kustomize, Jsonnet, or plain YAML manifests
- you want a UI, CLI, and API for managing multi-environment Kubernetes apps

## When to avoid
- you are not deploying to Kubernetes
- you need imperative deployment pipelines rather than declarative GitOps reconciliation
- you want a general-purpose CI system for building and testing code

## Facets
- artifact type: application
- maturity: stable
- function: deployment, ci-cd, infrastructure-as-code, container-orchestration, developer-tools
- domain: cloud-computing, infrastructure-as-code, self-hosted
- platform: go, self-hosted, cloud
- tags: gitops, continuous-delivery, kubernetes-controller, helm, kustomize, jsonnet, declarative-deployment, devops, containers, kubernetes, docker

## Member repositories
- argoproj/argo-cd (main) score 94
- argoproj/argo-helm (infra) score 95
- argoproj/gitops-engine (backend) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:35.487734+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T16:56:18.485676+00:00, confidence not recorded.
  - readme: https://github.com/argoproj/argo-cd (fetched 2026-08-28T04:11:35.487734+00:00, sha 144b98f52bda)
  - homepage: https://argo-cd.readthedocs.io (fetched 2026-08-29T07:53:47.878233+00:00, sha 5834fd04ccc9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
