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

Specify FIP pool + subnet for a particular node pool #630

Open
kayrus opened this issue Dec 3, 2021 · 2 comments
Open

Specify FIP pool + subnet for a particular node pool #630

kayrus opened this issue Dec 3, 2021 · 2 comments

Comments

@kayrus
Copy link
Contributor

kayrus commented Dec 3, 2021

In certain cases we need to have a node pool that needs to have FIPs assigned (for our use case internal FIPs only).
Internal traffic should use FIP as an outgoing IP. They could random, no need to keep on node upgrade.
External traffic should still use router external IP.

This node pool could be shared with any other pods. Our deployment will have specific node selector for such nodes.

Would be great if this could be done automatically using kubernikus API.

UPD: the independent per-node-pool private network with its own router would be nice as well.

cc @BugRoger @databus23

@BugRoger
Copy link
Contributor

BugRoger commented Dec 3, 2021

What is the actual requirement? You want to avoid NAT on the LB?

@kayrus
Copy link
Contributor Author

kayrus commented Dec 3, 2021

LB is incoming traffic, the request doesn't relate to it.
The requirement is already in the main message: we want internal outgoing traffic to have per-node FIP. Currently all outgoing traffic has router external IP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants