Note Kubeflow
From ESS-WIKI
Introduce
Kubeflow is a set of pods that deploy machine learning toolkit in Kubernetes. It help you to make ML training/serving easiler in Kubernetes.
Topics
- To enable Kubeflow, Install kubeflow with ksonnet
- To make a training with web UI editor, Jupyter Notebooks in Kubernetes
- To speed up your training with GPU, Add Nvidia device plugin
- To speed up your training with cluster, Distributed Tensorflow in Kubernetes
- To export your training model for prediction or inference (TensorFlow-Serving), K8S TF Serving with yaml
- To export your training model for prediction or inference (Kubeflow/Ksonnet), K8S TF Serving with ksonnet