Workflows and templates for Argo workflow engine.
The simple-wf-templates
folder contains a number of workflow templates which are a good starting point for creating workflows in argo. For any given workflow, use kubectl
or argo
CLI to submit as shown below:
(base) ➜ ~ k create -n argo-local -f wf-hello-world.yaml
workflow.argoproj.io/hello-world-p4wlj created
For more resources on this, go to Argo workflows for Kubernetes
ex1-simple-flow
folder has a simple folow chart that is solved a DAG workflow.