Results 64 issues of Miek Gieben

# Continous performance testing for CoreDNS ## Setup drone.coredns.io (Packet machine) runs [`webhook`](https://github.com/adnanh/webhook/) behind a Caddy server. Caddy is used for Let's Encrypt TLS certs and only proxies. Further more...

@chrisohaver how hard/easy is it to do a new k8s performance test with the current CoreDNS master branch (or the v008 release)? Because I think we should redo it: new...

I'm doing some simple perf tests on a k8s cluster: Cluster is running in packet. Nodes are type 0 machines.

I'm playing around on packet.net and I'm finally seeing figures that I have been seeing on my local machine. I.e. a beefy type1 server does (locally!): ~~~ Queries per second:...

This is on my laptop (4 core, 8 GB). Go 1.8. Using the just commited utils in the "local-perf" directory. ~~~ (pprof) top10 0.09s of 7.06s total ( 1.27%) Dropped...

I'm not sure if libunbound does validation by default... One probably needs to configure trust anchors and things like that; would be nice to document how this is done are...

Unbound supports it, should figure what we need to make it work here as well. May need code changes or may just work with the configuration options we currently have.

proxy was removed for a reason. We probably want to keep the code around, but should: * set repo to read-only * remove from explugins on the coredns.io If it's...

Hi, I went through setup-kubernetes-raspberry-pi-cluster (which is super handy). But it needs some upgrading: In random order: * I've used current released flannel, 0.9.1, so no need to warn about...

mig: ~~~ % ./bin/mig-linux_amd64 -s 127.0.0.1 -p 1053 -d domain.lst.mig -n 10000 -o test.json [04/30/17 12:24:41] Starting... [04/30/17 12:24:51] Messages: Sent....: 10000; Received: 906; Lost....: 9094. [04/30/17 12:24:51] Exiting... ~~~...