denokv
denokv copied to clipboard
Expose Liveness and Readiness endpoints
Please expose unauthenticated HTTP endpoints for checking liveness and readiness of the server.
for example, the simplest implementation could just both return a HTTP 204 response:
GET /livez --> HTTP 204
GET /readyz --> HTTP 204
this can be used for Kubernetes pod probes or other downstream systems (or monitoring)