Skip to content

Commit

Permalink
FAQ:Why kube-dns vs coredns (#400)
Browse files Browse the repository at this point in the history
* 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 <erik@cloudposse.com>
  • Loading branch information
drnickiw and osterman committed Jan 12, 2020
1 parent 06230dc commit 5a29aa2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions content/faq/why-kube-dns-vs-coredns.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: "What's the relationship between `kube-dns` and `coredns`?"
description: "Both `kube-dns` and `coredns` do the same thing. Earlier versions of Kubernetes used `kube-dns`. "
tags:
- kube-dns
- coredns
- Kubernetes
---

## Question

What's the relationship between `kube-dns` and `coredns`?


## Answer

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 comments on commit 5a29aa2

Please sign in to comment.