Containers-roadmap: [EKS] [request]: Ability to Use one ALB Across Multiple Ingress Objects

Created on 22 Apr 2020  路  3Comments  路  Source: aws/containers-roadmap

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Tell us about your request
To have an option to reuse an ALB for multiple Ingress via annotation

Which service(s) is this request for?
EKS

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
Currently ALB ingress controller creates an ALB for each ingress object, which can be costly. There are a couple of issues open for the same on other repos i.e. 688 and 298

Are you currently working around this issue?
Using NLB with nginx-ingress, however, NLB doesn't support WAF, which is the use case.

EKS Proposed

Most helpful comment

You can now share a single ALB across multiple Kubernetes ingress objects! This controller release includes a number of other enhancements as well, such as support for fully private EKS clusters. See links below for more details.

All 3 comments

is there ETA for this feature ?

Alternative solution with two ingress controller, alb ingress and nginx ingress.

Nginx will be the target for alb with port 80. And application services running in cluster with different port and namespaces will communicate nginx.

I have documented my solution. I think it will help your requirement.

https://github.com/rajeshwrn/alb-nginx-controller

You can now share a single ALB across multiple Kubernetes ingress objects! This controller release includes a number of other enhancements as well, such as support for fully private EKS clusters. See links below for more details.

Was this page helpful?
0 / 5 - 0 ratings