Aws-load-balancer-controller: [Question] NLB ingress controller

Created on 23 Apr 2020  路  3Comments  路  Source: kubernetes-sigs/aws-load-balancer-controller

Hello,

I have a question about the ingress controller for NLB. Will AWS implement an ingress controller for this kind of Load Balancer? I create an issue here because I cannot find the similar repo for NLB in kubernetes-sigs

Thanks

kinquestion

Most helpful comment

@M00nF1sh thank you for the information.
I really love the idea the ingress controller support NLB with IP mode.

All 3 comments

Hi, the NLB is supported by the intree aws cloud provider for a service of LoadBalancerType.
(however the in-tree one only supports the instance mode of NLB).

we have been evaluating whether we should extend this ALB Ingress controller to support NLB Service(with IP mode) as well since both alb & nlb share same elbv2 API

@M00nF1sh thank you for the information.
I really love the idea the ingress controller support NLB with IP mode.

@M00nF1sh It makes sense to use IP mode given EKS runs with CNI. Could you draft in words how you would like this to be implemented?

Was this page helpful?
0 / 5 - 0 ratings