Skip to main content

Category: Kubernetes Best Practices

Problems related to violations of Kubernetes best practices, such as missing health checks, resource specifications, or security configurations

IDTitleDescriptionCategoryTechnologyTags
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