Skip to content

Commit 5a29aa2

Browse files
drnickiwosterman
andcommitted
FAQ:Why kube-dns vs coredns (#400)
* add FAQ:Why kube-dns vs coredns * add tags to title for kube-dns vs coredns * Update why-kube-dns-vs-coredns.md Co-authored-by: Erik Osterman <[email protected]>
1 parent 06230dc commit 5a29aa2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: "What's the relationship between `kube-dns` and `coredns`?"
3+
description: "Both `kube-dns` and `coredns` do the same thing. Earlier versions of Kubernetes used `kube-dns`. "
4+
tags:
5+
- kube-dns
6+
- coredns
7+
- Kubernetes
8+
---
9+
10+
## Question
11+
12+
What's the relationship between `kube-dns` and `coredns`?
13+
14+
15+
## Answer
16+
17+
The `coredns` service went GA in Kubernetes 1.11. It just comes down to what version of k8s is running. Practically speaking, there’s no difference between them. We might refer to `kube-dns` in our documentation, but what we mean to say is the dns controller that ships with the Kubernetes version.

0 commit comments

Comments
 (0)