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?