Skip to main content

Tag: Reliability

Unstable behavior such as unexpected restarts, crash loops, or intermittent failures affecting service reliability.

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 PracticeskubernetesKubernetesDeploymentReadiness ProbeHealth ChecksReliabilityTraffic Routing