0

I have a docker container running with kong gateway.

I want to provide a rest interface/endpoint to check the health of the server and container. E.g. GET http://container.com/health/ which delivers
200 OK '{"status":"UP"}';

What is the simplest and quickest solution or best practice?

  • https://docs.konghq.com/gateway/latest/how-kong-works/health-checks/ can be good place to see. If you have specific definition of healthy then you can implement the service on the application side and then put kong in front of it. – Shaleen Dec 14 '22 at 15:06

0 Answers0