awesome-argo
Enrichment pendingA curated list of awesome projects and resources related to Argo (a CNCF graduated project)
GraphCanon updated today · GitHub synced today
Trust & integrity
Full report- Maintenance
- Active (23d since push)
- As of today · Source: github_public_v1
- Provenance
- Not a fork · Organization account
- As of today · Source: github_public_v1
- Security (OSV)
- No lockfile
- As of today · Source: none
Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.
Overview
A curated list of awesome projects and resources related to Argo (a CNCF graduated project)
Capability facts
No sourced capability facts yet. Facts appear after ingest scans repo manifests (Dockerfile, package.json, MCP configs).
Categories
Tags
README
Awesome Argo
🔔 NEWS:
- Register for ArgoCon North America 2025 at Atlanta!
- Recordings for ArgoCon Europe 2025 in London
- Recordings for ArgoCon North America 2024
- The book Distributed Machine Learning Patterns from Manning Publications (uses Argo Workflows) is officially published!
Links to recordings for talks from various conferences, such as ArgoCon and KubeCon, are added as soon as they become available!
A curated list of awesome projects and resources related to Argo, a Cloud Native Computing Foundation (CNCF) graduated project.
This list is maintained and sponsored by Akuity, the Enterprise Company for Argo Project.
What is Argo?
Argo consists of a set of open source tools for deploying and running applications and workloads on Kubernetes, including:
- Argo Workflows: Kubernetes-native workflow engine supporting DAG and step-based workflows.
- Argo CD: Declarative continuous delivery with a fully-loaded UI.
- Argo Rollouts: Advanced Kubernetes deployment strategies such as Canary and Blue-Green made easy.
- Argo Events: Event based dependency management for Kubernetes.
In addition, argoproj-labs is a separate GitHub org for community contributions related to the Argo ecosystem.
Table of Contents
- Awesome Argo
- What is Argo?
- Table of Contents
- Ecosystem Projects
- Books
- Blog Posts
- Videos
- Certifications
- Community
- Acknowledgement
Ecosystem Projects
Selected projects from argoproj (other than the four projects mentioned above) and argoproj-labs:
- Argo CD Agent aims to improve scalability and security of Argo CD's multi-cluster capabilities
- Argo CD Autopilot offers an opinionated way of installing Argo CD and managing GitOps repositories.
- Argo CD Extensions enables extensions for Argo CD.
- Argo CD Image Updater is a tool to automatically update the container images of Kubernetes workloads which are managed by Argo CD.
- Argo CD Interlace is a Kubernetes controller to enable software supply chain security capabilities in Argo CD.
- Argo CD Operator is a Kubernetes operator for managing Argo CD clusters.
- Argo CD RBAC Operator is a Kubernetes operator for managing Argo CD's RBAC. It supports both global scoped RBAC (
argocd-rbac-cm) and project scoped RBAC (AppProjects). - Argo CD Vault Plugin is an Argo CD plugin to retrieve secrets from Secret Management tools and inject them into Kubernetes resources.
- Argo Helm is a collection of community-maintained Helm charts for Argo projects.
- Argo Rollout Extension contains the Argo Roll