Liveness vs readiness probe

Appears in 1 tutorial

Health checks: "is it alive?" (restart if not) vs "is it ready to serve?" (don't route traffic until the model is loaded — crucial for slow-loading LLMs).

As used in LLM Infrastructure →

Health checks: "is it alive?" (restart if not) vs "is it ready to serve?" (don't route traffic until the model is loaded — crucial for slow-loading LLMs).