[06:26] *** lyarick2 has joined #arpnetworks [08:36] anyone have advice for a load-balanced dns config? [08:36] Specifically, I have an elasticsearch cluster, instead of selecting nodes at random on the clients, would like to have then connect to head and get redirected [08:38] i've done similar with HAProxy — just curious if there are better ways [08:45] although I think ES might do it automagically, so I guess I should look that up… [13:29] haproxy is probably not a terrible way to go [14:42] redirected based on what criteria? [14:44] *** nclee has quit IRC (Ping timeout: 256 seconds) [14:48] *** ncleex2 has joined #arpnetworks [14:52] he said load, so i suspect based on load average or average time to complete requests or such [14:52] but i suppose it could just be round-robin or such [14:52] dns based load balancers aren't very good at balancing normally. [14:52] mostly failover [14:53] relayd on openbsd works easy for failover. [14:53] I read up on it, ES does all the internal routing for the request to optimize the queries [14:53] but haproxy is likely to have higher performance. [14:54] higher performance how? [14:55] one thing is the cluster/clients are on the same network, so there's some advantage to spreading the network traffic too [14:55] well relayd isn't really optimised for performance. [14:55] depending on level of complexity you want there are multiple ways to go for configuration. [14:55] like the most complicated load balancing way is to just route traffic to the right server who then bypasses the load balancer to send traffic out to the net. [14:56] but that is also the most complicated [14:56] i've never had performance issues load balancing at layer 7 though [14:57] Yeah this wouldn't be internet facing [14:58] http://blog.haproxy.com/2011/07/29/layer-4-load-balancing-direct-server-return-mode/ [14:58] originally we are co-locating with a mapreduce type setup [14:58] that's the complicated high performance way. [14:59] but ES doesn't like that at all, it wants the machines to itself [14:59] ok great, thanks for the link [14:59] so anyway, connecting to $(/bin/hostname) isn't going to work anymore ;-) [16:54] it's curious that whatsapp is going free [19:38] *** up_the_irons has quit IRC (Ping timeout: 250 seconds) [20:05] *** up_the_irons has joined #arpnetworks [20:05] *** ChanServ sets mode: +o up_the_irons [20:09] mercutio: wasn't whatsapp always free? I never had to pay [20:09] nah it was $1 or something [20:09] not a lot [20:10] but it was free for a year, i got a message saying that it was extended. [20:10] i [20:10] i c [20:11] it maybe because you were early user? [20:12] https://www.whatsapp.com/faq/en/iphone/30060258 [20:12] they haven't updated their web page it looks like, but it seems that some users had to pay $0.99 to download it and got it for free after, and others paid $0.99/year after first year free. [20:24] ah ok [21:13] *** lyarick2 has quit IRC (Quit: Leaving.)