简体   繁体   中英

SRV lookup timeout from golang on kubernetes / coreDNS

Trying to make percona operator work:

_, srvRecords, err := net.LookupSRV("", "", svcName)

The issue was network!

Our infra guys have disallowed TCP traffic to the kube DNS server, they was thinking DNS need only UDP :/ which is wrong !

Kafka clustering also need DNS over TCP.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM