The primary tool for interacting with Google Cloud is the gcloud command-line interface. As the gcloud help says:
"The gcloud CLI manages authentication, local configuration, developer workflow, and interactions with Google Cloud Platform APIs"
The gcloud CLI is a fundamental component of development and operations work on Google Cloud, and it will be used heavily throughout this book.
As with the rest of the Google Cloud SDK, gcloud can be accessed at any time from within the Google Cloud Shell. The gcloud compliments the Google Cloud Console, giving users a far deeper level of control for products and services when needed.
Because gcloud plays such an important role in development and operational workflows, it's important to have a solid understanding of its core features and philosophies. The majority of commands in gcloud are specific...