GET /healthcheck/livez
{
"state": "alive"
}state:aliveordead
% curl -XGET http://localhost:8000/healthcheck/livez | jq .
GET /healthcheck/readyz
{
"state": "ready"
}state:readyornot_ready
Examples
% curl -XGET http://localhost:8000/healthcheck/readyz | jq .