Skip to content

Data Product -Implement Health Check endpoint

In the Kubernetes deployment, all services require a health check endpoint to ensure they are functioning correctly.

Some point to take care about it:

  • "GET" REST endpoint
  • Usually with the path "/health"
  • Must return HTTP 200 status code if everything is OK and 500 otherwise.

/cc @jabefa, @vasisiop

Edited by Antoni Gimeno