Set Up the Google Cloud
Set up a Google Cloud environment for the coding examples.
We'll cover the following
Install Google Cloud CLI
Google provides gcloud
CLI, a command-line interface for creating and managing cloud resources and services through the command line. Cloud CLI enables us to perform tasks faster and efficiently manage cloud resources at scale. This interactive shell preinstalls gcloud
CLI. Click the terminal to start the setup process. We will guide you through the configuration steps.
Once the shell is connected, it automatically runs gcloud init
, which initializes the cloud environment. Enter "y" until we are given a link and asked for the authentication code. After providing the code, a prompt will allow us to choose the desired project.
Get hands-on with 1400+ tech skills courses.