Skip to content

Commit 32824f2

Browse files
committed
Update for CoreDNS
Signed-off-by: Alex Ellis (VMware) <[email protected]>
1 parent cebf300 commit 32824f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/architecture/performance.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ Project tuning:
3030
* [ ] I have turned off `write_debug` and `read_debug` so that the logs for the function are kept sparse
3131
* [ ] I am monitoring / collecting logs from the core services and function under test
3232
* [ ] I am monitoring the system for feedback through Prometheus and / or Grafana - i.e. throughput and 200/500 errors
33-
* [ ] I am using Kubernetes 1.9 or newer
33+
* [ ] I am using Kubernetes 1.10 or newer
3434
* [ ] I am not using Docker Swarm
3535
* [ ] ~~If running on Docker Swarm I've verified that I am using a proper HEALTHCHECK (read up more on watchdog readme)~~
3636

37+
> A note on DNS: You are likely to get better performance by switching out kube-dns for CoreDNS.
38+
3739
* Watchdog differences
3840

3941
> The [current version of OpenFaaS templates](https://github.com/openfaas/templates) use the original `watchdog` which `forks` processes - a bit like CGI. The newer watchdog [of-watchdog](https://github.com/openfaas-incubator/of-watchdog) is more similar to fastCGI/HTTP and should be used for any benchmarking or performance testing along with one of the newer templates.

0 commit comments

Comments
 (0)