Skip to content

Commit

Permalink
Update app/_src/gateway/production/monitoring/readiness-check.md
Browse files Browse the repository at this point in the history
Co-authored-by: Harry <[email protected]>
  • Loading branch information
chronolaw and hbagdi authored May 9, 2023
1 parent dd9c119 commit d68d904
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/_src/gateway/production/monitoring/readiness-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ content_type: tutorial
This tutorial guides you through the process of using the Node Readiness Endpoint, which provides a reliable way to determine if Kong is ready to serve user requests.

The readiness check endpoint returns a `200 OK` response when Kong is ready, or a `503 Service Temporarily Unavailable` response when it's not. This is useful for load balancers and other tools that need to monitor the readiness of Kong instances.
The status endpoint responds back with a 'message' with the reason for unreadiness. This can be very helpful to debug situations where the user expects that the node should be ready but is not.

The status endpoint responds back with a `message` with the reason for unreadiness. This can be very helpful to debug situations where the user expects that the node should be ready but is not.

Expand Down

0 comments on commit d68d904

Please sign in to comment.