Google Cloud Platform (GKE)
Connect your GCP Google Kubernetes Engine Service clusters to Infra App.
Last updated
Was this helpful?
Connect your GCP Google Kubernetes Engine Service clusters to Infra App.
Infra App connects automatically to most clusters. If running kubectl works without any modifications or custom scripts, then Infra App will also work out of the box.
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
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?
Was this helpful?