October 2017
Intermediate to advanced
326 pages
7h 20m
English
Google offers us a very comprehensive SDK that can be used for operating Google Cloud Platform as well as installing software components related to cloud operations. The first thing we need to do is install gcloud. There are installers for Windows but, in general, for Unix-based systems (Linux and Mac mainly), we have an interactive installer that can be executed from the command line and the unattended mode (for automatic provisioning). The different options can be found at https://cloud.google.com/sdk/downloads. In order to install it (in my case, on Mac), the first thing we need to do is run the following command:
curl https://sdk.cloud.google.com | bash
This will initiate the interactive installed ...
Read now
Unlock full access