kube-router
kube-router copied to clipboard
Topology Aware Routing of Services
Relevant to service proxy implementation of kube-router.
We need to track the progress of this feature and implement it.
https://opensource.googleblog.com/2020/11/kubernetes-efficient-multi-zone.html https://kubernetes.io/docs/concepts/services-networking/service-topology/
Exciting stuff.
Would this allow service ip's to be only routed to the nodes having pod's that can service the requests ?
Old functtionality topology aware routing is deprecated. Replaced with
https://kubernetes.io/docs/concepts/services-networking/topology-aware-hints/
Any news on this ?
Topology aware hints have been replaced with topology aware routing: https://kubernetes.io/docs/concepts/services-networking/topology-aware-routing/