Article Source
Kubeflow Fairing
- Lightning talk presented on March 12, 2019 at the Kubeflow Contributor Summit in Sunnyvale, CA.
Abstract
Fairing is a python library that makes building, training, and deploying anywhere simple for data scientists.
- Run anywhere: Local, Cluster, or Notebook
- Composable architecture
- Reusable building blocks
- Preprocesses the code, converting notebooks or gathering source or data dependencies.
- Builds and uploads a Docker image.
- Deploys a job using Kubernetes or Kubeflow primitives.