kubectl run dns-test

From wikieduonline
Jump to navigation Jump to search


kubectl run dns-test --rm -it --restart=Never --image=busybox -- nslookup yourdomain.com
All commands and output from this session will be recorded in container logs, including credentials and sensitive information passed through the  command prompt.
If you don't see a command prompt, try pressing enter.
pod "dns-test" deleted from default namespace
pod default/dns-test terminated (Error)


kubectl run curl-test

See also[edit]

Advertising: