Description
Hi,
I was looking for a way to use services over additional networks and found this repo.
I was wondering if I can use this on a openshift cluster as it is. If so, do you have guides other than PoCs?
"Controllers must be re-written to be fully functional. They are currently written only to make the demos to work."
About above comment, What are the limitations with current controllers and is there any plan to implement it fully?
My use case is that, i have to use different networks for network separation. Since services are designed to use default network, i am not able to use service and have to go with pod-to-pod (over secondary network) communication. And this limits scalability and some other benefits of services. As I understand, this repo promise what i am looking for!
Thanks in advance. Great work!