Questions tagged [haproxy-ingress]
86 questions
0
votes
0 answers
Kubernetes Haproxy Ingress controller external ip restrict access
I'm using ExternalIps for Haproxy Ingress Controller. What other ways to restrict (ip whitelist) access to Haproxy Ingress Controller besides whitelist in haproxy?

domino player
- 21
- 2
0
votes
1 answer
Is haproxy ingress controller support tls client authentication for tcp mode backend?
In Haproxy ingress controller, I want to terminate ssl connection and do client authentication using revocation file for tcp mode.
Previously above case we are doing using Haproxy server not ingress controller and this configuration is working well…

NIrav Modi
- 6,038
- 8
- 32
- 47
0
votes
0 answers
HAPROXY INGRESS IN K8S CAN NOT START
I am using https://haproxy-ingress.github.io/ haproxy ingress
When i deploy all in k8s the quay.io/jcmoraisjr/haproxy-ingress container start error,
the log print below:
I0512 09:31:19.876527 6 launch.go:151]
Name: HAProxy
Release: …

erge
- 1
0
votes
1 answer
How to configure HAproxy Ingress controller in Kubernetes
So we have a SQL server deployment with replica=2 in K8s which I need to make load balanced. I'm using Haproxy ingress controller to achieve this goal but I'm stuck in configuring Haproxy. I'm trying to configure the Haproxy based on this link and I…

Mohammad K.
- 1
- 3
0
votes
1 answer
exec user process caused "exec format error" during setup
I'm trying to install haproxy-ingress under Kubernetes ver 1.18 (hosted on raspberry pi).
The master node has been correctly labeled with role=ingress-controller.
The kubectl create works also fine:
# kubectl create -f…

Woitekku
- 1
0
votes
1 answer
HaProxy Ingress Controller - what is the process of add a pod?
On a Kubernetes cluster when using HaProxy as an ingress controller. How will the HaProxy add a new pod when the old pod has died.
Does it can make sure that the pod is ready to get traffic into.
Right now I am using a readiness probe and liveness…

Yaniv Hakim
- 77
- 10
0
votes
2 answers
HAproxy as ingress controller
What kind of load balancing HAproxy ingress controller capable of.
Can it do load balancing on a Pod level ? or it does it on a Node level load-balancing.
Thanks
Yaniv

Yaniv Hakim
- 77
- 10
0
votes
2 answers
SSL for SaaS application
How can i use Lets encrypt cert manger with Ha-proxy loadbalancer?I need to implement custom domain feature service on my SaaS application.Everything working fine except the SSL. How can i implement?Using Haproxy as a Loadbalancer.

SRN
- 11
- 4
0
votes
1 answer
A workaround this kubernetes error: The Ingress "generated-ingress" is invalid: metadata.annotations: Too long: must have at most 262144 characters
I'm trying to replicate what we have set up in our bare-metal infrastructure using AWS. I'm admittedly not well-versed with K8S, but a colleague of mine had started to use it in AWS so I've been piggybacking on some of the work he's done. He's been…

cue8chalk
- 71
- 2
- 6
0
votes
1 answer
How to test HAProxy routing rules withour running HAProxy and\or backend servers
Is there any way to test routing rules\config without actually running HAProxy and backend servers?

JRomio
- 2,407
- 3
- 26
- 27
0
votes
0 answers
Addition of a configuration to HAProxy Ingress Controller not working
I have the below config that I need to add to the HA Proxy Ingress controller on my k8s.
acl metrics path -i /metrics
use_backend httpback-default-backend if metrics
So basically what I want is that for all Ingress hosts (URLs) being accessed using…

Jason Stanley
- 386
- 1
- 3
- 20