Pod readiness/liveness HTTP probes timeout when application does not respond quickly enough. Probes fail to reach the health check endpoint within the timeout window.
Fixes Liveness probe failed: HTTP probe: http://10.244.0.5:8080/health timed out
# Liveness probe failed: HTTP probe: http://10.244.0.5:8080/health timed outLiveness probe failed: HTTP probe: http://10.244.0.5:8080/health timed out
On this page
Kubernetes uses HTTP probes (readiness and liveness) to determine pod health. When application HTTP endpoints do not respond within the probe timeout, the health check fails. This causes Kubernetes to consider the pod unhealthy and may restart or remove it from service.
First diagnostic step
Second diagnostic step
Third diagnostic step
Fourth diagnostic step
Fifth diagnostic step
Additional notes and platform-specific considerations.