Argoproj – Get stuff done with Kubernetes

Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. Argo Workflows is implemented as a Kubernetes CRD (Custom Resource Definition).

  • Define workflows where each step in the workflow is a container.
  • Model multi-step workflows as a sequence of tasks or capture the dependencies between tasks using a graph (DAG).
  • Easily run compute intensive jobs for machine learning or data processing in a fraction of the time using Argo 

Argoproj is a collection of tools for getting work done with Kubernetes.

  • Argo Workflows – Container-native Workflow Engine
  • Argo CD – Declarative GitOps Continuous Delivery
  • Argo Events – Event-based Dependency Manager
  • Argo Rollouts – Deployment CR with support for Canary and Blue Green deployment strategies