Open
Description
What would you like to be improved?
In an ideal environment, we should have 2 type of checks:
- Liveness check: to determine if a container has started or not
- Readiness check: to determine if the container is ready to accept network traffic.
A real example - if db has not been init yet while we deploy the service, the liveness check should pass while the readiness check should fail.
Currently Gravitino has the api/version
endpoint that is more suitable for liveness check. Is there an endpoint for readiness check?
How should we improve?
No response
Activity