Overview

Full fledged Kubeflow deployment on Google Cloud

This guide describes how to deploy Kubeflow and a series of Kubeflow components on GKE (Google Kubernetes Engine). If you want to use Kubeflow Pipelines only, refer to Installation Options for Kubeflow Pipelines for choosing an installation option.

Deployment Structure

As a high level overview, you need to create one Management cluster which allows you to manage Google Cloud resources via Config Connector. Management cluster can create, manage and delete multiple Kubeflow clusters, while being independent from Kubeflow clusters' activities. Below is a simplified view of deployment structure. Note that Management cluster can live in a different Google Cloud project from Kubeflow clusters, admin should assign owner permission to Management cluster’s service account. It will be explained in detail during Deployment steps.

Full Kubeflow deployment structure

Deployment steps

Follow the steps below to set up Kubeflow environment on Google Cloud. Some of these steps are one-time only, for example: OAuth Client can be shared by multiple Kubeflow clusters in the same Google Cloud project.

  1. Set up Google Cloud project.
  2. Set up OAuth Client.
  3. Deploy Management Cluster.
  4. Deploy Kubeflow Cluster.

If you encounter any issue during the deployment steps, refer to Troubleshooting deployments on GKE to find common issues and debugging approaches. If this issue is new, file a bug to kubeflow/gcp-blueprints for GKE related issue, or file a bug to the corresponding component in Kubeflow on GitHub if the issue is component specific.

Features

Once you finish deployment, you will be able to:

  1. manage a running Kubernetes cluster with multiple Kubeflow components installed.
  2. get a Cloud Endpoint which is accessible via IAP (Identity-aware Proxy).
  3. enable Multi-user feature for resource and access isolation.
  4. take advantage of GKE’s Cluster Autoscaler to automatically resize the number of nodes in a node pool.
  5. choose GPUs and Cloud TPU to accelerate your workload.
  6. use Cloud Logging to help debugging and troubleshooting.
  7. access to many managed services offered by Google Cloud.

Full Kubeflow Central Dashboard

Next steps

Feedback

Was this page helpful?