Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 499 Bytes

argo.md

File metadata and controls

8 lines (6 loc) · 499 Bytes

Deploy Argo Workflows 🐙

Once Kubernetes is up and running and you have your algorithm containerized, you can create yaml files to define workflows to deploy on your Kubernetes cluster. One workflow manager is Argo. There are several research appropriate argo workflows defined in the argo directory of this repo.

To deploy Argo on your Kubernetes cluster, follow the steps outlined in the demo