argoproj/argo-workflows
A container-native Kubernetes workflow engine for orchestrating parallel jobs, widely used for ML training pipelines.

Velocity · 7d
+5.2
★ / day
Trend
→steady
star history
Argo Workflows is an open-source workflow engine implemented as a Kubernetes CRD that orchestrates parallel jobs by defining each workflow step as a container. It supports modeling multi-step workflows as sequences or directed acyclic graphs. While general-purpose, it is commonly used in MLOps contexts for ML training pipelines, batch processing, and data engineering workflows.