
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...
![[Live Webinar] Introduction to HAProxy](https://cdn.haproxy.com/wp-content/uploads/2021/02/Intro-to-HAProxy.png)
[Live Webinar] Introduction to HAProxy
The webinar will be held on Tuesday, March 9th, 2021 at following times: US times: 12 noon EST, 11 AM CDT, 10 AM MDT, 9 AM PDT EU times: 6 PM CET, 5 PM GMT If you prefer watching the webinar in French, Michel Mayen will be hosting this webinar on Tuesday, March 16th...
![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...

Protect Servers with HAProxy Connection Limits and Queues
HAProxy connection limits and queues can help protect your servers and boost throughput when load balancing heavy amounts of traffic. When you use HAProxy as an API gateway in front of your services, it has the ability to protect those servers from traffic...

Announcing HAProxy Kubernetes Ingress Controller 1.5
We've released version 1.5 of the HAProxy Kubernetes Ingress Controller. This version unlocks access to the raw HAProxy configuration language for power users to gain more control. You can also enable mutual TLS authentication between the ingress controller and...

Announcing HAProxy Data Plane API 2.2
The HAProxy Data Plane API 2.2 lays the foundation for first-class service discovery and introduces native support for Consul. It also adds storage and file handling for SSL certificates, Map files, and SPOE configuration files. Watch our on-demand webinar "What’s New...
![[On-Demand Webinar] What’s New in the HAProxy Data Plane API 2.2](https://cdn.haproxy.com/wp-content/uploads/2021/01/Webinar-HAProxy-Data-Plane-API-2_2.png)
[On-Demand Webinar] What’s New in the HAProxy Data Plane API 2.2
The HAProxy Data Plane API enables remote, dynamic configuration of your HAProxy load balancers. Version 2.2 lays the foundation for first-class service discovery and introduces native support for Consul. Consul is a popular service discovery platform. You can now...
![HAProxy Enterprise Response Policies [Infographic]](https://cdn.haproxy.com/wp-content/uploads/2021/01/infogr2-1000x500.jpg)
HAProxy Enterprise Response Policies [Infographic]
With HAProxy Enterprise, you can defend the network with Response Policies. In this infographic, we demonstrated countermeasures you can use against malicious clients and their requests. Deny Tarpit Silent Drop Reject Shadowban reCAPTCHA Want to stay up to date on...

Circuit Breaking in HAProxy
With HAProxy, you can implement a circuit breaker to protect services from widespread failure. Martin Fowler, who is famous for being one of the Gang of Four authors who wrote Design Patterns: Elements of Reusable Object-Oriented Software, hosts a website where...

Route SSH Connections with HAProxy
Route SSH connections through HAProxy using the SSH ProxyCommand feature and SNI. Watch our on-demand webinar in French "How to Route SSH Connections with HAProxy". Did you know that you can proxy SSH connections through HAProxy and route based on hostname? The...