From DNS Failures to Resilience: How NodeLocal DNSCache Saved the Day, Sanu Satyadarshi

I am Sanu Satyadarshi, part of the Platform Engineering division at Mercari, Inc. Platform Engineering provides a cost-effective, safe, and easy-to-use multi-cloud infrastructure service for all engineering teams to make and scale bets. This article discusses the DNS-related challenges encountered at Mercari on our Kubernetes clusters and the significant improvements achieved by implementing Node-Local DNS Cache. By optimizing DNS traffic and reducing errors, we enhanced system reliability and scalability, preventing production outages caused by DNS failures. Key Takeaways Reduced DNS calls to kube-dns by 10x, decreasing network overhead and inter-service communication costs. Lowered DNS query rates by 93% for services on the cluster. Achieved a 10x-100x reduction in DNS-level errors, improving system resilience. Eliminated the “failed to refresh DNS cache” errors, mitigating a frequent source of incidents. DNS on Kubernetes: The Elephant in the Room Domain Name System, more commonly known as DNS an extremely critical component in the internet infrastructure. This is the tech that allows your web browser to find the actual IP address of a website when you type example.com in your browser. DNS in itself is a highly complex topic, and understanding it requires a book(or two) on its own. Like any network infrastructure, Kubernetes depends on DNS to resolve service names like [service name].[namespace].svc.cluster.local and other names to IPs and allows communications among services and the external world. From the role of DNS in Kubernetes, you can imagine that any DNS failure or degradation can quickly escalate to increased latency, network congestion, and even complete outages. On Kubernetes, DNS is installed as a kube-dns deployment running on the kube-system namespace. Specifically at Mercari, it comes pre-installed with our managed GKE clusters for service discovery and name resolution across the clusters. kube-dns on Kubernetes allows multiple configurations using the configmap that can be used to change various parameters like ndots, etc. As kube-dns is responsible for resolving all… <a class="more-link" href="https://about.in.mercari.com/news/mercari-india/from-dns-failures-to-resilience-how-nodelocal-dnscache-saved-the-day-sanu-satyadarshi/">Continue reading <span class="screen-reader-text">From DNS Failures to Resilience: How NodeLocal DNSCache Saved the Day, Sanu Satyadarshi</span></a>

Inside the manager’s mind : Manjunath Sagar

Welcome to inside the manager’s mind — a space where leadership meets reality. Explore the highs, lows, and everyday decisions that shape teams and drive success. From strategic thinking to people management, this blog offers raw insights and practical wisdom for those leading or aspiring to lead. In this feature we’d like you to meet Sagar! Sagar : At Mercari India, rapid expansion is more than just scaling numbers—it’s about intentional leadership that fosters clarity, unlocks potential, and nurtures an empowered culture. For me, effective management isn’t just about driving performance; it’s about guiding with steadiness, leading with empathy, and creating a foundation of trust. As we continue to grow, I find myself leaning on a set of principles—some expected, some unconventional—that have shaped the way I support my team. Whether it’s welcoming new talent, refining HR initiatives, or championing individual growth, these values remain at the core of how I lead. 1. Anchor in Calm Amidst Chaos Change fuels innovation, but it also brings uncertainty. In high-growth environments, teams don’t just look to their leaders for solutions—they look for steadiness. My guiding principle: My calm creates their safety; my clarity gives them direction. What I do: Every one-on-one starts the same way—with a genuine “How are you doing?” before diving into work. This small act of care fosters trust and sets the tone for a culture of support. 2. Empower Through Context, Not Control Momentum thrives when people feel empowered, not micromanaged. Providing context allows teams to move with confidence and make decisions independently. What I do: During onboarding and team syncs, I take extra time to explain the reasoning behind our goals—not just what we’re doing, but why it matters. The result? A team that thinks critically, acts decisively, and continuously grows. 3. Normalize “I Don’t Know” Leadership… <a class="more-link" href="https://about.in.mercari.com/news/mercari-india/inside-the-managers-mind-manjunath-sagar/">Continue reading <span class="screen-reader-text">Inside the manager’s mind : Manjunath Sagar</span></a>