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

Specify IP addresses the Ingress controller is listening on

Open cluk1 opened this issue 8 years ago • 21 comments

We are running k8s on bare metal. It would be great to specify the IP addresses the nginx ingress controller is listening on.

This would enable us

  1. to route traffic for specific IPV4 IPs to k8s
  2. also route (http) traffic for IPV6 addresses to k8s.

AFAIK 1) can be achieved by using a service in front of the ingress ctrl with external (IPV4) addresses. But currently we do not see any possibility to achieve 2).

Might be related to #131 .

Thanks a lot!

cluk1 avatar Jan 17 '17 13:01 cluk1