Technical requirements
Using the following commands, we will set up the infrastructure in Google Cloud that will be used for hands-on exercises:
- Create a Kubernetes cluster:
% gcloud container clusters create cluster1 --cluster-version latest --machine-type "e2-medium" --num-nodes "3" --network "default" --zone "australia-southeast1-a" --disk-type "pd-standard" --disk-size "30" kubeconfig entry generated for cluster1. NAME LOCATION MASTER_VERSION MASTER_IP MACHINE_TYPE NODE_VERSION NUM_NODES STATUS cluster1 australia-southeast1-a 1.23.12-gke.100 34.116.79.135 e2-medium 1.23.12-gke.100 3 ...