dlespiau / balance

Client side load balancing for Kubernetes clusters
Apache License 2.0
18 stars 1 forks source link

Provide a load balancer that uses the Kubernetes service DNS/VIP #6

Open dlespiau opened 6 years ago

dlespiau commented 6 years ago

We could provide a LoadBalancer object that just uses the Kubernetes DNS/VIP so we can write generic code that just get an endpoint whether we use a fancy algorithm or just the default Service mechanism.

That's also the first step to be able to switch algorithms live, but that's another story.