-
Notifications
You must be signed in to change notification settings - Fork 681
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
support getting LoadBalancerStatus from an Ingress (e.g. AWS ALB) or Gateway #4952
Comments
the |
@sunjayBhatia I also think that flags will be needed to identify which external IP of the Ingress (eg. aws-load-balancer-controller) to monitor. |
I'm not sure what you mean by that, can you clarify a bit? How is your ALB set up to interact with Contour and what information on which resources are you missing? |
@sunjayBhatia Sorry for the lack of explanation.
The reason I use ALB (Ingress + NodePort Service) instead of NLB (LoadBalancer Service) is to use AWS WAF. Many companies have places where they would like to use AWS WAF. |
Thanks for spelling that out, makes sense We have not put too much work into Contour's UX when using an ALB setup so we'll have to think a little about how we want to have this work |
I see. |
@sunjayBhatia @skriss |
…rojectcontour#4952) Signed-off-by: CRA Kahiro Okina <kahiro.okina@craftsman-software.com>
…rojectcontour#4952) Signed-off-by: kahirokunn <okinakahiro@gmail.com>
The Contour project currently lacks enough contributors to adequately respond to all Issues. This bot triages Issues according to the following rules:
You can:
Please send feedback to the #contour channel in the Kubernetes Slack |
keep |
xref #2539, has some additional use cases around sourcing the LoadBalancerStatus |
The Contour project currently lacks enough contributors to adequately respond to all Issues. This bot triages Issues according to the following rules:
You can:
Please send feedback to the #contour channel in the Kubernetes Slack |
keep |
The Contour project currently lacks enough contributors to adequately respond to all Issues. This bot triages Issues according to the following rules:
You can:
Please send feedback to the #contour channel in the Kubernetes Slack |
Keep |
The Contour project currently lacks enough contributors to adequately respond to all Issues. This bot triages Issues according to the following rules:
You can:
Please send feedback to the #contour channel in the Kubernetes Slack |
Keep |
…rojectcontour#4952) Signed-off-by: kahirokunn <okinakahiro@gmail.com>
…rojectcontour#4952) Signed-off-by: kahirokunn <okinakahiro@gmail.com>
…rojectcontour#4952) Signed-off-by: kahirokunn <okinakahiro@gmail.com>
…rojectcontour#4952) Signed-off-by: kahirokunn <okinakahiro@gmail.com>
The Contour project currently lacks enough contributors to adequately respond to all Issues. This bot triages Issues according to the following rules:
You can:
Please send feedback to the #contour channel in the Kubernetes Slack |
The Contour project currently lacks enough contributors to adequately respond to all Issues. This bot triages Issues according to the following rules:
You can:
Please send feedback to the #contour channel in the Kubernetes Slack |
keep |
/reopen |
@hligit is working on this |
The Contour project currently lacks enough contributors to adequately respond to all Issues. This bot triages Issues according to the following rules:
You can:
Please send feedback to the #contour channel in the Kubernetes Slack |
keep |
I am using Ingress + NodePortS without LoadBalancerService.
Therefore, it is useful to have envoy-ingress-name and envoy-ingress-namespace.
Similarly, it may be useful to have envoy-gateway-name and envoy-gateway-namespace as well, since the Gateway API is expected to become more active in the future.
related Issues: #4951
The text was updated successfully, but these errors were encountered: