Google Cloud Platform (GKE)
Connect your GCP Google Kubernetes Engine Service clusters to Infra App.
Prerequisites
Download and install the Google Cloud SDK (this includes the
gcloud
CLI tool)Login with a user that has access to the cluster via
gcloud auth login
Generate the config file
Create a config file entry using gcloud
. For example:
gcloud container clusters get-credentials <cluster-name>
You're done! Infra App will discover the entry in your Kubernetes config file and automatically switch to your cluster. At any time you can access this cluster via the Cluster Switcher:

Last updated
Was this helpful?