Live data from Hacker News

Cloudflare Global Network experiencing issues

cloudflarestatus.com

801–810 of 1001 posts

Re: Cloudflare Global Network experiencing issues

#801
Is there any way to remove every SPOF?

Currently I have multi-region loadbalanced servers. DNS and WAF (and the load balancer) on Cloudflare.

Moving DNS elsewhere is step 1 so I'm not locked out - but then I can't use Cloudflare full stop (without enterprise pricing).

Multi-provider DNS and WAF - okay I could see how that works.

But what about the global load balancer, surely that has to remain a single point of failure?

Re: Cloudflare Global Network experiencing issues

#805

If someone wanted to learn about how the modern infrastructure stack works, and why things like this occur, where would be some good resources to start?

I just wanted to ask the same thing. I have a really basic idea of how everything is connected but would love to jump in more in depth.

How can such big incidents occur where half of the internet is down because of one company and what can be done to prevent that?

Re: Cloudflare Global Network experiencing issues

#806

I’d rather mitigate a DDoS attack on my own servers than deal with Cloudflare. Having to prove you’re human is the second-worst thing on my list, right after accepting cookies. Those two things alone have made browsing the web a worse experience than it was in the late 90s or early 2000s.

How do you plan on mitigating a DDoS on your own servers?

Re: Cloudflare Global Network experiencing issues

#807

How did we get to a place where either Cloudflare or AWS having an outage means a large part of the web going down? This centralization is very worrying.

What is worrying is that distributed systems don’t seem to be that distributed in practice.

Re: Cloudflare Global Network experiencing issues

#810

If anyone needs commands for turning off the CF proxy for their domains and happens to have a Cloudflare API token. First you can grab the zone ID via: curl -X GET "https://api.cloudflare.com/client/v4/zones" -H "Authorization: Bearer $API_TOKEN" -H "Content-Type: application/json" | jq -r '.result[] | "\(.id) \(.name)"' And a list of DNS records using: curl -X GET "https://api.cloudflare.com/client/v4/zones/$ZONE_ID…

This is exactly what we've decided we should do next time. Unfortunately we didn't generate an API token so we are sitting twiddling our thumbs.

Edit: seems like we are back online!

Post reply on HN