[K8s / devops] Reviewing the liveness probe endpoint #4383
Labels
area/kubernetes
Related to running Dgraph on K8s
area/operations
Related to operational aspects of the DB, including signals, flags, env vars, etc.
kind/bug
Something is broken.
What version of Dgraph are you using?
v1.1
The kubelet uses liveness probes to know when to restart a Container.
For example, liveness probes could catch a deadlock, where an application is running, but unable to make progress. Restarting a Container in such a state can help to make the application more available despite bugs.
This is basically used to automate all the scenarios where an irresponsive database needs to restart.
But a wrong implementation would restart the pods when it's not necessary to do so.
It would be important to review it once and write a report on two things:
The text was updated successfully, but these errors were encountered: