kube-router icon indicating copy to clipboard operation
kube-router copied to clipboard

Topology Aware Routing of Services

Open murali-reddy opened this issue 4 years ago • 5 comments

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/

murali-reddy avatar Nov 25 '20 05:11 murali-reddy

Exciting stuff.

Would this allow service ip's to be only routed to the nodes having pod's that can service the requests ?

karibertils avatar Mar 01 '21 16:03 karibertils

Old functtionality topology aware routing is deprecated. Replaced with

https://kubernetes.io/docs/concepts/services-networking/topology-aware-hints/

murali-reddy avatar Jun 14 '21 14:06 murali-reddy

Any news on this ?

karibertils avatar Feb 10 '22 04:02 karibertils

Topology aware hints have been replaced with topology aware routing: https://kubernetes.io/docs/concepts/services-networking/topology-aware-routing/

aauren avatar Jan 06 '24 01:01 aauren