From 5b0e93552ca428c29d0950b9e364e59fb07f1d2a Mon Sep 17 00:00:00 2001 From: thatshubham Date: Thu, 9 Jan 2020 20:40:03 -0500 Subject: [PATCH] Update Marathon.md --- docs/content/user-guides/marathon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/user-guides/marathon.md b/docs/content/user-guides/marathon.md index 847a96016..6d416ee58 100644 --- a/docs/content/user-guides/marathon.md +++ b/docs/content/user-guides/marathon.md @@ -77,7 +77,7 @@ A failing application always happens unexpectedly, and hence, it is very difficu Failure reasons vary broadly and could stretch from unacceptable slowness, a task crash, or a network split. -There are two mitigaton efforts: +There are two mitigation efforts: 1. Configure [Marathon health checks](https://mesosphere.github.io/marathon/docs/health-checks.html) on each application. 2. Configure Traefik health checks (possibly via the `traefik.http.services.yourServiceName.loadbalancer.healthcheck.*` labels) and make sure they probe with proper frequency.