The GCP SDK
This section will describe how to use the Google Cloud SDK. The SDK is a set of tools that allows you to manage your GCP resources and applications and includes the gcloud
, gsutil
, and bq
command-line tools. There are, as expected, some prerequisites to installing this kit. The SDK can run on Linux, macOS, and Windows OSes and requires you to have Python 2.7.x installed. Some tools that come bundled may have additional requirements. Please refer to https://cloud.google.com/sdk/install for specific system and operating system requirements.
gcloud
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...