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
10000