prequel-2025-0111 Medium Impact: 0/10 Mitigation: 0/10 | Kubernetes Deprecated Bitnami Repository Image Pulls | - Detects Kubernetes events where container images are being pulled from the deprecated /bitnami repository on Docker Hub.
- Monitors image pull operations specifically from docker.io/bitnami/* which will be discontinued.
- Identifies usage of the deprecated Bitnami repository that requires immediate migration.
- Tracks container deployments using the legacy /bitnami path for urgent migration planning.
| Container Security | v1 | KubernetesBitnamiDeprecated RepositoryContainer ImagesImage PullsDocker Hub |
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 |
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 |
prequel-2025-0116 Medium Impact: 0/10 Mitigation: 0/10 | Kubernetes Deployment Liveness Probe Missing | - Detects Kubernetes Deployment resources without liveness probes configured on containers.
- Monitors deployment specifications where containers lack proper health check definitions.
- Identifies reliability violations that can lead to undetected application failures.
- Tracks deployments that may run unhealthy containers without automatic recovery.
| Kubernetes Best Practices | v1 | KubernetesDeploymentLiveness ProbeHealth ChecksReliabilityAvailability |