General infrastructure
From the resource hierarchy to Terraform pipelines. The foundational layer of Google Cloud, the way an architect actually thinks about it.
2 of 20 lessons published · 6 phases · ~15 min per lesson
Phase 1
Blueprint & bouncers
- 1.1The GCP resource hierarchyOrganizations, folders, and projects — how GCP forces you to organize work before you build it.→
- 1.2IAM — identity & access managementThe bouncer at the door — who, what, and where for every access decision in GCP.→
- 1.3Organization policiesOrg-wide guardrails that prevent even an Owner from doing dumb things — the technical foundation of regulatory compliance.Planned
Phase 2
Roads & traffic cops
- 2.1VPCs & subnetsDrawing the borders of your private cloud city and dividing it into neighborhoods.Planned
- 2.2Firewalls & Cloud NATToll booths and one-way mirrors — what gets in, and how private servers reach the internet.Planned
- 2.3Cloud load balancingDistributing traffic globally — the difference between an L4 and L7 load balancer, and when to pick which.Planned
- 2.4Private Google Access & PSCHow private workloads talk to BigQuery, Cloud SQL, and Pub/Sub without ever touching the public internet.Planned
Phase 3
The workhorses
- 3.1Compute Engine VMsRenting a customized house — when raw VMs are still the right answer in a serverless world.Planned
- 3.2GKE — Google Kubernetes EngineThe apartment complex with the automated landlord — Standard vs Autopilot, and when GKE earns its complexity.Planned
- 3.3Cloud RunThe ghost kitchen — request-driven containers that scale to zero and back to a thousand on demand.Planned
- 3.4Choosing your computeA decision framework for VM vs GKE vs Cloud Run vs Functions, with cost and operational trade-offs.Planned
Phase 4
Vaults & filing cabinets
- 4.1Cloud Storage & persistent disksThe warehouse and the backpack — object storage for unlimited capacity vs block storage for raw speed.Planned
- 4.2Cloud SQL & SpannerThe accountant — relational databases for when consistency matters more than anything else.Planned
- 4.3Bigtable & FirestoreThe address book — NoSQL for massive scale and rapid reads when relational rigor would slow you down.Planned
- 4.4BigQueryThe library research room — petabyte analytics in seconds, and the architectural pattern that defines GCP.Planned
Phase 5
Security cameras
- 5.1Cloud Logging & MonitoringThe dashboard and the black box — knowing when things break and reading the evidence after.Planned
- 5.2Security Command CenterA single pane of glass for every misconfiguration, vulnerability, and threat across the org.Planned
- 5.3Cloud KMS & Secret ManagerWhere keys, tokens, and customer-managed encryption keys actually live — and the audit story for each.Planned
Phase 6
The magic wand
- 6.1Terraform fundamentalsWhy professionals never click buttons — declarative infrastructure as the architect's superpower.Planned
- 6.2IaC pipelines & policy-as-codeThe pipeline that turns Terraform from a script into governance — plan review, OPA / Sentinel, and Governance-as-Code.Planned