Health
Readiness probe
Returns 200 if the node is ready to accept traffic (broker initialized, cluster connected if applicable). Use as the k8s readinessProbe.
get/ready
Response
Node is ready
Example response
{
"status": "ready"
}Returns 200 if the node is ready to accept traffic (broker initialized, cluster connected if applicable). Use as the k8s readinessProbe.
Node is ready
{
"status": "ready"
}