Questions tagged [ingress-nginx]

4 questions
0
votes
0 answers

Metallb and ingress-nginx with multiple IPs

I currently have Metallb auto-assigning a private network externalIP to my ingress-nginx apiVersion: metallb.io/v1beta1 kind: IPAddressPool metadata: name: ip-pool namespace: metallb-system spec: addresses: - 100.98.210.01/32 autoAssign:…
al nik
  • 101
0
votes
0 answers

ingress-nginx controller for both external and internal access

We have a requirement of using ingress-nginx for both external and internal access to workloads running in the cluster. Depending upon the cluster networking setup ingress-nginx will create a service of type=LoadBalancer which will create either…
0
votes
0 answers

Cannot reach pod by using metallb loadbalancer

This question was previously posted here. As community member suggested, asking here should be more appropriate. I'm learning metallb loadbalancer objects, I have a basic nginx pod and I want to access it by an ip address. Using k3d I spin a new…
Francesco
  • 101
0
votes
0 answers

Can I use haproxy to load balance QUIC/HTTP3 connections without terminating TLS

I have ingress-nginx running on a 3-node k3s cluster. In front of that, I have haproxy running, attached to my public IP and using proxy protocol to send HTTP/S (et al) connections to the cluster, and it works great with HTTP/1.1 and HTTP/2.…
koehn
  • 361