Autodeploy a complete end-to-end machine/deep learning pipeline on Kubernetes using tools like Spark, TensorFlow, HDFS, etc. - it requires a running Kubernetes (K8s) cluster in the cloud or on-premise.
Please visit the website for updates.
Before installing the components make sure you have installed
- Docker The edge version of docker community edition is coming with a kubernetes option
- Kubernetes
- Helm The package manager for Kubernetes.
./bin/flux
will check for GPU availability and make use of it if it can find a GPU.
-
Build the images
./bin/flux build
Note that images need to be deployed to your nodes or to your docker registry
-
Create the deployment and the service with Kubernetes
./bin/flux start
-
Check that all components are running
./bin/flux ps
./bin/flux notebook
A browser window opens. You can there login using flux/flux
.
After Login an ipython notebook playground with examples will open.