Troubleshooting
Kubernetes Pod OOMKilled
Container terminated because memory usage exceeded the cgroup limit.
SQL Lens
Run this query locally to surface offenders.
SELECT message, time FROM logs WHERE message ILIKE '%OOMKilled%' ORDER BY time DESCInvestigate in HUDPlaybook
- Compare pod memory requests/limits with actual peak usage in metrics.
- Capture heap/pprof snapshot from workload before eviction.
- Add vertical pod autoscaler or tune GC flags for the runtime.