Using the gcloud utility
The gcloud
utility is used to interact with the rest of the services on the Google Cloud Platform, other than BigQuery and Google Cloud Storage. The commands in the gcloud
utility are grouped for each service. The following are the service groups for some of the services on the Google Cloud Platform:
Service group | Google Cloud service |
App | App Engine standard and flexible environment |
Compute | Compute Engine to manage virtual machines |
Container | Container Engine to manage containers and clusters |
Dataflow | Manage Cloud Dataflow services for ETL and data processing |
Dataproc | Manage Cloud Dataproc service which consists of Apache Hadoop, Spark, Pig, and Hive |
Datastore | Manage Cloud Datastore service which creates entities on a NoSQL database |
SQL | Manage Cloud SQL service which consists of MySQL or PostgreSQL databases |
To view the list of commands available in each service group, run the help
command shown as follows. The following command will show the list of command groups available for the...