kubernikus icon indicating copy to clipboard operation
kubernikus copied to clipboard

Specify FIP pool + subnet for a particular node pool

Open kayrus opened this issue 2 years ago • 2 comments

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

kayrus avatar Dec 03 '21 14:12 kayrus

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

BugRoger avatar Dec 03 '21 15:12 BugRoger

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.

kayrus avatar Dec 03 '21 15:12 kayrus