Skip to main content

Health and Readiness

/healthz

curl -i http://localhost:8080/healthz

Returns 200 OK when the process is alive.

/readyz

curl -i http://localhost:8080/readyz

Returns 200 OK during normal operation and 503 during shutdown.

State/healthz/readyz
Normal operation200200
Graceful shutdown200503
Process crashedunavailableunavailable