lobshunter
lobshunter
In fact, I met a similiar issue. I was trying to launch VM on a specific node. I set `VirtualMachineInstance.spec.nodeselector`, ensures VMI will be scheduled on the node. But I...
I could try to find a way. But I do agree with the [idea of redis team](https://redis.com/blog/redis-architecture-13-years-later/): `scaling horizontally is paramount`, and CoreDNS can scale horizontally pretty well. So it's...
> I'm also interested in this issue; I haven't contributed, but this sounds fun to work on. Could I claim this? Please go ahead and have fun😉. I have been...
In my understanding, https://github.com/golang/go/issues/45886 should improve the performance of UDP long connections(i.e. read a bunch of data from the same UDP socket, like QUIC). Would it help improve DNS workload?...
A memo: I found an [interesting approach](https://stackoverflow.com/questions/60337662/how-to-maximise-udp-packets-per-second-with-go) that uses `SO_REUSEPORT` and multiple `net.ListenUDP` call. According to the author's benchmark, it outperforms the solution of single listen, multiple ReadFromUDP. I shall...
@iyashu Excellent productivity 👍.
My first thought is some tools might be not following `search` directive in `/etc/resolv.conf`. Could you enable log plugin of CoreDNS and share outputs, or use tcpdump to capture DNS...