hairpin-proxy
hairpin-proxy copied to clipboard
PROXY protocol support for internal-to-LoadBalancer traffic for Kubernetes Ingress users. If you've had problems with ingress-nginx, cert-manager, LetsEncrypt ACME HTTP01 self-check failures, and the...
Hi, Recently I run into a incompatibility hairpin-proxy together with [node-local-dns](https://kubernetes.io/docs/tasks/administer-cluster/nodelocaldns/): while hairpin-proxy successefully updating configmap/coredns It seems like hairpin should also follow and keep updated configmap/node-local-dns, appending there the...
In my k8s I have several nginx, in one of them I am not using the proxy protocol. I've added an environment variable to be able to filter input for...
Seems that does not work anymore since k8s 1.22: ``` I, [2023-04-28T07:30:06.221620 #1] INFO -- : Starting in CoreDNS mode. (Indended to be run as a Deployment: one instance per...
This must be configurable: ``` DNS_REWRITE_DESTINATION = "hairpin-proxy.hairpin-proxy.svc.cluster.local" ``` I have some cluster with some other namespace, instead of "cluster.local"
I've been using `hairpin-proxy` since 2021. Thanks a lot for this project - it has saved me a _lot_ of headaches on multiple projects already. Since [KEP 1860](https://github.com/kubernetes/enhancements/tree/master/keps/sig-network/1860-kube-proxy-IP-node-binding), Kubernetes now...