Katran: A high-performance layer 4 load balancer
1–10 of 22 posts
Re: Katran: A high-performance layer 4 load balancer
#2Re: Katran: A high-performance layer 4 load balancer
#3Fun project. Would anyone actually ever run something like this in production over something like HAProxy?
FYI, Facebook runs Katran in production: https://code.facebook.com/posts/1906146702752923/open-sourci...
Re: Katran: A high-performance layer 4 load balancer
#4Fun project. Would anyone actually ever run something like this in production over something like HAProxy?
Congrats, you won HN humor of the day award. FYI, Facebook runs Katran in production: https://code.facebook.com/posts/1906146702752923/open-sourci...
Re: Katran: A high-performance layer 4 load balancer
#5Not constraining the output of the load balancer to a single vLAN really helps for larger networks.
Reading the readme I see they've made every effort to process the packets as little as possible to it seems likely that this will run at line speed.
For L4 the main competitor is LVS which scales pretty well in my experience but probably not as well as this.
Re: Katran: A high-performance layer 4 load balancer
#6https://github.com/facebookincubator And... https://github.com/facebook
Re: Katran: A high-performance layer 4 load balancer
#7What is RSS in this context, ? My guess is that it's not this RSS https://en.wikipedia.org/wiki/RSS because I do not see how/why you should need any rule at L4 to maintain compatibility with an XML based protocol.
Is it possible they talk about : https://en.wikipedia.org/wiki/Network_interface_controller#R... ?
Re: Katran: A high-performance layer 4 load balancer
#8They talk about being compatible with RSS. What is RSS in this context, ? My guess is that it's not this RSS https://en.wikipedia.org/wiki/RSS because I do not see how/why you should need any rule at L4 to maintain compatibility with an XML based protocol. Is it possible they talk about : https://en.wikipedia.org/wiki/Network_interface_controller#R... ?
There's more info at https://code.facebook.com/posts/1906146702752923/open-sourci...
Re: Katran: A high-performance layer 4 load balancer
#9Fun project. Would anyone actually ever run something like this in production over something like HAProxy?
Congrats, you won HN humor of the day award. FYI, Facebook runs Katran in production: https://code.facebook.com/posts/1906146702752923/open-sourci...
This is an interesting question the answer to which is definitely not certain :)
Re: Katran: A high-performance layer 4 load balancer
#10This is where Facebook actually does some good... their open source efforts are really good... https://github.com/facebookincubator And... https://github.com/facebook