Frontend loadbalancer configuration for long running tasks

2014-09-09 Thread Ankur Chauhan
Hi all, (Please let me know if this is not the correct place for such a question). I have been looking at mesos + marathon + haproxy as a way of deploying long running web applications. Mesos coupled with marathon's /tasks api gives me all the information needed to get a haproxy configured and

Re: Frontend loadbalancer configuration for long running tasks

2014-09-09 Thread Ryan Thomas
Hi Ankur, I saw this on the mesos subreddit not five minutes ago! http://www.qubitproducts.com/content/Opensourcing-Bamboo Cheers, Ryan On 9 Sep 2014 18:53, Ankur Chauhan an...@malloc64.com wrote: Hi all, (Please let me know if this is not the correct place for such a question). I have

Re: Frontend loadbalancer configuration for long running tasks

2014-09-09 Thread Ankur Chauhan
holy guacamole! that's exactly what i was scribbling in my notebook just now! Thanks ryan! -- Ankur On Tue, Sep 9, 2014 at 1:56 AM, Ryan Thomas r.n.tho...@gmail.com wrote: Hi Ankur, I saw this on the mesos subreddit not five minutes ago!

Re: Frontend loadbalancer configuration for long running tasks

2014-09-09 Thread Jing Dong
Hi Ankur, With Bamboo, depending on the scale of your applications, I suggest the following way to manage DNS: 1. Marathon ID should be unique and namespaced with app versions, e.g (app-prod-1, app-staging-1, app-test-1) 2. Each app-env-version mapps to a unique domain.

bebug/Testing mesos-0.20.0

2014-09-09 Thread CCAAT
Hello, I've just created ebuild for mesos-0.20.0 for gentoo. Gentoo's ebuilds handle the build and runtime setting for software packages on gentoo. I need to test the new mesos builds to ensure all of the compile time dependencies are correct and that each runtime dependency option works

Re: Frontend loadbalancer configuration for long running tasks

2014-09-09 Thread Ankur Chauhan
How does mesos_service_discovery handle the case of multiple applications listening to the same set of ports but differing only in the domain. Sent from my iPhone On Sep 9, 2014, at 4:45 AM, Bart Spaans bart.spa...@opencredo.com wrote: Hi Ankur, Another solution that might fit your use

Re: Frontend loadbalancer configuration for long running tasks

2014-09-09 Thread Bart Spaans
Hi Ankur, It doesn't cater for that at the moment, but it should be fairly easy to modify the HAProxy configuration generation - have a look at haproxy.go. A setup we have been using is to have applications expose unique ports, have HAProxy as an internal load balancer and then have a public

Re: Mesos webcast

2014-09-09 Thread Ryan Thomas
Hey Vinod, Will this be recorded? It starts at 4am in my timezone :) Cheers, Ryan On 10 September 2014 03:22, Vinod Kone vinodk...@gmail.com wrote: Hi folks, I'm doing a webcast on Mesos this thursday (h/t Mesosphere) where I will talk about some of the core features of Mesos (slave