digitalocean / digitalocean/digitalocean-cloud-controller-manager
Loadbalancer targets all nodes in the cluster, not just ones with targets
Open
- Dominant language
- Go
- Stars
- 574
- Forks
- 153
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 3
Description
The current behavior for loadbalancers is to add all nodes as droplets of the LoadBalancer. This is actually pretty inefficient as the service isn't necessarily running on all nodes in the cluster. Through the Service object in k8s we can determine which nodes have endpoints on them and set the droplets in the LB accordingly. This will avoid the unnecessary hops from non-service droplets to ones that actually run the service.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.