Kubernetes DNS Operations

From NovaOrdis Knowledge Base
Revision as of 22:58, 22 September 2020 by Ovidiu (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Troubleshooting DNS Resolution

https://kubernetes.io/docs/tasks/administer-cluster/dns-debugging-resolution

To run a pod that comes with DNS troubleshooting tools:

kubectl run -it --rm --restart=Never --image=infoblox/dnstools:latest dnstools
kubectl run dnsutils --image=tutum/dnsutils --generator=run-pod/v1 --command -- sleep infinity