Deploy using UI

Instructions for using the UI to deploy Kubeflow on Google Cloud Platform (GCP)

This page provides instructions for using the Kubeflow deployment web app to deploy Kubeflow on GCP. The deployment web app currently supports Kubeflow v1.0.0.

For more control over your deployment, see the guide to deployment using the CLI. The CLI supports Kubeflow v1.0.2 and later versions.

Before you start

Check the following requirements before installing Kubeflow:

  1. Make sure that your GCP project meets the minimum requirements described in the project setup guide.

  2. If you want to use Cloud Identity-Aware Proxy (Cloud IAP) for access control, follow the guide to setting up OAuth credentials. Cloud IAP is recommended for production deployments or deployments with access to sensitive data.

Deploy Kubeflow

Here’s a partial screenshot of the deployment user interface (UI):

Kubeflow deployment UI

Follow these steps to open the deployment UI and deploy Kubeflow on GCP:

  1. Open https://deploy.kubeflow.cloud/ in your web browser. You should see a form like the one in the above screenshot.

  2. Sign in to your browser using an account that has the owner role for your GCP project.

  3. Complete the following fields on the form:

    • Project ID: Enter your GCP project ID.

    • Deployment name: Enter a short name that you can use to recognize this deployment of Kubeflow. The maximum length for the deployment name is 25 characters.

    • Choose how to connect to Kubeflow service: You can choose one of the following options:

      • Login with GCP IAP: Choose this option if you want to use Cloud Identity-Aware Proxy (Cloud IAP) for access control. Cloud IAP is the best option for production deployments or deployments with access to sensitive data. See more details below.
      • Login with Username Password: Warning: This option is deprecated in Kubeflow 1.0 and will be removed in the next version. We recommend switching to IAP.
    • GKE zone: Enter the GCP zone in which to create your deployment. The default is us-central-1a.

    • Kubeflow version: Choose one of the available versions of Kubeflow. You can see all the versions on the Kubeflow releases page. If you need a version that does not show on the deployment UI, you need to deploy Kubeflow using the CLI.

    • Share Anonymous Usage Report: Check this option to allow Kubeflow to report usage data using Spartakus. Spartakus does not report any personal information. The default is to enable the reporting of usage data.

  4. Click Create Deployment.

  5. Watch for the deployment updates in the information box at the bottom of the deployment UI.

Authenticating with Cloud IAP

This section contains details about using Cloud IAP to control access to Kubeflow. Cloud IAP is the best option for production deployments or deployments with access to sensitive data.

  1. Follow the guide to setting up OAuth credentials.

  2. Choose the Login with GCP IAP option on the Kubeflow deployment UI.

  3. Enter your IAP OAuth client ID and IAP OAuth client secret into the corresponding fields on the deployment UI.

  4. Complete the rest of the form as described above.

Kubeflow will be available at the following URI:

https://<deployment_name>.endpoints.<project>.cloud.goog/

It can take 10-15 minutes for the URI to become available. You can watch for updates in the information box on the deployment UI. If the deployment takes longer than expected, click Kubeflow Service Endpoint to try accessing your Kubeflow URI.

Authenticating with username and password

Next steps