kubernetes-ingress icon indicating copy to clipboard operation
kubernetes-ingress copied to clipboard

HAProxy Kubernetes Ingress Controller

Results 163 kubernetes-ingress issues
Sort by recently updated
recently updated
newest added

This week I had experienced a bit with an old style "service controller" (developed when ingress was not a thing in k8s). This controller exposes a local webserver on port...

enhancement

I observe that haproxy ingress is not able to detect the services present in kube-system namespace. Is there something which i have missed here? Below are the yaml which i...

enhancement

Hey, The documentation mentions consistent hashing as one of the LB algorithm but there is no config option for `hash-balance-factor` to support bounded load consistent hashing. Will this feature be...

enhancement

Hello, I need to implement whitelist filters using annotations. I do not need to implement blacklist filters right now. I need to match the client ip at connection layer (src),...

enhancement

Kubernetes ingress rules allows associating domains to certificates. IE: ```apiVersion: extensions/v1beta1 kind: Ingress metadata: name: foo-tls namespace: default spec: tls: - hosts: - foo.bar.com secretName: foobar - hosts: - bar.baz.com...

enhancement

Currently the number of occurrences we enfore rate-limit is "hard-coded" in the code and set to 10: https://github.com/haproxytech/kubernetes-ingress/blob/master/controller-rate-limiting.go#L29 I'd like to create an annotation to make this configurable.

enhancement

To be more specific, I'm running the ingress with `hostNetwork: true` as my cluster is deployed on bare metal. I'd like to lock down the stats/metrics port to only internal...

enhancement

[Trivy](https://github.com/aquasecurity/trivy) security scans for the `haproxytech/kubernetes-ingress:1.8.5` image returns the known vulnerability CVE-2022-29526 which affects the `golang.org/x/sys` dependency in its `0.0.0-20220227234510-4e6760a101f9` version, as well as the CVE-2022-27664 vulnerability which affects the...

I use the below helm chart to install haproxy ingress `helm install --namespace ingress-controller --create-namespace --set controller.ingressClass='haproxy-pub',controller.ingressClassResource.name='haproxy-pub',controller.kind='DaemonSet',controller.extraArgs={'--configmap-tcp-services=solacescalable/solacescalable-pub-tcp-ingress'} haproxy-pub haproxytech/kubernetes-ingress` ``` apiVersion: v1 data: "1883": solacescalable/default-default-1883-pub:1883 "5671": solacescalable/default-default-5671-pub:5671 "5672": solacescalable/default-default-5672-pub:5672 "8000":...

stale

We are having problem with HAProxy not detecting services within the cluster, when routing requests to cert-manager pods. For example, HAProxy controller returns: ``` 022/08/16 13:46:12 ERROR ingress/ingress.go:245 Ingress 'development/my-service':...