GCP Kubernetes Engine Cheat Sheet

Reset Git Branch Commits

GCP Kubernetes Engine Cheat Sheet for use with gcloud cli.

List Kubernetes Clusters

gcloud container clusters list

Describe Kubernetes Cluster

gcloud container clusters describe [CLUSTER NAME] --zone [ZONE]

Get Credentials for Kubernetes Cluster

gcloud container clusters get-credentials [CLUSTER NAME] --zone [ZONE]
Marcin Narloch

Marcin Narloch

Creative and out-of-the-box thinker with strong interests and knowledge in technology and innovation.
WordPress mysqldump Previous post Backup MySQL Database with Docker
Docker Building Blocks Next post Docker Housekeeping

Leave a Reply

Your email address will not be published. Required fields are marked *