A simple nginx reverse proxy will get you most of the way there, but only
for the master webui. Since the tasks' sandboxes are hosted on each slave's
webui, you would also have to reverse proxy each slave's webui in order for
sandboxes to be publicly accessible. More complicated, but not impossible.

Sounds like what you really want is:
https://issues.apache.org/jira/browse/MESOS-2102

On Mon, Jul 27, 2015 at 5:55 AM, haosdent <haosd...@gmail.com> wrote:

> Does nginx could satisfy your requirement? You requests to nginx, and
> nginx reverse proxy the mesos master.
>
> On Mon, Jul 27, 2015 at 8:50 PM, sujz <43183...@qq.com> wrote:
>
>> Hi, all,
>>
>> I want to run mesos master/slave/framework in private IP, and exhibit
>> mesos cluster status with a new public IP, this way can enhance safe and
>> privacy protection of enterprise internal datacenter network.
>>
>> After reading through the code, unfortunately, I didn't find where
>> mesos-master binds listening ip and port to http server(please give me some
>> hints), so I want to know how to implement communicating with slaves and
>> frameworks with private IP and building http server with public IP for
>> serving external http requests?
>>
>> Any suggestions will be appreciated.
>> Best regards!
>
>
>
>
> --
> Best Regards,
> Haosdent Huang
>

Reply via email to