Re: Is it possible to run mesos master/slave in private IP and exhibit mesos cluster status with public IP?

2015-08-02 Thread tommy xiao
mesosphere DCOS already implement, please have a look on it. 2015-07-28 18:54 GMT+08:00 craig w : > 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://:5051 and got a > blank page. > > On Tue, Jul 28, 2015 at 6:51 AM, Adam Bordel

Re: Is it possible to run mesos master/slave in private IP and exhibit mesos cluster status with public IP?

2015-07-28 Thread craig w
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://:5051 and got a blank page. On Tue, Jul 28, 2015 at 6:51 AM, Adam Bordelon wrote: > A simple nginx reverse proxy will get you most of the way there, but only > for the master webu

Re: Is it possible to run mesos master/slave in private IP and exhibit mesos cluster status with public IP?

2015-07-28 Thread Adam Bordelon
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

Re: Is it possible to run mesos master/slave in private IP and exhibit mesos cluster status with public IP?

2015-07-27 Thread haosdent
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

Is it possible to run mesos master/slave in private IP and exhibit mesos cluster status with public IP?

2015-07-27 Thread sujz
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