February 20, 2024 | 00:00
Demonstrates using the Kubernetes Downward API to inject resource-derived env vars like GOMAXPROCS without hitting the API server.
January 22, 2024 | 00:00
Introduces journald RateLimitBurst/Interval, why throttling noisy logs matters, and how to scope limits per unit.
September 13, 2021 | 00:00
Defines MTU fundamentals, fragmentation rules for IPv4/IPv6, and how Path MTU Discovery finds the safe packet size.
July 3, 2021 | 00:00
Shows how go tool dist list reveals every GOOS/GOARCH combo so you can cross-compile with confidence.
August 16, 2020 | 00:00
Recommends rainbow deployments so long-running pods (like GitLab Runner) stay observable while new versions roll out.
August 1, 2020 | 00:00
Compares docker export’s flattened container snapshots to docker save image archives and clarifies when to choose each command.
July 21, 2020 | 00:00
Captures a Go execution trace and shows that pressing ? in the web UI reveals every navigation shortcut.
July 14, 2020 | 00:00
Explains how systemd drop-in units override service sections (GitLab Runner example) and how to inspect active overrides with systemctl.