Running on GCP
This quickstart guide helps you get started running Pinot on Google Cloud Platform (GCP).
Last updated
Was this helpful?
This quickstart guide helps you get started running Pinot on Google Cloud Platform (GCP).
Last updated
Was this helpful?
In this quickstart guide, you will set up a Kubernetes Cluster on
Follow this link () to install kubectl.
For Mac users
Check kubectl version after installation.
Follow this link () to install helm.
For Mac users
Check helm version after installation.
Install Google Cloud SDK
Restart your shell
This script will create a 3 node cluster named pinot-quickstart in us-west1-b with n1-standard-2 machines for demo purposes.
Modify the parameters in the following example command with your gcloud details:
Use the following command do monitor cluster status:
Once the cluster is in RUNNING status, it's ready to be used.
Run the following command to get the credential for the cluster pinot-quickstart that you just created:
To verify the connection, run the following:
To install Google Cloud SDK, see
Follow this to deploy your Pinot demo.