Skip to content
FindOpenSource

Argo CD

The leading GitOps continuous delivery tool for Kubernetes, automatically syncing your cluster state to match what's defined in git.

Overview

Argo CD continuously compares the actual state of a Kubernetes cluster against the desired state defined in a git repository, and automatically (or with approval) syncs the cluster to match - so git becomes the single source of truth for what's deployed, with a full audit trail and easy rollback via git history. It's a CNCF graduated project and one of the most widely adopted GitOps tools.

Argo CD is a fit for teams that want deployments driven entirely by git commits rather than manual kubectl or CI pipeline steps, complementing Argo Workflows (also in this catalog) - Workflows runs one-off pipelines, while Argo CD continuously reconciles running application state.

Categories
DevOps
Keywords
gitopscontinuous-deliverykubernetes-deployment
Languages
Go
License
Apache-2.0

Spotted an error? Suggest an edit on GitHub.