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 in