- Home
- All questions
- Question 282
CKA study material · question 282 of 1000
Why is the cluster DNS Service still named kube-dns when CoreDNS implements it?
Show the answer
Answer: C. For interoperability with workloads that relied on the legacy name
Keeping the kube-dns Service name abstracts away which DNS provider runs behind it.
Source: Customizing DNS Service (Kubernetes) — Introduction