Serious question, has anyone properly solved the issue of DNS as a single point of failure?
Akamai Edge DNS was down
51–60 of 229 posts
Re: Akamai Edge DNS was down
#52Re: Akamai Edge DNS was down
#53Re: Akamai Edge DNS was down
#54Re: Akamai Edge DNS was down
#55Re: Akamai Edge DNS was down
#56Probably Akamai needs to use Kubernetes. EDIT: So HN can't even take a joke after this? [0] [0] https://news.ycombinator.com/item?id=27893482
Probably caused by Kubernetes
Either way, the joke's is now on the HNers in that thread.
Re: Akamai Edge DNS was down
#57Re: Akamai Edge DNS was down
#58Re: Akamai Edge DNS was down
#59Why would Google and Amazon be on the downdetector list or experiencing issues? Don't they have their own DNS / nameservers separate from Akamai?
So if everyone searched "is google down" and visited the link on downdetector that was returned in the search, that would add to the downdetector count for that site.
Downdetector doesn't actually know if the site is up or down.
Re: Akamai Edge DNS was down
#60What role does Akamai Edge DNS play in normal internet traffic? DNS responses usually get cached, as far as I understand correctly. And it is usually possible to change your DNS server to e.g. Google's and circumvent the outage. Does Akamai Edge DNS play a role on the server side?
e.g. dig @1.1.1.1 www.nvidia.com +trace
... various things from the root ...
www.nvidia.com. 7200 IN CNAME www.nvidia.com.edgekey.net. ;; Received 83 bytes from 208.94.148.13#53(ns5.dnsmadeeasy.com) in 35 ms
So the main DNS is fine, but it'll never get an A record because the last link in the chain is toast -- edgekey being Akamai in this case, but all CDNs do this so they can route traffic. Normally, this is a good thing so they can shift traffic within 30 seconds on their side. Unfortunately, it also means it would take nvidia an two hours to point away from Akamai.