DNS Outage at DigitalOcean
51–60 of 125 posts
Re: DNS Outage at DigitalOcean
#52A few years ago Slicehost had a DNS outage and the webscrapers I had running were falling over because they couldnt resolve DNS. I had to SSH into 8 boxes and update resolv.conf to add google DNS and openDNS as a backup. (Yes, I should've had centralized config management with chef or puppet or ansible)
Re: DNS Outage at DigitalOcean
#53Re: DNS Outage at DigitalOcean
#54Earlier quoted context omitted.
Yes, that's pretty standard. Availability monitoring and status reporting should be external and separate from your own infrastructure, otherwise neither may be available when you need it the most.
And don't use statuspage.io if your host is AWS, because theirs is too.
That said, while it is extremely unlikely it shouldn't be discounted as impossible.
Re: DNS Outage at DigitalOcean
#55Earlier quoted context omitted.
Bind, running on VMs. Not hard.
You run your own authoritative DNS servers?
Later shifted to DO's DNS servers.
Now that that one is down too, just shifted back to domain register's DNS.
Everything is working now.
Re: DNS Outage at DigitalOcean
#56Earlier quoted context omitted.
Yes, that's pretty standard. Availability monitoring and status reporting should be external and separate from your own infrastructure, otherwise neither may be available when you need it the most.
And don't use statuspage.io if your host is AWS, because theirs is too.
Re: DNS Outage at DigitalOcean
#57Yeah this is pretty unfortunate. We have some big investor meetings today and this unfortunately took our marketing site offline. Hopefully they resolve this soon - it's the first time we've ever experienced an issue with their service. We really need fail-overs in place...small team problems.
We feel the pain as well as our platform is unreachable. I'm now using an other DNS server and changed the nameserver in the domain-record. However the DNS propagation is taking some time. What are you doing at the moment as fail-over?