Home > Kubernetes > Deployment > Container is running without liveness probe
low severity

Container is running without liveness probe (SNYK-CC-K8S-41)

Issue

Liveness probe is not defined

Impact

Kubernetes will not be able to detect if application is able to service requests, and will not restart unhealthy pods

Resolve

Kubernetes
Add `livenessProbe` attribute
Terraform
Add `liveness_probe` attribute