Kubernetes liveness probe
GET/actuator/health/liveness
Returns UP if the application process is alive. Used by Kubernetes to decide whether to restart the pod.
Responses​
- 200
- 503
Application is alive
Application should be restarted
GET/actuator/health/liveness
Returns UP if the application process is alive. Used by Kubernetes to decide whether to restart the pod.
Application is alive
Application should be restarted