域名解析方法、装置、节点、电子设备及存储介质
By implementing socket-level redirection of domain name resolution requests in a Kubernetes cluster using eBPF technology, the performance overhead caused by the combination of node-local DNS services and kernel services is resolved, thereby improving the speed and efficiency of domain name resolution.
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- INSPUR SUZHOU INTELLIGENT TECH CO LTD
- Filing Date
- 2023-10-08
- Publication Date
- 2026-07-17
AI Technical Summary
In Kubernetes clusters, the combination of node-local DNS service and kernel service for domain name resolution results in significant performance overhead, especially when the number of domain name resolution requests is high, leading to noticeable latency.
By leveraging the programmability of the eBPF kernel and storing Socket information using a Map structure, domain name resolution requests can be directly redirected at the Socket layer, bypassing the TCP/IP protocol stack. This allows requests to be redirected directly to container groups with local resolution capabilities at the Socket layer, reducing performance overhead.
It improves the speed of domain name resolution between Pods within the same node in the Kubernetes cluster, reduces the performance consumption of the node, and improves the efficiency of domain name resolution.
Smart Images

Figure CN117544592B_ABST