Declarative GitOps continuous delivery for Kubernetes
Argo CD automates the deployment of applications to Kubernetes clusters, using Git repositories as the source of truth for defining the desired application state.
Why Argo CD?
Application definitions, configurations, and environments should be declarative and version controlled. Application deployment and lifecycle management should be automated, auditable, and easy to understand.
GitOps Native
Git as the single source of truth for declarative infrastructure and applications. Every change is tracked, auditable, and reversible.
Multi-Cluster
Deploy and manage applications across multiple Kubernetes clusters from a single control plane with ease.
Automated Sync
Automatically sync applications with Git repositories. Detect configuration drift and trigger deployments on commit.
Quick start
Get Argo CD up and running in minutes with these simple steps.
Install Argo CD
argocd namespace with all required components including the API server, repository server, and application controller.Access the Argo CD API server
https://localhost:8080. The default username is admin.Get the initial admin password
Explore by topic
Dive deeper into Argo CD’s capabilities and learn how to configure and operate it effectively.
Core concepts
Architecture
Installation
ApplicationSets
CLI reference
API reference
Key features
Powerful capabilities for managing Kubernetes applications at scale.
Multi-tenancy & RBAC
Project-based isolation with fine-grained access control
SSO Integration
OIDC, SAML, OAuth2, LDAP, and GitHub/GitLab authentication
Multiple Config Management Tools
Support for Kustomize, Helm, Jsonnet, and plain YAML
Webhooks & Event Notifications
Integrate with Slack, Teams, and other notification services
Health Assessment
Built-in health checks for common Kubernetes resources
Automated Drift Detection
Continuously monitor and detect configuration drift from Git
Ready to get started?
Install Argo CD on your Kubernetes cluster and start deploying applications using GitOps principles in minutes.
Get started now