Skip to content

GCP

Common Services

  • IAM
  • VPC
  • Compute Engine
  • GKE
  • Cloud Storage
  • Cloud DNS
  • Cloud Run
  • Logging and Monitoring

Basic CLI Commands

gcloud auth login
gcloud config list
gcloud projects list
gcloud compute instances list
gcloud container clusters list
gsutil ls

Practice

  • In GCP, it is important to understand the hierarchy organization -> folder -> project.
  • For GKE projects, define the network model and IAM boundaries early.