-
Notifications
You must be signed in to change notification settings - Fork 469
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support to set weight and reliable scheduler #554
Comments
@inju-song thanks for the report. AFAIK, Please see https://cloudnativelabs.github.io/post/2017-11-01-kube-high-available-ingress/ But kube-router does have support for older schedulers If you have any thoughts on how |
@murali-reddy Kube-router uses
As you know, If the |
there are already flags for some of the schedulers, so its not hard to extend to support IP_VS_MH
Please see if you can tweak and add support |
This looks to have been completed via #564. Please re-open if I missed something here. |
Hi kube-router team.
We use the kube-router for networking in k8s cluster and external load balancing(I think this is the best network solution for k8s, thanks). However, we need to set weight to 0 or non-zero per k8s service and reliable scheduler to serve production k8s cluster using kube-router.
blue
) gets 0 weight and A newer service(green
) gets greater than or equal to 1 weight.Already I developed features to set ipvs scheduler as MH through k8s svc annotation without modifying
libnetwork/ipvs
and have used for our k8s cluster.So, I'm wondering if the kube-router have plans to support to setup various weight and reliable scheduler such as MH scheduler.
The text was updated successfully, but these errors were encountered: