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

    Use the HAProxy Kubernetes Ingress Controller to load balance PHP applications over FastCGI.

  • Load balance HTTP

    The ingress controller load balances traffic across pods without further configuration, but you can customize its behavior.

  • Load balance TCP

    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.

  • Add user-defined annotations

    You can create your own annotations to extend the ingress controller's keyword support.

Do you have any suggestions on how we can improve the content of this page?