- Detach a disk from Google Compute Instance
- Install Google Cloud SDK
- Google Cloud apt signatures couldn’t be verified
- Google Cloud SSH using gcloud command line
- Google Cloud open a port in firewall
- Create Kubernetes cluser using gcloud
Cloud SQL
gcloud components
gcloud components list gcloud components install beta gcloud components update beta
List current gcloud config
gcloud config list
Set a region
gcloud config set compute/zone us-west2-b
Config store in
cat ~/.config/gcloud/configurations/config_default
Swiitch between multiple gcloud users
gcloud config configurations activate default gcloud config configurations activate NAME_HERE
Leave a Reply