Infra App Docs
  • Overview
  • Getting started
  • Download Infra App
  • Connect your cluster
    • Amazon Web Services (EKS)
    • Google Cloud Platform (GKE)
    • Digital Ocean (DOKS)
    • Docker Desktop
    • Minikube
    • Other Clusters
  • Features
    • CPU & memory utilization
    • Container shell access
    • Log search & filtering
    • Editing Resources / Nodes
    • Deleting Pods
  • Advanced
    • Clusters with RBAC
    • FAQs
Powered by GitBook
On this page
  • Prerequisites
  • Generate the config file

Was this helpful?

  1. Connect your cluster

Google Cloud Platform (GKE)

Connect your GCP Google Kubernetes Engine Service clusters to Infra App.

PreviousAmazon Web Services (EKS)NextDigital Ocean (DOKS)

Last updated 4 years ago

Was this helpful?

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

  • the Google Cloud SDK (this includes the gcloud CLI tool)

  • with a user that has access to the cluster via gcloud auth login

Generate the config file

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:

Create a GKE cluster
Download and install
Login
Create a config file entry