kubernetes: Fix archaic use of 'middleware' (#56)

middleware -> plugin
This commit is contained in:
Chris O'Haver 2018-01-19 17:15:39 -05:00 committed by GitHub
parent 6a345aba3e
commit b1ae09ee3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,12 @@
# Kubernetes
CoreDNS can run in place of the standard Kube-DNS in Kubernetes. Using the *kubernetes*
middleware, CoreDNS will read zone data from a Kubernetes cluster. It implements the
plugin, CoreDNS will read zone data from a Kubernetes cluster. It implements the
spec defined for Kubernetes DNS-Based service discovery:
https://github.com/kubernetes/dns/blob/master/docs/specification.md
## deploy.sh and coredns.yaml.sed
`deploy.sh` is a convenience script to generate a manifest for running CoreDNS on a cluster