Day 06: Private DNS & The Split-Horizon0
Machines talk to IPs, humans talk to names. We build a Private DNS Zone to decouple Identity from Location.
We peel back the abstraction of Cloud Load Balancers by building one manually using Nginx. We cover Round Robin, Failover, Sticky Sessions, and the architectural journey of a packet.
Machines talk to IPs, humans talk to names. We build a Private DNS Zone to decouple Identity from Location.
We build a router from scratch using Linux primitives. A step-by-step guide to forwarding, masking, and routing traffic manually.
Why GCP steals 4 IPs, why you can't shrink subnets, and how Alias IPs form the backbone of Kubernetes networking.
We disable 'OS Login' to manage raw SSH keys manually. Learn how to generate keys, inject them via Metadata, and recover access if you lose them.
Cloud IAM stops intruders at the door, but Linux permissions protect the room. A tutorial on mounting disks, using ACLs, and blocking malware execution.
A step-by-step guide to building a raw Python server and understanding why '0.0.0.0' matters more than your firewall rules.
We build a Python-powered security bot that analyzes Cloud Armor alerts and sends high-impact result cards to Google Chat.