Health
Health / liveness probe
Available on both servers with slightly different responses:
- API Server (admin_api_addr): Returns {"status":"ok"}. Minimal stub for clients that expect a health endpoint on the API port.
- Health Server (health_addr): Returns {"status":"healthy"}. Use as the k8s livenessProbe.
get/health
Response
Process is alive
Example response
{
"status": "healthy"
}