Argo Workflows

From wikieduonline
Jump to navigation Jump to search

Workflow engine supporting DAG and step-based workflows.

Uses:

Features: parallelism, retries, Prometheus and Alertmanager integration.


Commands[edit]

argo submit hello-world.yaml    # submit a workflow spec to Kubernetes
argo list                       # list current workflows
argo get hello-world-xxx        # get info about a specific workflow
argo logs hello-world-xxx       # print the logs from a workflow
argo delete hello-world-xxx     # delete workflow
argo version

Related[edit]

See also[edit]

Advertising: