doc-exports/docs/cce/umn/cce_bestpractice_0350.html
qiujiandong1 a405f3b3c5 CCE UMN update -20241024 Version
Reviewed-by: Eotvos, Oliver <oliver.eotvos@t-systems.com>
Co-authored-by: qiujiandong1 <qiujiandong1@huawei.com>
Co-committed-by: qiujiandong1 <qiujiandong1@huawei.com>
2024-11-27 11:46:27 +00:00

1.2 KiB

Avoiding Occasional DNS Resolution Timeout Caused by IPVS Defects

Description

When kube-proxy uses IPVS load balancing, you may encounter DNS resolution timeout occasionally during CoreDNS scale-in or restart.

This problem is caused by a Linux kernel defect. For details, see https://github.com/torvalds/linux/commit/35dfb013149f74c2be1ff9c78f14e6a3cd1539d1.

Solution

You can use NodeLocal DNSCache to minimize the impact of IPVS defects.