January 2018
Intermediate to advanced
318 pages
7h 6m
English
I am going to be launching my Kubernetes in Google Cloud using the following command:
$ gcloud container clusters create kube-cluster
The output of the preceding command can be seen in the following screenshot:

Once launched, which should take about 5 minutes at the most, you can check that your cluster is up and running as expected by using the following:
$ kubectl get nodes
The output of the preceding command can be seen in the following screenshot:

Now that we have our three-node cluster up and running, and ...
Read now
Unlock full access