Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 320 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 320 Bytes

Tool to test how many dns loopups are slower than 100 ms

You can specify the DNS_NAME, DNS_NAME_TIMEOUT and WAIT_BETWEEN_REQUESTS environment variables.

Start with:

kubectl create -f kubernetes/deployment.yml

Get logs with:

kubectl log dns-tester

Clean up with:

kubectl delete pod dns-tester