Tag: OOM
Problems related to Out of Memory (OOM), such as process OOM, or container OOM.
| ID | Title | Description | Category | Technology | Tags |
|---|---|---|---|---|---|
| prequel-2025-0004 Low Impact: 7/10 Mitigation: 8/10 | Process Out of Memory | A pod OOM (Out Of Memory) crash in occurs when a container inside a pod tries to use more memory than has been allocated to it, causing the container to be terminated by the operating system. | Memory Problems | oom | OOMCrash |
| prequel-2025-0013 Critical Impact: 9/10 Mitigation: 6/10 | Deployment Replica OOM Caused HTTP 5xx Error | A deployment replica OOM caused HTTP 5xx error. | Memory Problems | oom | OOMErrors |
| prequel-2025-0114 Medium Impact: 0/10 Mitigation: 0/10 | Kubernetes Deployment Memory Requests Missing | - Detects Kubernetes Deployment resources without memory requests configured on containers. - Monitors deployment specifications where containers lack proper memory request definitions. - Identifies resource management violations that can lead to poor scheduling decisions. - Tracks deployments that may cause memory pressure and OOM conditions. | Resource Management | v1 | KubernetesDeploymentMemory Requestsresource-managementSchedulingOOM |
| prequel-2025-0115 Medium Impact: 0/10 Mitigation: 0/10 | Kubernetes Deployment Memory Limits Missing | - Detects Kubernetes Deployment resources without memory limits configured on containers. - Monitors deployment specifications where containers lack proper memory limit definitions. - Identifies resource management violations that can lead to memory exhaustion. - Tracks deployments that may consume excessive memory resources without bounds. | Resource Management | v1 | KubernetesDeploymentMemory Limitsresource-managementMemory ExhaustionOOM |