Skip to content

Commit 86e4155

Browse files
committed
Fine tune CoreDNS pod configuration to improve performance
Make updates to the Cloud platform CoreDNS Corefile to increase buffersize from 512 to the default of 1232.
1 parent 7eb4793 commit 86e4155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/common/cloud-platform-alt-dns/files/coredns-corefile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ contents:
44
inline: |
55
. {
66
errors
7-
bufsize 512
87
health :18080
98
forward . {{`{{- range $upstream := .DNSUpstreams}} {{$upstream}}{{- end}}`}} {
109
policy sequential
10+
max_concurrent 1000
1111
}
1212
cache 30
1313
reload

0 commit comments

Comments
 (0)