Night Mode LabsBlue Book
Cloud Provider Notes

GCP Platform Notes

Use these notes to translate the blue book patterns into common Google Cloud services. GCP platform work often centers on project structure, IAM, organization policies, networking, and managed data services.

Common service mapping

CapabilityCommon GCP services
Landing zoneResource Manager, folders, projects
IdentityCloud IAM, Workload Identity Federation
NetworkingVPC, Shared VPC, Cloud DNS, Private Service Connect
ContainersGKE, Cloud Run, Artifact Registry
ServerlessCloud Functions, Cloud Run jobs, Workflows
DataCloud SQL, Spanner, BigQuery, GCS, Dataflow, Pub/Sub
Secrets and keysSecret Manager, Cloud KMS
ObservabilityCloud Logging, Cloud Monitoring, Trace
SecuritySecurity Command Center, Cloud Audit Logs, Org Policy

Baseline practices

  • Use folders and projects to isolate environments and ownership.
  • Use Shared VPC intentionally for centralized network control.
  • Use Workload Identity Federation for CI/CD and workload access.
  • Use organization policies for baseline guardrails.
  • Centralize audit logs and security findings.
  • Define labels, budgets, and service ownership standards.

Runtime guidance

  • Use Cloud Run for request-driven containers and simple workers.
  • Use GKE when Kubernetes platform requirements justify cluster operations.
  • Use Pub/Sub for asynchronous integration and buffering.
  • Use Cloud Workflows when orchestration needs to be explicit and observable.

Watchouts

  • Project sprawl needs lifecycle and ownership controls.
  • IAM inheritance can surprise teams without clear folder structure.
  • BigQuery and data egress costs need early visibility.
  • Service account keys should be avoided or aggressively controlled.

On this page