Skip to main content
Vaibhav Arora
Product Manager for Azure Kubernetes Service
View all authors

Accelerate DNS Performance with LocalDNS

· 6 min read
Vaibhav Arora
Product Manager for Azure Kubernetes Service

DNS performance issues can cripple production Kubernetes clusters, causing application timeouts and service outages. LocalDNS in AKS solves this by moving DNS resolution directly to each node, delivering 10x faster queries and improved reliability. In this post, we share the results from our internal tests showing exactly how much of an improvement LocalDNS can make and how it can benefit your cluster.

Optimize AKS Traffic with externalTrafficPolicy Local

· 10 min read
Mitch Shao
Senior Software Engineer for Azure Kubernetes Service
Vaibhav Arora
Product Manager for Azure Kubernetes Service

Managing external traffic in Kubernetes clusters can be a complex task, especially when striving to maintain service reliability, optimize performance, and ensure seamless user experiences. With the increasing adoption of Kubernetes in production environments, understanding and implementing best practices for external traffic management when using the Azure Load Balancer has become essential.