aws / containers-roadmap

This is the public roadmap for AWS container services (ECS, ECR, Fargate, and EKS).
https://aws.amazon.com/about-aws/whats-new/containers/
Other
5.22k stars 321 forks source link

[EKS addon] [CoreDNS] [request]: Option to enable Topology Aware Routing #2310

Open alt-dima opened 7 months ago

alt-dima commented 7 months ago

Community Note

Tell us about your request Add an option in the EKS Addon CoreDNS config to enable Topology Aware Routing on the coredns service

Which service(s) is this request for? EKS

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard? Trying to enable Topology Aware Routing for the CoreDNS to minimize latency for DNS requests and decrease cross-AZ traffic. We have 3 AZ and about 15 coredns pods (so TAR should work)

Are you currently working around this issue? Manually added service.kubernetes.io/topology-mode annotation to the kube-dns service

Additional context

Attachments

Nuru commented 6 months ago

@alt-dima How are you adding the service.kubernetes.io/topology-mode annotation to the kube-dns service?