DevOps & SRE

TIL — Today I Learned

kubectl dry-run=server to validate manifests

Sun Sep 07 2025

Use the API server to validate without storing the object.

systemd RestartSec vs StartLimitInterval/StartLimitBurst

Sun Sep 07 2025

Avoid crash loops by tuning both restart delay and rate limiting.