Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EKS] [request]: Ability to Use one ALB Across Multiple Ingress Objects #847

Closed
aliabas7 opened this issue Apr 22, 2020 · 3 comments
Closed
Assignees
Labels
EKS Amazon Elastic Kubernetes Service Proposed Community submitted issue

Comments

@aliabas7
Copy link

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.

@aliabas7 aliabas7 added the Proposed Community submitted issue label Apr 22, 2020
@mikestef9 mikestef9 added the EKS Amazon Elastic Kubernetes Service label Apr 22, 2020
@mikestef9 mikestef9 self-assigned this Aug 3, 2020
@yanivpaz
Copy link

yanivpaz commented Sep 3, 2020

is there ETA for this feature ?

@rajeshwrn
Copy link

rajeshwrn commented Sep 5, 2020

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

@mikestef9
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EKS Amazon Elastic Kubernetes Service Proposed Community submitted issue
Projects
None yet
Development

No branches or pull requests

4 participants