Files
doc-exports/docs/cce/umn/cce_bestpractice_0351.html
qiujiandong1 6d480dcc20 CCE UMN update 20250912 version
Reviewed-by: Eotvos, Oliver <oliver.eotvos@t-systems.com>
Co-authored-by: qiujiandong1 <qiujiandong1@huawei.com>
Co-committed-by: qiujiandong1 <qiujiandong1@huawei.com>
2025-10-29 10:20:57 +00:00

1.5 KiB

Using NodeLocal DNSCache

Challenges

When the number of DNS requests in a cluster increases, the load of CoreDNS increases and the following issues may occur:

  • Increased delay: CoreDNS needs to process more requests, which may slow down the DNS query and affect service performance.
  • Increased resource usage: To ensure DNS performance, CoreDNS requires higher specifications.

Solution

NodeLocal DNSCache can improve the stability and performance of service discovery.

For details about NodeLocal DNSCache and how to deploy it in a cluster, see Using NodeLocal DNSCache to Improve DNS Performance.