Hi Jan Jannink,
As per my understanding, I have provided the troubleshooting steps:
Check if CoreDNS pods are restarting or under pressure. If you're using coredns
, it may be misconfigured or not scaling.
Enable NodeLocal DNS Cache, this significantly reduces DNS lookup latency and load on CoreDNS. https://kubernetes.io/docs/tasks/administer-cluster/nodelocaldns/
If using Azure-provided DNS: Ensure egress to Azure DNS IP 168.63.129.16
is not blocked. Confirm CoreDNS is forwarding to this IP.
If using custom DNS: Verify the upstream DNS server is reachable from the node subnet. Ensure the custom DNS is responsive and not intermittently timing out.
If you have any further queries, let me know. If the information is helpful, please click on Upvote.