Getting Started with Google Cloud

This section will help you:

  • create a Google Cloud account
  • install the Google Cloud SDK
  • initialize the SDK and authenticate with Google Cloud

Create a Google Cloud account

Install the Google Cloud SDK

cloud sdk landing

Google Cloud SDK Documentation

cloud sdk doc landing

  • Click the download button
  • Install the downloaded package (using bash ./google-cloud/sdk/install.sh)

Initialize the SDK and authenticate

gcloud init

Answer prompts.

images

Use gcloud --help to get to help pages.