Improvement of Egress IP on secondary interface of the OpenShift (OVN-K CNI) node Published on 13 Jun 2024 by Vinu K
First of all, what is an EgressIP?, an EgressIP allows one to ensure that the traffic from one or more pods in one or more namespaces has a consistent source IP address for services outside the cluster network. It uses the namespaceSelector
or podSelector
to identify the traffic. The OVN-K documentation explains the in-depth traffic flow. When it comes to the EgressIP that has attached to the secondary interface of the OpenShift node, it showed the limitation to communicate to the different subnet. The workaround for the issue was not practical as the node’s rule table
with source IP of the pod should be modified.