The mesos-slaves have their own UI separate from the master? If so, what's the URL to get to it? I just tried http://<mesos-slave>:5051 and got a blank page.
On Tue, Jul 28, 2015 at 6:51 AM, Adam Bordelon <[email protected]> wrote: > 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 <[email protected]> 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 <[email protected]> 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 >> > > -- https://github.com/mindscratch https://www.google.com/+CraigWickesser https://twitter.com/mind_scratch https://twitter.com/craig_links

