October 2019
Intermediate to advanced
520 pages
13h 5m
English
gcloud is the primary command-line tool for GCP and allows you to perform common tasks in your GCP environment. There are many use cases for gcloud; for example, creating and managing GCE instances, cloud SQL instances, Kubernetes Engine clusters, Dataproc clusters, DNS zones, and Cloud Deployment Manager deployments.
When you are using gcloud for the first time, it is advisable to check out the usage guidelines. Adding -h to a command will offer the following guidelines:

For detailed information about this command and its flags, we can run the following command:
gcloud –-help
This will list far more details—try it out and take a ...
Read now
Unlock full access