KUBERNETES: Kubectl Commands To Check CoreDNS (kube-dns) DNS Service Logs
Below commands can be used.
kubectl logs --namespace=kube-system -l k8s-app=kube-dns
For continuously failing the log below command can be used.
kubectl logs --follow -n kube-system --selector 'k8s-app=kube-dns'
No comments:
Post a Comment