From 3cb31a2ad4455ff405dd9f6759c75a98284dc0ee Mon Sep 17 00:00:00 2001 From: "Dr. Stefan Schimanski" Date: Tue, 14 Jul 2015 08:23:12 +0200 Subject: [PATCH] Address review comments --- docs/getting-started-guides/mesos.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started-guides/mesos.md b/docs/getting-started-guides/mesos.md index 038c5e23c45..d5aba54bb2d 100644 --- a/docs/getting-started-guides/mesos.md +++ b/docs/getting-started-guides/mesos.md @@ -195,7 +195,7 @@ started the Kubernetes pod. ## Launching kube-dns -Kube-dns is an addon for Kubernetes which adds service discovery to the cluster. For a detailed explanation see [DNS in Kubernetes][4]. +Kube-dns is an addon for Kubernetes which adds DNS-based service discovery to the cluster. For a detailed explanation see [DNS in Kubernetes][4]. The kube-dns addon runs as a pod inside the cluster. The pod consists of three co-located containers: - a local etcd instance @@ -267,7 +267,7 @@ Then start the pod: kubectl create -f busybox.yaml ``` -When the pod is up and running, start a lookup: +When the pod is up and running, start a lookup for the Kubernetes master service, made available on 10.10.10.1 by default: ```bash kubectl exec busybox -- nslookup kubernetes