
Power Your Consul Service Mesh with HAProxy
Many of you use HashiCorp Consul for service discovery. It makes connecting one backend application or service to another easy: Your Consul servers store a catalog of addresses to all of your services; when an application within the network wants to discover where a...

HAProxy Forwards Over 2 Million HTTP Requests per Second on a Single Arm-based AWS Graviton2 Instance
For the first time, a software load balancer exceeds 2-million RPS on a single Arm instance. A few weeks ago, while I was working on an HAProxy issue related to thread locking contention, I found myself running some tests on a server with an 8-core, 16-thread...

HAProxy Enterprise 2.3 and HAProxy 2.4 Support the Financial Information eXchange Protocol (FIX)
A floor of commotion bustling with people holding phones and shouting out purchase and sell orders, some using hand signals to communicate over the noise. This was a common scene on Wall Street in the 1980s. Nowadays, transactions happen at the push of a button with...
![Using HAProxy as an API Gateway, Part 6 [Security]](https://cdn.haproxy.com/wp-content/uploads/2021/03/API-Gateway-Security-1000x500.png)
Using HAProxy as an API Gateway, Part 6 [Security]
HAProxy acts as an API gateway in front of your application servers, providing cross-cutting security. Using HAProxy as an API Gateway, Part 1 [Introduction] Using HAProxy as an API Gateway, Part 2 [Authentication] Using HAProxy as an API Gateway, Part 3...
![[On-Demand Webinar] HAProxy Skills Lab: Diagnosing Simple Problems](https://cdn.haproxy.com/wp-content/uploads/2021/03/Webinar-ENG-Diagnosing-Simple-Problems-1.png)
[On-Demand Webinar] HAProxy Skills Lab: Diagnosing Simple Problems
If you prefer joining the same webinar in French, register here. Troubleshooting network issues can seem like an arcane art. Operations teams build up knowledge through trial-and-error, online forums, and wisdom handed down from one generation to another. However, the...
![Using HAProxy as an API Gateway, Part 5 [Monetization]](https://cdn.haproxy.com/wp-content/uploads/2021/03/API-Gateway-Monetization-1000x500.png)
Using HAProxy as an API Gateway, Part 5 [Monetization]
Use HAProxy as an API gateway to enable API monetization. Using HAProxy as an API Gateway, Part 1 [Introduction] Using HAProxy as an API Gateway, Part 2 [Authentication] Using HAProxy as an API Gateway, Part 3 [Health Checks] Using HAProxy as an API Gateway, Part 4...

The HAProxy Enterprise WAF
The HAProxy Enterprise WAF with support for ModSecurity rulesets protects your web applications from sophisticated, Layer 7 threats left unhandled by network firewalls. Data breaches. Loss of consumer confidence. An endless cycle of companies being compromised....

Logging with the HAProxy Kubernetes Ingress Controller
The HAProxy Kubernetes Ingress Controller publishes two sets of logs: the ingress controller logs and the HAProxy access logs. After you install the HAProxy Kubernetes Ingress Controller, logging jumps to mind as one of the first features to configure. Logs...
![[On-Demand Webinar] Introduction to HAProxy](https://cdn.haproxy.com/wp-content/uploads/2021/03/On-Demand-Webinar-Intro-to-HAProxy-1000x500.png)
[On-Demand Webinar] Introduction to HAProxy
Want to continue learning? Register for our live webinar: HAProxy Skills Lab: Diagnosing Simple Problems. If you prefer watching this webinar in French click here. Are you new to using the HAProxy? Are you new to load balancing in general? In this webinar, you will...
![Using HAProxy as an API Gateway, Part 4 [Metrics]](https://cdn.haproxy.com/wp-content/uploads/2021/02/API-Gateway-4-Metrics-1000x500.png)
Using HAProxy as an API Gateway, Part 4 [Metrics]
HAProxy publishes more than 100 metrics about the traffic flowing through it. When you use HAProxy as an API gateway, these give you insight into how clients are accessing your APIs. Several metrics come to mind as particularly useful, since they can help you...

How to Map Domain Names to Backend Server Pools with HAProxy
Your HAProxy load balancer may only ever need to relay traffic for a single domain name, but HAProxy can handle two, ten, or even ten million routing rules without breaking a sweat. This article shows several ways of handling multi-domain configurations, including an...