Relative Content

Tag Archive for kubernetesprometheusmonitoringpromqlreadinessprobe

Prometheus Alert for pod with failed readinessProbe

i deployed a new kube deployment, with an updated image version. however, the new pods container failed its readiness probe and i did not receive an alert. this is because the pod was still “Running”, as failed readinessprobes do not cause a pod to restart. therefore no alert.