diff options
Diffstat (limited to 'plugin/kubernetes/README.md')
-rw-r--r-- | plugin/kubernetes/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugin/kubernetes/README.md b/plugin/kubernetes/README.md index 128e843e2..24965126a 100644 --- a/plugin/kubernetes/README.md +++ b/plugin/kubernetes/README.md @@ -110,6 +110,11 @@ kubernetes [ZONES...] { This plugin implements dynamic health checking. Currently this is limited to reporting healthy when the API has synced. +## Watch + +This plugin implements watch. A client that connects to CoreDNS using `coredns/client` can be notified +of changes to A, AAAA, and SRV records for Kubernetes services and endpoints. + ## Examples Handle all queries in the `cluster.local` zone. Connect to Kubernetes in-cluster. Also handle all |