Previous OOM kill detected in container history
criticalavailabilityUpdated Feb 24, 2026(via Exa)
Technologies:
How to detect:
Container status shows lastState.terminated.reason as OOMKilled, indicating the sidecar has been killed by Kubernetes for exceeding memory limits. Requires either reducing memory usage or increasing limits.
Recommended action:
Review container status and events for OOM history. Investigate root causes using diagnostic commands. Either optimize memory usage through configuration scoping, metric reduction, connection management, or increase memory limits appropriately based on workload needs.