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

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