Google Cloud Platform (GKE)
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.
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:
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