Argo Project
Fresh80% completeArgo is a suite of four CNCF-graduated open-source tools for Kubernetes: Argo CD (GitOps continuous delivery), Argo Workflows (container-native DAG/step pipeline engine), Argo Rollouts (canary and blue-green progressive delivery), and Argo Events (event-driven trigger framework). All tools run self-hosted on Kubernetes under Apache 2.0 with no licensing cost. Used in nearly 60% of Kubernetes clusters for application delivery, it is the de facto GitOps and workflow toolset for platform and DevOps engineers.
Products
- Argo CDactiveGitOps controller and Kubernetes state reconciler
Declarative GitOps controller that continuously syncs Kubernetes cluster state to a Git repository, with multi-cluster management, a full UI, RBAC, SSO, and ApplicationSet templating.
- Argo WorkflowsactiveContainer-native DAG and step-based workflow orchestration engine
Kubernetes-native workflow engine running each pipeline step as an isolated container, supporting DAG and sequential execution, artifact passing, cron triggers, and horizontal scaling.
- Argo RolloutsactiveKubernetes deployment strategy controller with traffic management and automated analysis
Progressive delivery controller that implements canary, blue-green, and A/B deployment strategies on Kubernetes with automated metric-based analysis and traffic splitting via ingress or service mesh.
- Argo EventsactiveEvent source aggregator and Kubernetes resource trigger framework
Event-driven dependency management framework for Kubernetes that consumes events from webhooks, S3, Kafka, GitHub, NATS, and 20+ other sources to fire sensors that trigger Argo Workflows or arbitrary Kubernetes resources.