coredns instead of kube-dns

This commit is contained in:
Bridget Kromhout
2018-07-16 13:45:26 -07:00
parent 8e9991a860
commit 8af5a10407

View File

@@ -224,7 +224,7 @@ The `kube-system` namespace is used for the control plane.
- `kube-controller-manager` and `kube-scheduler` are other master components
- `kube-dns` is an additional component (not mandatory but super useful, so it's there)
- `coredns` provides DNS-based service discovery ([replacing kube-dns as of 1.11](https://kubernetes.io/blog/2018/07/10/coredns-ga-for-kubernetes-cluster-dns/))
- `kube-proxy` is the (per-node) component managing port mappings and such