Core DNS
CoreDNS is a flexible, plugin-based DNS server written in Go that serves as the default DNS provider for service discovery inside Kubernetes clusters.
4 resources across 2 libraries
Glossary Terms(1)
Interview Questions(3)
How Does Service Discovery Work in Kubernetes?
Kubernetes service discovery works primarily through DNS: every Service gets a stable DNS name of the form `service-name.namespace.svc.cluster.local` resolved…
How Does DNS Resolution Work Inside Kubernetes?
Kubernetes gives every Service a stable, cluster-internal DNS name in the form service.namespace.svc.cluster.local, resolved by an in-cluster DNS server (CoreD…
What is CoreDNS and Why Does Kubernetes Use It?
CoreDNS is a flexible, plugin-based DNS server written in Go that Kubernetes runs as the default cluster DNS provider, translating Service and Pod names into I…