Networking that finally makes sense.
Networking has a reputation for being scary. It really isn't — it's just a pile of small, sensible ideas that nobody explained to you in plain language. That's what this playbook does. We start with one lonely server and grow it, step by step, into a full Kubernetes setup — and by the end you'll actually understand what's going on under the hood.
Written for developers, testers, and especially our support team — the folks who get asked "can you point my domain to this server?" and need a clear answer, not a shrug.
Where should you start?
If you've got the time, read it top to bottom — each chapter uses only ideas from the ones before it, so nothing lands out of nowhere. In a hurry and just need to get a job done? Jump straight to the Support Playbook at the bottom — it's full of "here's exactly what to click" recipes.
Networking Foundations
What a network actually is. OSI, TCP/IP, and how data really moves.
Core Concepts
IPs, DNS, ports, HTTP, HTTPS, and TLS. The vocabulary of every network.
Security & Organization
Subnets, routing, firewalls, NAT — structuring and defending networks.
Cloud Networking
VPCs, gateways, route tables, and security groups on AWS, Azure, GCP.
Container Networking
Docker networks — bridges, port mapping, and multi-host overlays.
Kubernetes Networking
Pods, services, ingress, and network policies — the K8s model.
Troubleshooting
A repeatable checklist, the tools that matter, and the big picture.
Support Playbook
Real tasks, step by step: point a domain to a VPS, add SSL, fix "site not loading", set up email DNS.
Every concept exists because a real problem forced someone to invent it. Following one app as it grows shows you why subnets, NAT, VPCs, and pods each had to appear. When you understand the pain that produced a tool, you stop memorising commands and start reasoning from first principles.
How this guide works
Every topic follows the same rhythm so nothing feels new for long:
Plain explanation
What and why in everyday English. No jargon without a translation.
Visual diagram
A picture of how it actually works, drawn to make the shape click.
Real analogy
A comparison to something you already know from daily life.
Concrete example
Real IPs, real ports, real commands. Nothing abstract without a demo.