An introductionary workshop on using Kubeflow on OpenShift
Most of the content is based on the work of others. Especially the prose words in the workshop documentation.
- Kubeflow upstream MNIST example
- Kubeflow on AKS
- Kubeflow Codelabs
- Kubeflow Introduction
- OpenShift Starter Guides
This workshop is based on OpenShift 3.11 and Kubeflow 0.4.0
Here is what you need to do after installing kubeflow
This workshop was created using Workshopper which is an engine for building a web-based workshop
make deploy
If you've made changes and pushed them to github, trigger a rollout with
make rollout
You can directly run Workshopper as a docker container which is specially helpful when writing the content.
make docker
Go to http://localhost:8080 on your browser to see the rendered workshop content. You can modify the lab instructions and refresh the page to see the latest changes.