From 78aa11ac462efc198963618b004769c31c70b88f Mon Sep 17 00:00:00 2001 From: Brian Fallik Date: Mon, 13 Jul 2015 01:26:25 -0400 Subject: [PATCH] Update dns.md Slighting wording update to (hopefully) improve the flow. --- docs/dns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dns.md b/docs/dns.md index 4ccdfcd7f2f..5e1325a43c4 100644 --- a/docs/dns.md +++ b/docs/dns.md @@ -19,7 +19,7 @@ supports forward lookups (A records) and service lookups (SRV records). ## How it Works -The DNS pod that runs holds 3 containers - skydns, etcd (which skydns uses), +The running DNS pod holds 3 containers - skydns, etcd (which skydns uses), and a kubernetes-to-skydns bridge called kube2sky. The kube2sky process watches the kubernetes master for changes in Services, and then writes the information to etcd, which skydns reads. This etcd instance is not linked to