Closed yurymuski closed 1 year ago
I faced with the issue of extra latency withing communication with redis-sentinel cluster.
I was related to poor internal dns performance.
Such option allows to customize resolve.conf inside pod to use node-local-dns (https://kubernetes.io/docs/tasks/administer-cluster/nodelocaldns/#motivation)
resolve.conf
@FZambia please review :)
Thanks @yurymuski !
@FZambia thanks for the instant merge :)
I faced with the issue of extra latency withing communication with redis-sentinel cluster.
I was related to poor internal dns performance.
Such option allows to customize
resolve.conf
inside pod to use node-local-dns (https://kubernetes.io/docs/tasks/administer-cluster/nodelocaldns/#motivation)