Aria Orchestrator 8.18.1
This is expected behavior on 8.18.1.
It is expected that there can be a lot of DNS queries for the nodes hostnames, since all kubernetes components are configured to use the hostnames of the nodes, instead of IP addresses directly.
Some of the actions generating most queries are:
1. The node healthchecks queries for the hostname occur around 10 times every time it gets executed (every 5 seconds).
2. The Postgres database replication also uses the node hostname and also requires resolving them when it runs
3. etcd is configured to use the hostnames, and would query for them regularly
This behavior is expected on Aria Orchestrator 8.18.1 and will be improved in future release(s).