Kubernetes: Liveness and Readiness Probes — Best practices
Some useful tips on using Liveness and Readiness Probes in Kubernetes — the difference between them, and how to properly configure these checks.
To put it very briefly:
livenessProbe : is used by Kubernetes to know when to perform a Pod restart
rea...
setevoy.hashnode.dev6 min read