Changing the SDN Based Kubernetes Network

It seems there might be a misunderstanding about the forum’s focus. Your inquiry appears to be more related to the OpenFlow protocol, rather than OpenIAP Flow. If that’s the case, forums like OpenWRT, MikroTik, and RuckusWireless could be more relevant. They have active discussions on OpenFlow and might provide the insights you’re looking for.

If your interest indeed lies in integrating SDN within Kubernetes, it’s important to note that Kubernetes typically emphasizes ephemeral, scalable services rather than static, persistent ones. Therefore, replicating pods or adding support for live migration across nodes without downtime is inherently challenging within this framework.

For applications sensitive to network disruptions or requiring specific data persistence, Kubernetes offers constructs like StatefulSets for more stable networking and storage. Designing your application to be cloud-native, utilizing load balancing, and horizontal scaling, are recommended practices.

It would be beneficial to understand more about your specific application requirements. For instance, the need for persistent in-memory data, the importance of uninterrupted network connectivity, or integration with external networks. More details on your objectives and constraints will enable more precise advice.

It would also be nice to know how this is related to OpenIAP flow or OpenRPA ?