Endpoint
Response
The endpoint returns a JSON response indicating the service status.Success Response
Status Code:200 OK
Response Body:
Usage Examples
cURL
Docker Compose
Add a health check to yourdocker-compose.yml:
Kubernetes
Add a liveness and readiness probe to your Kubernetes deployment:Nginx
Configure Nginx to use the health check endpoint for upstream monitoring:Notes
- The health check endpoint does not require authentication
- The endpoint logs each health check request for monitoring purposes
- A
200 OKresponse indicates the web server is operational - This is a basic health check that verifies service responsiveness

