Kubernetes DNS Resolution Failure - Intermittent Connectivity Issue to 168.63.129.16 (Working Previously)

Severin Hersche 5 Reputation points
2025-03-11T21:40:17.65+00:00

Hello,

Our Kubernetes cluster is experiencing DNS resolution failures. CoreDNS logs show "i/o timeout" errors when attempting to reach 168.63.129.16:53.

This issue began approximately two days ago. Prior to this, DNS resolution was functioning correctly.

Interestingly, we have found that restarting the Kubernetes cluster temporarily resolves the issue, but it reappears after a period of time. This suggests a potential underlying network state issue or a service that degrades over time.

We have not configured any custom firewalls or DNS settings, with the exception of an external DNS record forwarding specificURL.com to the cluster.

Thank you for your help.

Azure Kubernetes Service
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,448 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Markapuram Sudheer Reddy 2,050 Reputation points Microsoft External Staff Moderator
    2025-03-13T13:02:57.4433333+00:00

    Hi Severin Hersche,

    Thank You for the response.

    Try to drain and reboot the affected worker nodes or regenerating the nodes.

    If you are using Linux distribution-based worker nodes, try to check the iptables and update accordingly then try to reboot. sudo iptables --version

    https://github.com/coredns/coredns/issues/2693#issuecomment-543208513

    Check once if setting in this file /etc/sysctl conf and try to switch the setting to net.ipv4_forward = 1 and reboot the node.

    Please try to check with the workarounds followed here as it may help to troubleshoot your query. https://github.com/Azure/AKS/issues/1320

    Please check with below workarounds in the documentation to help in troubleshooting the query.

    https://github.com/kubernetes/kubernetes/issues/86762

    https://github.com/kubernetes/kubernetes/issues/113080

    If the information is helpful, please click on "Upvote"

    If you have any queries, please do let us know, we will help you.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.