Does EKS support topology Aware Hints?

0

I was trying to setup this thing https://kubernetes.io/docs/concepts/services-networking/topology-aware-hints/

After adding annotation to my service I don't see hints on EndpointSlice. Pretty sure I have enough pods in each zone. Nodes has correct labels also. My k8s version is v1.23.13-eks.

I am thinking that EKS just doesn't support this feature because it's still beta, or problem is on my side?

asked a year ago943 views
1 Answer
3
Accepted Answer

Topology aware hints is enabled by default starting in Kubernetes version 1.24, see EKS release notes https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html#kubernetes-1.24

AWS
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions