'NodeLocalDns on Kubernetes

I am trying to implement nodeLocalDns on my eks cluster. I have deployed the master branch of https://kubernetes.io/docs/tasks/administer-cluster/nodelocaldns/

I need help with a few things here

  1. The kubernetes official doc says that - If using kube-proxy in IPVS mode, --cluster-dns flag to kubelet needs to be modified to use that NodeLocal DNSCache is listening on. Otherwise, there is no need to modify the value of the --cluster-dns flag, since NodeLocal DNSCache listens on both the kube-dns service IP as well as .

How can I find out in EKS ,which mode is my kube-proxy runnning on?

  1. How can I verify if the DNS requests are going to nodeLocalDns ?


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source