0
gitpush
4y

Has anyone tried HAProxy?what do you think of it?

Comments
  • 1
    It's awesome. Used it for several apps. I still reach for Nginx more.
  • 0
    @devphobe I'm concerned about load balancing, what is performance difference between them?

    I read that nginx pro is favored in this, while HAProxy gives great speed compared to nginx open source
  • 1
    @gitpush performance wise, I never maxed out the load balancer , its always my app that is the bottleneck before I see Nginx or HAProxy fail.
  • 1
    there is also traefik
  • 1
    The question should be ... What do you want.

    HAProxy and nginx are two very different things.
  • 1
    Holy shit it's amazing!
    Especially excels as a reverse proxy with many different backends and complex rules
  • 0
    @IntrusionCM Just wondering to see what scenarios it excels at so that I know what to pick if I come across similar scenario
  • 1
    @vane and how different it is from nginx or HAproxy?
  • 0
    @Kimmax So it excels at large load compared to nginx open source?
  • 1
    @gitpush I didn’t used it but I think it’s more like openresty so you don’t need to restart / reload load balancer when you add service url or modify some configuration.

    I’m just aware it exists I use openresty and / or nginx
  • 0
    @vane Thank you I will look into it
Add Comment