我目前的设置涉及一个EKS集群,它具有多个名称空间(多租户),跨越私有子网中许多不同的EKS节点。我希望豆荚的出口流量每个名称空间都有一个专用的EIP。AFAIK没有现成的解决方案可以解决这个问题。我在网上搜索了很长时间,但都是徒劳的。以下是一些我很累但最终遇到了障碍的解决方案
是否有更好的方法/解决办法来解决这个问题?
p.s:我的产品集群非常大,我不能为每个名称空间建立一个集群。
发布于 2021-11-05 22:29:09
我认为可以通过为命名空间分配一个IP来解决这个特定的用例。来自这个博客:"[Egress Gateway] defines a static egress IP for SNAT on traffic leaving the cluster and applies it to a specific namespace. Then it designates one pod in a namespace as the egress pod and assigns a routable IP which is used specifically for egress traffic leaving the cluster."
您介意+1这个特性请求吗?https://github.com/aws/containers-roadmap/issues/1319
https://stackoverflow.com/questions/69858105
复制相似问题