Re: HAProxy clustering

2016-12-18 Thread Marco Corte
Il 16/12/2016 20:54, Guillaume Bourque ha scritto: Hello Marco, I would be very interest on how you build your harpy config, you must have per server settings and then a global config ? On the Ansible Control Machine the configuration is split in several files named either ".common" or in ".

Re: HAProxy clustering

2016-12-18 Thread Stephan Müller
Well, i have some health checks which are not very lightweight (don't ask, another story). So its better to reduce its number to bare minimum. Actually it would be quite cool, if you can use variables in you configuration. And moreover if you can change these vars at runtime, it would be aweso

Re: Keeping long running tcp sessions in the stick table

2016-12-18 Thread Willy Tarreau
Hi Dennis, On Thu, Dec 15, 2016 at 01:20:19PM +0100, Dennis Jacobfeuerborn wrote: > Hi, > I'm wondering how i can keep long running tcp sessions in the stick > table. It seems that when I use mode tcp and a stick table then an entry > gets initially created when a connection is established but eve

Re: dynamic configuration via DNS SRV records

2016-12-18 Thread Willy Tarreau
Hi Jerry, On Sun, Dec 18, 2016 at 09:29:07PM -0800, jerry wrote: > Baptiste, if you are open to discussing some requirements I would love > to talk. I am an old hand at DNS and have some specific ideas of how it > could work with haproxy, If you folks are working toward using SRV > records as a wa

Re: dynamic configuration via DNS SRV records

2016-12-18 Thread jerry
Igor, thanks for the pointer tot he email thread. We have too many pieces of automation going on and adding consul really isn't an option. Baptiste, if you are open to discussing some requirements I would love to talk. I am an old hand at DNS and have some specific ideas of how it could work

Re: dynamic configuration via DNS SRV records

2016-12-18 Thread Igor Cicimov
On Mon, Dec 19, 2016 at 11:43 AM, jerry wrote: > Hi, > > We use haproxy quite a but at soundhound for fronting our various external > and internal services. We are i the process of moving to a container based > deployment model. With kubernetes in particular, it's as easy as editing 1 > line to a

Re: dynamic configuration via DNS SRV records

2016-12-18 Thread Илья Шипицин
2016-12-19 5:43 GMT+05:00 jerry : > Hi, > > We use haproxy quite a but at soundhound for fronting our various external > and internal services. We are i the process of moving to a container based > deployment model. With kubernetes in particular, it's as easy as editing 1 > line to add a new serve

dynamic configuration via DNS SRV records

2016-12-18 Thread jerry
Hi, We use haproxy quite a but at soundhound for fronting our various external and internal services. We are i the process of moving to a container based deployment model. With kubernetes in particular, it's as easy as editing 1 line to add a new server to a replication set. In one of our app