Hello all,

I guess this question has been posted many times but maybe there is some
new way to achieve this.

I'm currently testing kubernetes <http://kubernetes.io/> with calico
<http://www.projectcalico.org/> and i configured a fixed loadbalancing
using "NodePort
<http://kubernetes.io/v1.0/docs/user-guide/services.html#type-nodeport>"
kubernetes loadbalancing.

But i wanted to bypass that second kubernete's internal loadbalancing.
The idea would be to loadbalance directly to the pods instead of a
kubernetes service address.
To do so i found the vulcan loadbalancer which seems to be well suited for
dynamic configuration. This documentation
<http://paulbakker.io/kubernetes/load-balancing-kubernetes/> describes how
it works.

Is there a way to achieve the same behaviour : listen the api and change
backends dynamically ?

Thanks for your help,

Regards,
Smana

Reply via email to