Re: Anyone try Weave in Mesos env ?

2015-11-27 Thread Alexis Richardson
ip assignments are > > managed dynamically by Calico w/o any manual intervention needed. > > > > Cheers > > > > Ajay > > > > > > > > From: Paul Bell [mailto:arach...@gmail.com] > > Sent: Thursday, November 26, 2015 9:05 AM > > To: user@mesos.apac

Re: Anyone try Weave in Mesos env ?

2015-11-27 Thread Alexis Richardson
signments are > managed dynamically by Calico w/o any manual intervention needed. > > Cheers > > Ajay > > > > From: Paul Bell [mailto:arach...@gmail.com] > Sent: Thursday, November 26, 2015 9:05 AM > To: user@mesos.apache.org > Subject: Re: Anyone try Weave in Mes

Re: Anyone try Weave in Mesos env ?

2015-11-26 Thread Sam Chen
Paul, Appreciated Regards, Sam On Thu, Nov 26, 2015 at 11:09 AM, Paul Bell wrote: > HmmI'm not sure there's really a "fix" for that (BTW: I assume you > mean to fix high (or long) latency, i.e., to make it lower, faster). A > network link is a network link, right? Like

Re: Anyone try Weave in Mesos env ?

2015-11-26 Thread Paul
Gladly, Weitao. It'd be my pleasure. But give me a few hours to find some free time. I am today tasked with cooking a Thanksgiving turkey. But I will try to find the time before noon today (I'm on the right coast in the USA). -Paul > On Nov 25, 2015, at 11:26 PM, Weitao

RE: Anyone try Weave in Mesos env ?

2015-11-26 Thread Ajay Bhatnagar
Have a look at Calico. I found it much easier to deploy in cross domain setup and you do not have to worry about networking containers in multihost setup as it is pure layer 3 virtual networking. https://github.com/projectcalico/calico-docker#calico-on-docker Ajay -Original Message-

Re: Anyone try Weave in Mesos env ?

2015-11-26 Thread Paul Bell
Hi Weitao, I came up with this architecture as a way of distributing our application across multiple nodes. Pre-Mesos, our application, delivered as a single VMware VM, was not easily scalable. By breaking out the several application components as Docker containers, we are now able (within limits

RE: Anyone try Weave in Mesos env ?

2015-11-26 Thread Ajay Bhatnagar
With Calico you only create the virtual subnets and ip assignments are managed dynamically by Calico w/o any manual intervention needed. Cheers Ajay From: Paul Bell [mailto:arach...@gmail.com] Sent: Thursday, November 26, 2015 9:05 AM To: user@mesos.apache.org Subject: Re: Anyone try Weave

Re: Anyone try Weave in Mesos env ?

2015-11-25 Thread Paul
Hi Sam, Yeah, I have significant experience in this regard. We run a Docker containers spread across several Mesos slave nodes. The containers are all connected via Weave. It works very well. Can you describe what you have in mind? Cordially, Paul > On Nov 25, 2015, at 8:03 PM, Sam

Re: Anyone try Weave in Mesos env ?

2015-11-25 Thread Weitao
Hi, Paul. Can your share the total experience about the arch with us. I am trying to do the similar thing > 在 2015年11月26日,09:47,Paul 写道: > > experience

Re: Anyone try Weave in Mesos env ?

2015-11-25 Thread Paul
Happy Thanksgiving to you, too. I tend to deploy the several Mesos nodes as VMware VMs. However, I've also run a cluster with master on ESXi, slaves on ESXi, slave on bare metal, and an EC2 slave. But in my case all applications are Docker containers connected via Weave. Does your present

Re: Anyone try Weave in Mesos env ?

2015-11-25 Thread Paul Bell
HmmI'm not sure there's really a "fix" for that (BTW: I assume you mean to fix high (or long) latency, i.e., to make it lower, faster). A network link is a network link, right? Like all hardware, it has its own physical characteristics which determine its latency's lower bound, below which it

Re: Anyone try Weave in Mesos env ?

2015-11-25 Thread Sam
Paul, Happy thanksgiving first. We are using Aws, Rackspace as hybrid cloud env , and we deployed Mesos master in AWS , part of Slaves in AWS , part of Slaves in Rackspace . I am thinking whether it works ? And since it got low latency in networking , can we deploy two masters in both AWS and

Re: Anyone try Weave in Mesos env ?

2015-11-25 Thread Sam
Paul, Yup, Weave and Docker. May I know how did you fix low latency issue over Internet ? By tunnel or ? Regards, Sam Sent from my iPhone > On Nov 26, 2015, at 10:23 AM, Paul wrote: > > Happy Thanksgiving to you, too. > > I tend to deploy the several Mesos nodes as