Understand and use CoreDNS

5 minutes 5 Questions

CoreDNS is the modular, extensible DNS server that serves as the default cluster DNS for Kubernetes. It allows Pods to locate Services via human-readable names (Service Discovery) rather than unstable IP addresses. It runs as a Deployment in the `kube-system` namespace, typically named `coredns`, e…

Test mode:
More Understand and use CoreDNS questions
32 questions (total)