admin管理员组文章数量:1389897
The functionality, I try to achieve, is to give selected namespaces on Openshift a specific egress ip address. Example;
namespace bar gets 10.20.30.1 namespace cafe gets 10.20.30.2
On Openshift I can create AdminPolicyBasedExternalRoute definitions that points to a gateway. Using labels I can assign a specific gateway per namespace. Example
bar uses gateway 10.10.10.1 cafe uses gateway 10.10.10.2
But what device can I use that supports multiple gateway adresses and can use snat to map each gateway adress to a separate egress ip address? When this required for more as 10 namespaces?
F5 big IP supports it, see . But it requires an (virtual) network adapter per namespace.
I think a Linux server with nftables can also do this. However I know nothing yet about nftables. How to achieve such a gateway mapping on Linux?
gateway ip 10.10.10.1 -> snat 10.20.30.1 gateway ip 10.10.10.2 -> snat 10.20.30.2
本文标签:
版权声明:本文标题:linux - create a gateway with multiple gateway ip to snat egress ip mappings for Openshifts AdminPolicyBasedExternalRoute - Stac 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744655620a2617947.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论