timogoosen.github.io

Github pages blog

View My GitHub Profile

Useful Gcloud commands:

List available projects:


gcloud projects list

Set project:


gcloud config set project terraform-base-349707


Get access token OAUTH:


gcloud auth print-access-token

Other login method:


gcloud auth login

Login to GKE


gcloud container clusters get-credentials gitlab-staging --zone europe-west1-b --project terraform-base-349707

Can then do:


kubectl get pods -A