I am trying to setup a custom http health check for a task that I will be running in Marathon.
From what I have been reading, Marathon gives you the ability to create a custom health checks by implementing an endpoint in your app with the logic of capturing what makes your app healthy.
I understand how to connect to the endpoint through the Marathon GUI, but I can’t find any resources on how to actually create an end point on a Marathon task.