You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/architecture/performance.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,10 +30,12 @@ Project tuning:
30
30
*[ ] I have turned off `write_debug` and `read_debug` so that the logs for the function are kept sparse
31
31
*[ ] I am monitoring / collecting logs from the core services and function under test
32
32
*[ ] 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
34
34
*[ ] I am not using Docker Swarm
35
35
*[ ]~~If running on Docker Swarm I've verified that I am using a proper HEALTHCHECK (read up more on watchdog readme)~~
36
36
37
+
> A note on DNS: You are likely to get better performance by switching out kube-dns for CoreDNS.
38
+
37
39
* Watchdog differences
38
40
39
41
> 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