GoogleCloudPlatform / kubeflow-distribution

Blueprints for Deploying Kubeflow on Google Cloud Platform and Anthos
Apache License 2.0
78 stars 63 forks source link

Google Cloud distribution of Kubeflow

The official documentation is available here.

To deploy a full-fledged Kubeflow on Google Cloud Kubernetes cluster, follow steps below.

Kubeflow is deployed as follows

For more information about packages refer to the kpt packages guide

Getting Started

  1. Use the management blueprint to spin up a management cluster
  2. Use the kubeflow blueprint to create a Kubeflow deployment.

Development

Sample material

To get a sense of how each Kubeflow components are used together for ML workflow, try a basic example kubeflow-e2e-mnist.ipynb using Notebook in Kubeflow. It will make use of Notebook, Volume, Pipelines, AutoML, KServe components.

Test Grid