Tune the host OS for container workloads: kernel params, I/O, and cgroups.
Node-level tuning improves container density and latency. Focus on kernel, I/O, and cgroups.
# /etc/sysctl.d/99-kubernetes.conf
net.ipv4.ip_forward = 1
net.bridge.bridge-nf-call-iptables = 1
net.bridge.bridge-nf-call-ip6tables = 1
vm.max_map_count = 262144
fs.inotify.max_user_watches = 524288
Adjust per workload; document any custom values.
Tuning pays off most when combined with good app design and resource requests.
Incident Response for Platform Teams. Practical guidance for reliable, scalable platform operations.
Concrete systemd unit patterns that reduced flakiness: restart policies, resource limits, and structured logs.
Explore more articles in this category
A practical systemd reliability guide for Linux services, built around repeated restart-loop incidents and the unit-file patterns that finally made those services boring.
A production-tested Linux patch management workflow for teams that need security fixes without turning every maintenance window into a gamble.
Concrete systemd unit patterns that reduced flakiness: restart policies, resource limits, and structured logs.