March 2019
Beginner to intermediate
778 pages
34h 20m
English
Initially, the instances in the subnets created will not have connectivity. We'll setup a VPN connection and verify that we are able to establish a connection between the instances in the two separate networks:
gcloud beta compute instances create "alpha-instance" --zone"us-east1-c" --machine-type "n1-standard-1" --subnet"alpha-subnet-vpn" --image "debian-9-stretch-v20171213"--image-project "debian-cloud"
gcloud beta compute instances create "beta-instance" --zone"us-central1-c" --machine-type "n1-standard-1" --subnet"beta-subnet-vpn" --image "debian-9-stretch-v20171213"--image-project "debian-cloud" ...
Read now
Unlock full access