-
Notifications
You must be signed in to change notification settings - Fork 365
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
hostNetwork support #1928
Comments
@yangchuansheng can you share your use case / why you need this feature ? |
copying ChatGPT's answer
The only issue I see with introducing |
ptal @envoyproxy/gateway-maintainers |
I think we should hold to merge the PR, until figure out the use case. |
First, this is useful for bare-metal envs with or without |
First of all, EG cannot provide every single feature users request. |
Sorry if this isn't directly related to this issue but I have a use case for We use Cilium on top of an EKS cluster with an Network Load Balancer in front. We currently use ingress-nginx and we have to set the HostPort there so that the NLB can communicate in to the Cilium network. Not sure if there if there is another way to acheive this, if there is I haven't found it or it's not obvious to me Update: Setting externalTrafficPolicy solved the issue for us. |
With hostNetwork, users can expose ports 80 and 443 with almost no other dependencies. These are the ports that the gateway must expose. This is not a use case issue, but a rigid demand. In many cases, users do not want to use the loadbalancer mode, such as not wanting to introduce more dependencies, such as on their own servers, or to quickly use the gateway function. I also do not recommend other containers to use hostNetwork, but the gateway is an exception. Without this feature, more than 50% of users would be lost. |
Description:
[optional Relevant Links:]
The text was updated successfully, but these errors were encountered: