- Home
- All questions
- Question 789
CKA study material · question 789 of 1000
What change must applications make to benefit from NodeLocal DNSCache?
Show the answer
Answer: D. None; the local cache still answers UDP queries
The node-local cache listens for UDP DNS queries just as CoreDNS does, so applications need no change; the upgrade to TCP happens between the cache and CoreDNS.
Source: Using NodeLocal DNSCache in Kubernetes Clusters (Kubernetes) — Motivation