Keeping Applications Healthy with Liveness Probes
Learn how we can use liveness and readiness probes to keep our applications healthy.
We'll cover the following...
livenessProbe
and readinessProbe
Sometimes applications will enter an unhealthy state after they have been running for a while. Our buggy
applications could, for example, start failing just after the 1000th request instead of the third, so our readinessProbe
would happily pass. But after some time, the app would start returning a 500
. To deal with this issue, Kubernetes also provides a ...
Access this course and 1400+ top-rated courses and projects.