cURL
curl --request GET \ --url https://api.example.com/ready
{}
Readiness check - returns OK only if the server has completed initialization.
This endpoint should be used by Kubernetes readiness probes to determine when the pod is ready to receive traffic. Returns 503 during initialization.
Successful Response
Was this page helpful?