February 20, 2024 | 00:00

Kubernetes Downward API

Demonstrates using the Kubernetes Downward API to inject resource-derived env vars like GOMAXPROCS without hitting the API server.

January 22, 2024 | 00:00

journald RateLimitBurst

Introduces journald RateLimitBurst/Interval, why throttling noisy logs matters, and how to scope limits per unit.

September 13, 2021 | 00:00

What is MTU

Defines MTU fundamentals, fragmentation rules for IPv4/IPv6, and how Path MTU Discovery finds the safe packet size.
#TIL | #Go

July 3, 2021 | 00:00

go tool dist list

Shows how go tool dist list reveals every GOOS/GOARCH combo so you can cross-compile with confidence.

August 1, 2020 | 00:00

Docker Export vs Docker Save

Compares docker export’s flattened container snapshots to docker save image archives and clarifies when to choose each command.
#TIL | #Go

July 21, 2020 | 00:00

Go Trace Shortcut

Captures a Go execution trace and shows that pressing ? in the web UI reveals every navigation shortcut.

July 14, 2020 | 00:00

Systemd Drop In

Explains how systemd drop-in units override service sections (GitLab Runner example) and how to inspect active overrides with systemctl.