Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

[WIP] Add Workflow section #8

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions workflow/README.md
Original file line number Diff line number Diff line change
@@ -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