Skip to main content

Technology: v1

IDTitleDescriptionCategoryTechnologyTags
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 Securityv1KubernetesBitnamiDeprecated 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 Managementv1KubernetesDeploymentCPU 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 Managementv1KubernetesDeploymentCPU 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 Managementv1KubernetesDeploymentMemory 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 Managementv1KubernetesDeploymentMemory 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 Practicesv1KubernetesDeploymentLiveness ProbeHealth ChecksReliabilityAvailability
prequel-2025-0117
Medium
Impact: 0/10
Mitigation: 0/10
Kubernetes Deployment Readiness Probe Missing- Detects Kubernetes Deployment resources without readiness probes configured on containers. - Monitors deployment specifications where containers lack proper readiness check definitions. - Identifies reliability violations that can lead to premature traffic routing. - Tracks deployments that may receive traffic before being fully ready to handle requests.Kubernetes Best Practicesv1KubernetesDeploymentReadiness ProbeHealth ChecksReliabilityTraffic Routing