Tag: Performance
Issues that impact system responsiveness or efficiency, such as latency, CPU/memory bottlenecks, or slow processing
| ID | Title | Description | Category | Technology | Tags |
|---|---|---|---|---|---|
| prequel-2025-0112 Medium Impact: 0/10 Mitigation: 0/10 | Kubernetes Deployment CPU Requests Missing | - Detects Kubernetes Deployment resources without CPU requests configured on containers. - Monitors deployment specifications where containers lack proper CPU request definitions. - Identifies resource management violations that can lead to poor cluster scheduling. - Tracks deployments that may cause resource contention and performance issues. | Resource Management | v1 | KubernetesDeploymentCPU Requestsresource-managementSchedulingPerformance |
| prequel-2025-0113 Medium Impact: 0/10 Mitigation: 0/10 | Kubernetes Deployment CPU Limits Missing | - Detects Kubernetes Deployment resources without CPU limits configured on containers. - Monitors deployment specifications where containers lack proper CPU limit definitions. - Identifies resource management violations that can lead to resource exhaustion. - Tracks deployments that may consume excessive CPU resources without bounds. | Resource Management | v1 | KubernetesDeploymentCPU Limitsresource-managementResource ExhaustionPerformance |