HAProxy in Kubernetes

HAProxy in Kubernetes

Aug 18, 2020

Your pods running in Kubernetes need to be exposed to the outside world. With the HAProxy Kubernetes Ingress Controller, you can route traffic to them faster, more reliably, and with improved security compared to any other ingress controller. In this book, you’ll learn everything you need to get started using it in your cluster, including how to:

  • Install the HAProxy Ingress Controller the simple way using Helm
  • Register new routes by defining Ingress objects
  • Secure communication to your pods with TLS encryption
  • Configure routing for multi-tenant clusters
  • Deploy updates safely using best practices