Connection Problem to registry-1.docker.io

Hi there,

anyone else having connection problems with registry-1.docker . io? I get the followin from a dig:

dig registry-1.docker . io


;; ANSWER SECTION:
registry-1.docker . io. 4291085487 IN A 52.206.40.44 <- this one does not work
registry-1.docker . io. 4291085487 IN A 34.205.207.96
registry-1.docker . io. 4291085487 IN A 52.54.155.177 <- This one delivers wrong cert (*.theranest.com)
registry-1.docker . io. 4291085487 IN A 34.233.151.211
registry-1.docker . io. 4291085487 IN A 52.22.67.152
registry-1.docker . io. 4291085487 IN A 52.22.201.61
registry-1.docker . io. 4291085487 IN A 34.206.236.31
registry-1.docker . io. 4291085487 IN A 34.201.236.93

(ignore the spaces between docker and io :wink:

kind regards,
chris

after re-reading my post i found the problem myself:

The problem was in kubernetes, those ttls where very suspicious, so I restartet my kube-dns pods. Now TTLs are correct and the non-working hosts are gone.