Cheat Sheet
Google Cloud Platform tips and tricks.
gcloud
Other Cheat Sheets
Install
echo "export CLOUDSDK_PYTHON=$(which python3)" >> ~/.zshrc
source ~/.zshrc
./install.shInstall/remove components
gcloud components install COMPONENT_ID
gcloud components remove COMPONENT_IDConfig
Change project default Project
Change project default Compute Engine Region
Change project default Compute Engine Zone
Env vars
Show current project
List config
Compute
SSH to VM
Transfer files to VM
Choosing a load balancer
Kubernetes
Get credentials
Mount file system over SSH
Last updated