Kubernetes readiness probe
GET/actuator/health/readiness
Returns UP if the application is ready to serve traffic. Used by Kubernetes to control load-balancer routing.
Responses​
- 200
- 503
Application is ready
Application is not yet ready
GET/actuator/health/readiness
Returns UP if the application is ready to serve traffic. Used by Kubernetes to control load-balancer routing.
Application is ready
Application is not yet ready