The Runtime Theory
Cloud & InfrastructureIn production

DNS and Traffic Routing in the Cloud: From Resolver to Anycast

Recording in progress
#dns#routing#anycast#load-balancing

Before any request reaches a server, DNS decides where it goes. We trace a full resolution from stub resolver to authoritative name server, then show how cloud providers layer on top: anycast for CDN entry, geo and latency routing policies, weighted records, and the handoff from DNS to the load balancer's instance pool. We examine how TTLs determine failover speed, why caching hides your changes, and what health-check-driven record removal actually costs. The video closes with a realistic global deployment — edge cache, origin, multi-region fallback — and shows how each layer decides where the next request lands.

Topics covered:

  • The resolution path: resolver to authoritative
  • Anycast, geo routing, and weighted records
  • TTLs, caching, and failover timing
  • Load balancer handoff and health-check mechanics

Related articles

More in Cloud & Infrastructure

In production
cloud

Edge Computing Explained: Where Compute Actually Sits

What edge computing actually is — the compute tiers from device to far edge to cloud, latency and bandwidth budgets, and which workloads genuinely benefit.

Details
In production
cloud

Container Orchestration Basics: API Server, Controllers, and Scheduler

Container orchestration from first principles — what the API server, controller manager, and scheduler actually do, with Kubernetes as the working example.

Details
In production
cloud

The Cost of Distributed Systems: Coordination, Consistency, and Failure

What distributed systems actually cost — coordination, consistency, and failure taxes — quantified with quorum math, tail latency, and retry-storm dynamics.

Details
In production
cloud

Multi-Region Architecture: Active-Active, Failover, and Replication

The real mechanics of multi-region deployments — where writes land, how replication propagates, what failover flips, and the latency math that constrains every design.

Details
In production
cloud

Object Storage Under the Hood: PUT, GET, and Erasure Coding

What happens inside an object store — the PUT and GET paths, metadata partitions, erasure coding, and why object storage is eventually consistent.

Details
In production
cloud

Autoscaling Explained: The Controller Loop Behind Horizontal Scaling

How autoscaling actually works — the metrics window, desired-replica calculation, stabilization, and why naive CPU-based scaling oscillates under real load.

Details
In production
cloud

Serverless Cold Starts, Measured: Where the Latency Actually Goes

Measured cold-start latency across Lambda, Cloud Functions, and container runtimes — what actually takes time and which optimizations genuinely reduce it.

Details
In production
cloud

Kubernetes Scheduling Visualized: The Filter-Score Pipeline

What the Kubernetes scheduler actually does — how pending Pods become assigned to Nodes, the filter-then-score pipeline, and how taints and affinity shape placement.

Details
In production
cloud

Container Images Explained: Layers, Manifests, and Digests

How container images are actually built and run — layers, manifests, content digests, and what the runtime does at pull and run time.

Details

Depth, delivered weekly

One technical dispatch a week — articles and episode notes before they go public.

One technical dispatch per week. No noise.