June 2022
Intermediate to advanced
336 pages
10h 6m
English
This chapter covers
DNS has existed as long as the internet. Microservices make it hard to manage DNS records at scale because they require an explosion in the use of domain names on an internal data center. Kubernetes standards around DNS for Pods make DNS extremely easy, such that individual applications rarely need to follow complex guidelines for finding downstream services. This is generally enabled by CoreDNS (https://github.com/coredns/coredns), which is at the heart of this chapter.
The job of any DNS server is to map DNS names (like www.google.com) to IP ...
Read now
Unlock full access