cURL
curl --request GET \ --url https://api.example.com/healthz
{ "status": "ok", "timestamp": "2026-03-19T15:00:00Z" }
Probes de liveness e readiness para o operador AIOps — utilizados pelo Kubernetes para determinar a saude do pod
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" }