Run Commands

GCP Deployment

Learn how to deploy to the cloud with GCP.

Before You Start #

This guide assumes that:


1. Create a New Project #

  1. Log in to Google Cloud Console.
  2. Create a new project (e.g.,pachyderm-quickstart-project).
  3. Enable the Compute Engine API.

You are now ready to create a GKE Cluster.

2. Run Setup Script #

You can run this setup script either through the Cloud Shell or in a local terminal via the gcloud cli. Before running the install script change the values PROJECT_ID, to match the project created in step one, and SQL_ADMIN_PASSWORD to a secure value. Running this script creates all of the following:

It also installs Pachyderm into the cluster.

3. Connect to Cluster #

You’ll need your organization’s cluster URL (proxy.host) value to connect.

  1. Run the following command to get your cluster URL:
kubectl get services | grep pachyderm-proxy | awk '{print $4}'
  1. Connect to your cluster:

    Method:
💡

You can also connect to Console via Google’s Cloud Shell:

console-in-browser