I'm using Kubernetes to build a platform, that can control multiple Raspberry PIs. And let those PIs cooperate with each other to achieve some complex application, such like computing vision.
Because the PIs may moving, hence the network topology change often. I wondering is it possible that I integrate the SDN and Kubernetes, and make the network config more flexible.
I am the newbie of SDN, not sure is this idea practical. And if the answer is yes, then which SDN project is better to implement? (Ryu? OpenContrail?) Does it has a GUI can let me see how the devices connected (visualization graph)?
thanks!