May 2018
Intermediate to advanced
554 pages
13h 51m
English
VPC in GCP is like AWS, but there's no need to bind a particular region, and also no need to set the CIDR address range. This means you can create a VPC that covers all regions. By default, your Kubernetes Cookbook project has a default VPC.
However, for a better understanding, let's create a new VPC by following these steps:
$ gcloud compute networks create chap7 --subnet-mode=custom
$ gcloud compute networks listNAME SUBNET_MODE BGP_ROUTING_MODE IPV4_RANGE ...Read now
Unlock full access