Tag

ndots

0 views collected around this technical thread.

Ops Development Stories
Ops Development Stories
Feb 23, 2022 · Cloud Native

Why Your Kubernetes Pod Can't Reach the Server: DNS Search Domain Pitfalls and Fixes

An agent service running in a Kubernetes pod appeared healthy but failed to receive heartbeats due to DNS resolution errors caused by an unintended 'HOST' search domain, leading to incorrect IP resolution; the article details the investigation, explains Kubernetes DNS mechanics, and shows how adjusting ndots or using fully qualified names resolves the issue.

DNSKubernetesPod
0 likes · 18 min read
Why Your Kubernetes Pod Can't Reach the Server: DNS Search Domain Pitfalls and Fixes
Ops Development Stories
Ops Development Stories
Feb 22, 2022 · Cloud Native

Why Did My Kubernetes Pod Miss the Server? Uncovering DNS Search Domain Pitfalls

A Kubernetes pod appeared healthy but failed to receive heartbeats because its DNS search domain included a top‑level "HOST" entry, causing incorrect name resolution, and the article explains the root cause, analysis, and practical fixes such as using fully qualified names or adjusting ndots and dnsPolicy.

ClusterDNSKubernetes
0 likes · 18 min read
Why Did My Kubernetes Pod Miss the Server? Uncovering DNS Search Domain Pitfalls
Ops Development Stories
Ops Development Stories
Jun 28, 2021 · Cloud Native

CoreDNS in Kubernetes: Hands‑On DNS Resolution and Packet Capture Guide

This article explains how CoreDNS resolves both internal and external domain names in a Kubernetes cluster, demonstrates nslookup and host queries, shows how to capture DNS traffic with tcpdump, and analyzes the impact of the ndots setting on name resolution behavior.

CoreDNSDNSKubernetes
0 likes · 22 min read
CoreDNS in Kubernetes: Hands‑On DNS Resolution and Packet Capture Guide