ACK NodeLocal DNSCache accelerates pod DNS lookups by running a local DNS cache on each node.
Overview
ACK NodeLocal DNSCache is a local DNS cache based on the open-source NodeLocal DNSCache project. Its Helm chart is ack-node-local-dns. After you install the add-on, ACK creates the following resources:
On the cluster details page, choose to view resources created by ack-node-local-dns.
-
ack-node-local-dns-admission-controller(Deployment): A dynamicDNSConfiginjection controller. Deployed with two replicas and anti-affinity by default for high availability. -
node-local-dns(DaemonSet): The DNS caching agent. Runs on each node to provide local DNS caching.
The admission controller listens for pod creation requests and dynamically modifies each pod's DNSConfig to route DNS queries through the local cache, improving DNS resolution performance.
Usage
After installation, configure your pods to use the local DNS cache.
Release notes
May 2026
|
Version |
Image address |
Release date |
Description |
Impact |
|
1.6.3 |
|
2026-05-29 |
|
This upgrade does not affect your workloads. |
September 2025
|
Version |
Image address |
Release date |
Description |
Impact |
|
1.6.1 |
|
2025-09-22 |
|
This upgrade does not affect your workloads. |
June 2025
|
Version |
Image address |
Release date |
Description |
Impact |
|
1.6.0 |
|
2025-06-09 |
|
This upgrade does not affect your workloads. |
April 2024
|
Version |
Image address |
Release date |
Description |
Impact |
|
1.5.9 |
|
2024-04-02 |
Fixed a potential admission webhook certificate mismatch. |
This upgrade does not affect your workloads. |
March 2024
|
Version |
Image address |
Release date |
Description |
Impact |
|
1.5.8 |
|
2024-03-21 |
Updated the DNS caching agent to community version v1.22.28 to fix a "bufsize size too small" error. |
This upgrade does not affect your workloads. |
December 2023
|
Version |
Image address |
Release date |
Description |
Impact |
|
1.5.7 |
|
2023-12-06 |
Fixed admission webhook failure to inject the kube-dns Service address. |
This upgrade does not affect your workloads. |
April 2023
|
Version |
Image address |
Release date |
Description |
Impact |
|
1.5.6 |
|
2023-04-21 |
Optimized the scheduling affinity for the admission webhook Deployment to enhance availability. |
This upgrade does not affect your workloads. |
|
1.5.5 |
|
2023-04-07 |
Optimized the scheduling affinity for the admission webhook Deployment to enhance availability. |
If all schedulable nodes are in a single availability zone, admission webhook replicas may fail to schedule, causing upgrade failures. Add nodes in multiple availability zones for high availability. |
January 2023
|
Version |
Image address |
Release date |
Description |
Impact |
|
1.5.4 |
|
2023-01-30 |
Fixed security vulnerability CVE-2021-46848. |
This upgrade does not affect your workloads. |
October 2022
|
Version |
Image address |
Release date |
Description |
Impact |
|
1.5.3 |
|
2022-10-27 |
Fixed security vulnerabilities, including CVE-2021-33574 and CVE-2022-23219. |
This upgrade does not affect your workloads. |
September 2022
|
Version |
Image address |
Release date |
Description |
Impact |
|
1.5.2 |
|
2022-09-13 |
Fixed security vulnerabilities, including CVE-2022-1664, CVE-2022-1292, and CVE-2022-2068. |
This upgrade does not affect your workloads. |
July 2022
|
Version |
Image address |
Release date |
Description |
Impact |
|
1.5.1 |
|
2022-07-26 |
|
This upgrade does not affect your workloads. |
February 2022
|
Version |
Image address |
Release date |
Description |
Impact |
|
1.5.0 |
|
2022-02-22 |
|
This upgrade does not affect your workloads. |
November 2021
|
Version |
Image address |
Release date |
Description |
Impact |
|
1.4.0 |
|
2021-11-24 |
Updated the MutatingWebhookConfiguration API version for Kubernetes 1.22 support. |
This upgrade does not affect your workloads. |
September 2021
|
Version |
Image address |
Release date |
Description |
Impact |
|
1.3.5 |
|
2021-09-23 |
Added a default 1-core CPU limit to the admission controller for security. |
This upgrade does not affect your workloads. |
|
1.3.4 |
|
2021-09-16 |
Added a default memory resource limit. The component now pulls images over the internal network by default. |
This upgrade does not affect your workloads. |
April 2021
|
Version |
Image address |
Release date |
Description |
Impact |
|
1.3.3 |
|
2021-04-21 |
Initial release. |
This upgrade does not affect your workloads. |