14 · Shipping & Collaboration

Health Check

Is this service alive?

A simple endpoint or probe load balancers and orchestrators call to decide whether an instance should receive traffic.

Concrete example

`GET /healthz` returns 200 when the process can accept requests.

Why it matters

How platforms know to stop routing to a dying instance.