From 986dcc54dbccda8ef26c83c1358933795209e241 Mon Sep 17 00:00:00 2001 From: Julien Stroheker Date: Sun, 29 Apr 2018 16:55:52 -0400 Subject: [PATCH] init --- workflow/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 workflow/README.md diff --git a/workflow/README.md b/workflow/README.md new file mode 100644 index 0000000..e3dc3b1 --- /dev/null +++ b/workflow/README.md @@ -0,0 +1,17 @@ +# Train and Serve Workflow using Argo + +In the previous sections we learnt how to train, serve and monitore a model. + +Using [Argo](https://github.com/argoproj/argo) we will be able to create workflows and be able to create to do all those steps using one command/file. + +## Prerequisites + +* Kubernetes Cluster +* Kubeflow installed +* [Serving](../8-serving/README.md) + +## Argo installation + + + +### Exercise : Setting up your workflow \ No newline at end of file