GCP
Gcloud cli toole
curl -O https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-cli-linux-x86_64.tar.gz
tar -xf google-cloud-cli-linux-x86_64.tar.gz
./google-cloud-sdk/install.sh
Google Compute Engine
Configuration Profiles
Create a new Config Profile, activate it, set default region and zone
gcloud config configurations list
gcloud config configurations create personal
gcloud config configurations activate personal
gcloud config set compute/region us-central1
gcloud config set compute/region us-central1-a
Serving Content from bucket
Create bucket
Create CDN 2.1 Create new backend bucket that connects to bucket from 1. 2.2 Create new loadbalancer
Creat Url Map for Load balancer
Last updated