How to achieve continuous service with mesos-dns on application upgrade in marathon?

50 Views Asked by At

I have a simple web app running in marathon. In order to give users access to it, I use mesos-dns. By design, it only updates its dns tables each 60 seconds. So whenever I upgrade the application there might be up to 60 seconds window during which users will be using stale dns entry that results in 503 (Service Unavailable).

How to fix or workaround this issue?

0

There are 0 best solutions below