Live data from Hacker News

Viewing profile — nickramirez

nickramirez

HN member
Joined
Fri, Sep 14, 2018, 1:53 AM UTC
HN karma
187
Public activity
23 items

About nickramirez

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. comment
    Comment #37850042

    If getting Let's Encrypt to work with HAProxy is your only struggle, you'll soon overcome it and be loving HAProxy. And there are multiple ways to set up Let's Encrypt, if you don'…

  5. story
  6. comment
    Comment #33833075

    You can think of it as having layers of redundancy. * Retries are one layer. By default set to 3 retries. HAProxy will retry the failed connection or request with the same server. …

  7. comment
    Comment #27258814

    kzrdude, great feedback. These big version announcements gather the attention of people who may not be familiar with HAProxy and so, I'd say they are a unique case where we should …

  8. story
  9. story
  10. story
  11. story
  12. story
  13. comment
    Comment #20329939

    The HAProxy Data Plane API performs a validation check: it sends the -c flag to the HAProxy process before reloading to make sure that it is a valid configuration. If the configura…

  14. comment
    Comment #20329019

    Try the haproxytech images, which are updated for 2.0: https://hub.docker.com/search?q=haproxytech&type=image . There is also information on using the ingress controller here: http…

  15. comment
    Comment #20328926

    The HAProxy Kubernetes Ingress Controller ( https://github.com/haproxytech/kubernetes-ingress ) uses the same Go library that the API is layered on top of: the "client-native" libr…

  16. comment
    Comment #20328060

    It was fun writing this blog post because the API covers a lot of ground in terms of what can be done programmatically with the configuration. I've wanted something like this for i…

  17. comment
    Comment #20199024

    In fact there is a software-based Enterprise version of HAProxy that is subscription based.

  18. comment
    Comment #20198940

    Although HAProxy is not a web server, it does have Small Object Caching so files can be cached on the proxy. https://www.haproxy.com/blog/whats-new-haproxy-1-8/#http-sma...

  19. comment
    Comment #20198619

    With the Data Plane API, expect to see tighter integration with Consul. For now, there is this integration https://www.haproxy.com/blog/building-a-service-mesh-with-ha...

  20. comment
    Comment #20198593

    HAProxy can proxy HTTP/2 at Layer 4 or at Layer 7, to get all the HTTP message data and perform routing based on that, etc.

  21. comment
    Comment #20198328

    What open-source NGINX lacks that open-source HAProxy has: * ACL rules with full support for logical if statements [1] * active health checks * end-to-end HTTP/2 [2] * Robust loggi…

  22. comment
    Comment #19284116

    I'm one of the co-authors. Any questions? Happy to try to answer.

  23. comment
    Comment #18933571

    As the author, any questions I might be able to answer, let me know.