Connecting a GCP Kubernetes cluster
Introduction
In this guide we'll show you how to easily connect a GCP cluster to your Organization using Bunnyshell. This allows you to easily deploy your application and manage environments.
You have a Bunnyshell account
You have created an Organization.
You have a functioning GCP Kubernetes cluster.
Find out how you can create a GCP Kubernetes cluster.
Connecting your GCP GKE cluster
1. Go to the Bunnyshell interface and click Integrations
on the left-side menu.

2. Click Kubernetes clusters on the left side of the main interface.
3. Click Connect cluster.

4. Select Google Cloud.

5. A new window should pop-up now. The following fields are displayed in the new window:

Cluster name: Choose what name your cluster will have in Bunnyshell.
Google Cloud cluster name
Cluster URL: Can be fetched from the DETAILS screen when creating the cluster. The URL needs to be filled in the following manner:
https://CLUSTER_IP. How to retrieve the Cluster URLCloud region: Can be fetched from the DETAILS screen when creating the cluster. How to retrieve the Cloud region.
Username: Copy and paste the Google Service Account ID in this field. How to retrieve the Google Service Account name.
If you have a Google Service Account already created, the ID is the string before the @ in the email address.
Example:
In the address bunnyshell-access@bunnyshell-84194.iam.gserviceaccount.com, the string bunnyshell-access is the Google Service Account ID.
Project ID: Fetched by clicking on the Project Name in GCP console's Clusters screen. How to retrieve the Project ID.
Certificate: Corresponds to the certificate-authority-data from the .kube/config file. How to retrieve the Certificate.
Google Service Account Key (JSON): Copy and paste the contents of
gsa-key.jsoninside this field. How to retrieve the Google Service Account Key.
Last updated
Was this helpful?
