kubernetes-ingress
kubernetes-ingress copied to clipboard
HAProxy Kubernetes Ingress Controller
https://github.com/haproxytech/kubernetes-ingress/blob/2a8b907ac610b959e0c056dd90418b205169964a/fs/etc/services.d/haproxy/run#L20 should create master socket for debugging purposes https://cbonte.github.io/haproxy-dconv/2.6/management.html#9.4
Hello, I wanted to serve compressed payload with errorfiles using `content-type: gzip`. When I create configMap using such data, it is not UTF-8 but binary data and the configMap contains...
[NGINX has added support for exposing UDP services via the ConfigMap approach.](https://kubernetes.github.io/ingress-nginx/user-guide/exposing-tcp-udp-services/) Is this something kubernetes-ingress is also planning to add? Or is a CRD based approach as suggested in...
Hi I've been using the HAproxy controller as the internet facing ingress controller in my setup; however, for purpose of oauth2 authentication, I've been 'daisy-chaining' an Nginx Ingress Controller which...
Hi, We are currently considering migrating from https://github.com/jcmoraisjr/haproxy-ingress to haproxytech. Across our Ingress resources we have endpoints that use mTLS towards the clients while other clients are via plain TLS...
I wanted to update the controller and get rid of the default backend container, but the builtin http server doesn't return the expected status code. The message is quite clear,...
I upgraded one of our AKS clusters today to K8s version 1.24.9 and this caused our HAProxy Ingress to start failing probe checks. The protocol for probe paths were updated...
Please add `retry-on` option to defaults CRD https://cdn.haproxy.com/documentation/kubernetes/1.9/crd/defaults.yaml Currently there is only `retries` option, but `retry-on` is missing in defaults CRD. According the HAProxy docs it can be set on...
I would like to create an annotation that returns 302 redirect to specified path when the root path is visited. The application will not work if rewrite is used for...
Hello. I encountered a problem when I want to setup `haproxy.org/pod-maxconn: '30'` (service annotation) and at the same time I need to use annotation `haproxy.org/cr-backend`, because I need another parameter...