mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-16 17:58:57 +03:00
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user