HAProxy Kubernetes Ingress Controller
Ingress Tutorials
-
Add an auxiliary configuration
In most cases, annotations on resources are sufficient, but you can use raw HAProxy configuration directives for unaddressed features.
-
Load balance FastCGI applications
Use the HAProxy Kubernetes Ingress Controller to load balance PHP applications over FastCGI.
-
Load balance traffic
The ingress controller load balances traffic across pods without further configuration, but you can customize its behavior.
-
Route HTTP traffic
Define Ingress rules that state how traffic should be routed within your Kubernetes cluster. HAProxy Kubernetes Ingress Controller will implement those rules.
-
Load balance TCP services
Use the HAProxy Kubernetes Ingress Controller to load balance TCP services.
-
Terminate SSL / TLS
HAProxy Kubernetes Ingress Controller can terminate SSL/TLS, handling encrypting traffic when it leaves and decrypting it when it enters.
Do you have any suggestions on how we can improve the content of this page?