January 2019
Intermediate to advanced
484 pages
11h 48m
English
You can set up a Kubernetes cluster on GKE using the gcloud command. This needs to specify several parameters to determine some configurations. One important parameter is the network. Here, you have to specify which VPC and subnet you'll deploy. Although GKE supports multiple zones to deploy, you need to specify at least one zone for the Kubernetes master node. This time, it uses the following parameters to launch a GKE cluster:
|
Parameter |
Description |
Value |
|
--machine-type |
VM instance type for Kubernetes Node |
f1-micro |
|
--num-nodes |
Initial number of Kubernetes nodes |
3 |
|
--network |
Specify GCP VPC |
my-custom-network |
|
--subnetwork |
Specify GCP Subnet if VPC is a custom ... |
Read now
Unlock full access