Version v0.5 of the documentation is no longer actively maintained. The site that you are currently viewing is an archived snapshot. For up-to-date documentation, see the latest version.

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. If you prefer to use the command line, see the guide to deployment using the CLI.

  1. Open https://deploy.kubeflow.cloud/ in your web browser.
  2. Sign in using a GCP account that has administrator privileges for your GCP project.
  3. Complete the form, following the instructions on the left side of the form. In particular, ensure that you enter the same deployment name as you used when creating the OAuth client ID.
  4. Check Skip IAP box if you want to use basic auth.
  5. Click Create Deployment.

Here’s a partial screenshot of the deployment UI, showing all the fields in the form:

Kubeflow deployment UI

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, try accessing the above URI anyway.

Next steps