Skip to content

Create a script to bootstrap and setup a GKE cluster with helm and kubectl

Ahmad Hassan requested to merge Make_it_easier_on_GKE into master

This will make it easier to set up the GKE parts.

Adds a new script that does the following:

  • Creates a GKE cluster
  • Creates an external static ip in the same region
  • Connects kubectl to the newly created cluster
  • Installs helm and handles the RBAC service account
  • Runs helm update
Edited by Marin Jankovski

Merge request reports