Resolve non-local domains in CoreDNS config

Currently CoreDNS only resolves domains in `cluster.local` domain. Added a `forward` clause to mitigate this.
This commit is contained in:
Taha Jahangir
2020-04-23 18:36:17 +04:30
parent 5c462220b7
commit 57039c3a0b

View File

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