You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
The limitation of these controllers is that they are not fully and properly tested, they are mainly developed for this PoC. I tried to push some of the limitation and controller to Kubernetes directly: kubernetes/enhancements#4771
Yes, I have plans to implement it, but I am first looking for collaboration with some other people so we could create a community around it.
My plan would be to divide the project into 2 parts:
MetalLB-like working on secondary interfaces with a BGP speaker in the pod (instead of the node).
L3/4 Router / Load-Balancer. This might need some improvement of Gateway API.
Just so you know, this PoC is mainly for traffic originating from outside of the cluster. I haven't investigated the ClusterIP type of services.
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!
The text was updated successfully, but these errors were encountered: