Tuesday, 11 October 2016

Configuring Google Cloud SDK and kubectl

quick and dirty steps
  1. install sdk
  2. configure kubectl:
gcloud config set container/use_client_certificate True

gcloud container clusters get-credentials cluster-name

No comments:

Post a Comment