-
|
I've been noticing some weird issue on my cluster. I have an 8 nodes with 3 control plane cluster, and the endpoint is balanced using a triple A record in my dns Something that might be related as well is the resolver-cache sometimes output a bunch of timeout issues like those : After looking into it a bit more it might be related to the resolver cache, doing the queries as this log shows :
If you could help me figure out how to reduce the dns noise that would be great |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
The Host DNS is passive in the sense it just routes incoming requests, it doesn't do any type of requests on its own. Applications will often default to do IPv6/IPv4 concurrent resolving and trying the path which works first (https://en.wikipedia.org/wiki/Happy_Eyeballs). All machines by default have IPv6 enabled, and have link-local IPv6 addresses. So I don't think there is anything to be concerned about, the only workaround might be to disable IPv6 completely, but this will break many other good things like KubeSpan. |
Beta Was this translation helpful? Give feedback.

Right so for future reference, this wasn't related to talos at all I think (it was probably kubelet making the queries), but after adding a dummy AAAA record, the number of queries fell of a cliff 🎉