Resolve non-local domains in CoreDNS config

Currently CoreDNS only resolves domains in `cluster.local` domain. Added a `forward` clause to mitigate this.
pull/568/head
Taha Jahangir 2020-04-23 18:36:17 +04:30
parent 5c462220b7
commit 57039c3a0b
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ data:
pods insecure pods insecure
fallthrough in-addr.arpa ip6.arpa fallthrough in-addr.arpa ip6.arpa
} }
forward . 8.8.8.8 8.8.4.4
prometheus :9153 prometheus :9153
cache 30 cache 30
loop loop