Description
We have 3 instances of mesos-master listening on port 10000, all 3 behind a proxy. The proxy listens on port 80 and proxypass the request to a HAproxy that distributes the requests through the 3 instances.
Our problem is that the `MESOS_PORT` is set to 10000, so the Mesos UI try to callback the proxy with the port 10000.
We try to use advertising port, but it makes the frameworks try to register on the wrong port.
Attachments
Issue Links
- relates to
-
MESOS-3901 Enable Mesos to be able know when it is hosted behind a proxy with a URL prefix
-
- Accepted
-