HAProxy Ingress Controller for Kubernetes


Summary of my bookmarked Github repositories from Apr 21st, 2020

Github repositories

  • jcmoraisjr/haproxy-ingress

    HAProxy Ingress is an implementation of an ingress controller for HAProxy load balancer in Kubernetes. It allows routing incoming requests from an external network to applications within the cluster. The controller dynamically configures a HAProxy instance based on specifications from the Kubernetes cluster, ensuring that updates to the cluster are applied on the fly. The HAProxy Ingress documentation provides a getting started guide, configuration keys, command-line options, and information about supported versions. Community support is available through Slack, a mailing list, and Stack Overflow. Instructions for building and running locally, as well as deploying using Helm, are also provided. Various make options and targets are available for customization.