Add a chapter to existing blog for filling survey "CoreDNS adoption" (#9731)
* - add a chapter for filling survey "CoreDNS adoption" - fix typo. * - address review comments
This commit is contained in:
committed by
k8s-ci-robot
parent
cf8f500891
commit
ab7a57815c
@@ -18,7 +18,14 @@ CoreDNS is a general-purpose, authoritative DNS server that provides a backwards
|
||||
|
||||
In this article, you will learn about the differences in the implementations of kube-dns and CoreDNS, and some of the helpful extensions offered by CoreDNS.
|
||||
|
||||
## Implemenation differences
|
||||
## We appreciate your feedback
|
||||
|
||||
We are conducting a survey to evaluate the adoption of CoreDNS as the DNS for Kubernetes's cluster.
|
||||
If you are currently using CoreDNS inside a Kubernetes cluster, please, [take 5 minutes to provide us some feedback by filling this survey](https://www.surveymonkey.com/r/SKZQSLK).
|
||||
|
||||
Thank you, we appreciate your collaboration here.
|
||||
|
||||
## Implementation differences
|
||||
|
||||
In kube-dns, several containers are used within a single pod: `kubedns`, `dnsmasq`, and `sidecar`. The `kubedns`
|
||||
container watches the Kubernetes API and serves DNS records based on the [Kubernetes DNS specification](https://github.com/kubernetes/dns/blob/master/docs/specification.md), `dnsmasq` provides caching and stub domain support, and `sidecar` provides metrics and health checks.
|
||||
|
||||
Reference in New Issue
Block a user