Networking Deep Dive
Learning Hub / Kubernetes & Platform

Networking Deep Dive

Practitioner → Advanced12 lessonsAvailable

Follows a single request from the NIC up to the application, so you can debug any network problem by layer instead of by guesswork.

You'll meetMTUARProutingNATconntrackCNIkube-proxyeBPFCoreDNSTLSHTTP/2gRPC
Start lesson 01 →

What you'll be able to do

  • Debug by layer with tcpdump, ss, ip and conntrack
  • Explain how CNI, kube-proxy and eBPF dataplanes move packets
  • Diagnose DNS, MTU and TLS failures quickly

Before you start

Basic Linux networking.

How it works

Each lesson: plain-language idea → how it really works → hands-on. Each section ends with a cheat sheet & self-check.

Curriculum

Lessons marked “Read” are ready; the rest are on the way.

Real-world scenarios

Work through each one: symptom → misleading signal → evidence → root cause → prevention.

Large responses hang, small ones work

Classic MTU black hole across an overlay.

Intermittent 5xx from one node only

conntrack, MTU or kube-proxy? Isolate it by layer.

This site is a public version of my personal engineering knowledge hub. It intentionally excludes confidential company information and internal operational details.