...
The following endpoints are exposed to provide readiness and liveness probes for containerized application management
systems platforms like kubernetes
- /manage/health/readiness - indicates the application completed the initialization state stage and ready to accept the requests
- /manage/health/liveness - indicates the application is up and running, no need to restart the container
...