cURL
curl --request GET \ --url https://api.example.com/healthz
{ "status": "ok", "timestamp": "2026-03-19T15:00:00Z" }
Liveness and readiness probes for the AIOps operator — used by Kubernetes to determine pod health
GET /healthz
200 OK
GET /readyz
503
{ "status": "ready", "timestamp": "2026-03-19T15:00:00Z" }
{ "status": "not ready: failed to list namespaces: connection refused", "timestamp": "2026-03-19T15:00:00Z" }