Porter runs on a Kubernetes cluster in your own Google Cloud account. You can provision a cluster through Porter by providing the credentials of a GCP service account.
Quick Installation uses Owner permissions to set up Porter. You can
optionally specify the minimum IAM policies for provisioning both a cluster
and registry.
To use Porter on GCP, you must first enable some APIs on your project.
Navigate to the APIs & Services tab of your project.
Click on the Enable APIs and Services button at the top. This will bring up a catalog of APIs that you can enable on GCP. Enable the following four APIs:
Compute Engine API
Kubernetes Engine API
Cloud Resource Manager API
Container Registry API
Artifact Registry API
It might take a few minutes for each of these APIs to be enabled. Once you can confirm that all five APIs are enabled from the APIs & Services tab, proceed to the next section.
Once the service account has been created, under Actions select Manage keys.
Select ADD KEY -> Create new key and then choose JSON as your key type. After creation, your JSON key will automatically be downloaded as a file. You will need this key later.
Click “Drop a GCP Service Account JSON here, or click to browse.” and upload the JSON key file from the Prerequisites step, then click “Continue”:
Select the region that you would like to provision in, then click “Provision”
Before you are able to provision a cluster you must pass all provision checks. Troubleshooting steps will be shown on the dashboard if you
encounter these errors.
After clicking Provision from Porter, installation will begin automatically.
Deleting resources on GCP via Porter may result in dangling resources. After
clicking delete, please make sure to check your GCP console to see if all
resources have properly been removed. You can remove any dangling resources
via either the GCP console or the gcloud CLI.
We recommend that you delete all provisioned resources through Porter as well as confirm resources have been deleted from the GCP console. This will ensure that you do not get charged on GCP for lingering resources.To delete resources, click on Additional Settings from the Infrastructure tab.Click Delete Cluster to remove the cluster from Porter and delete resources in your GCP console. It may take up to 30 minutes for these resources to be deleted from your GCP console.