Mesos Master and Slave on same server?

2016-04-13 Thread June Taylor
All of our node servers are identical hardware. Is it reasonable for me to install the Mesos-Master and Mesos-Slave on the same physical hardware? Thanks, June Taylor System Administrator, Minnesota Population Center University of Minnesota

Re: Mesos Master and Slave on same server?

2016-04-13 Thread Stefano Bianchi
For sure it is possible. Simply Mesos-master will the the resources offered by the machine on which is running mesos-slave also, transparently. 2016-04-13 16:34 GMT+02:00 June Taylor : > All of our node servers are identical hardware. Is it reasonable for me to > install the Mesos-Master and Meso

Re: Mesos Master and Slave on same server?

2016-04-13 Thread Pradeep Chhetri
I would suggest you to run mesos-master and zookeeper and marathon on same set of hosts (maybe call them as coordinator nodes) and use completely different set of nodes for mesos slaves. This way you can do the maintenance of such hosts in a very planned fashion. On Wed, Apr 13, 2016 at 4:22 PM, S

Re: Mesos Master and Slave on same server?

2016-04-13 Thread Paul Bell
Hi June, In addition to doing what Pradeep suggests, I also now & then run a single node "cluster" that houses mesos-master, mesos-slave, and Marathon. Works fine. Cordially, Paul On Wed, Apr 13, 2016 at 12:36 PM, Pradeep Chhetri < pradeep.chhetr...@gmail.com> wrote: > I would suggest you to

Re: Mesos Master and Slave on same server?

2016-04-13 Thread Stefano Bianchi
I have set an HA cluster. 3 mesos slaves with one leader and quorum 2. 3 mesos slaves. I can easily start tasks from marathon. The common way is set the slaves on other machines. However if you are running the mesos-slave service also on the master is it not a problem. 2016-04-13 19:24 GMT+02:00 P

Re: Mesos Master and Slave on same server?

2016-04-13 Thread Adam Bordelon
See also my answer to http://stackoverflow.com/questions/26597521/can-mesos-master-and-slave-nodes-be-deployed-on-the-same-machines On Wed, Apr 13, 2016 at 12:45 PM, Stefano Bianchi wrote: > I have set an HA cluster. > 3 mesos slaves with one leader and quorum 2. > 3 mesos slaves. > I can easil