update docs
parent
13ae7de03c
commit
e9e40ff355
|
@ -34,6 +34,6 @@ The resulting cluster will be missing the following items:
|
|||
* [Bootstrapping Kubernetes Workers](docs/05-kubernetes-worker.md)
|
||||
* [Configuring the Kubernetes Client - Remote Access](docs/06-kubectl.md)
|
||||
* [Managing the Container Network Routes](docs/07-network.md)
|
||||
* [Deploying the DNS Add-on](docs/08-dns-addon.md)
|
||||
* [Deploying the Cluster DNS Add-on](docs/08-dns-addon.md)
|
||||
* [Smoke Test](docs/09-smoke-test.md)
|
||||
* [Cleaning Up](docs/10-cleanup.md)
|
|
@ -1,11 +1,11 @@
|
|||
# Deploying the DNS Add-on
|
||||
# Deploying the Cluster DNS Add-on
|
||||
|
||||
In this lab you will deploy the DNS add-on which is required for every Kubernetes cluster. Without the DNS add-on the following things will not work:
|
||||
|
||||
* DNS based service discovery
|
||||
* DNS lookups from containers running in pods
|
||||
|
||||
## DNS Cluster Add-on
|
||||
## Cluster DNS Add-on
|
||||
|
||||
### Create the `skydns` service:
|
||||
|
||||
|
|
Loading…
Reference in New Issue