Earlier quoted context omitted.
Doesn't cloudflare have its own infrastructure, it's wild to me that both these things are down presumably together with this size of a blast radius.
Latest Cloudflare status update basically confirms that there is a dependency to GCP in their systems: "Cloudflare’s critical Workers KV service went offline due to an outage of a 3rd party service that is a key dependency. As a result, certain Cloudflare products that rely on KV service to store and disseminate information are unavailable"
GCP Outage
431–440 of 539 posts
Re: GCP Outage
#432Re: GCP Outage
#433Earlier quoted context omitted.
Doesn't cloudflare have its own infrastructure, it's wild to me that both these things are down presumably together with this size of a blast radius.
Cloudflare isn't a cloud in the traditional sense; it's a CDN with extra smarts in the CDN nodes. CF's comparative advantage is in doing clever things with just-big-enough shared-nothing clusters deployed at every edge POP imaginable; not in building f-off huge clusters out in the middle of nowhere that can host half the Internet, including all their own services. As such, I wouldn't be overly surprised if all of CF'…
Re: GCP Outage
#434Earlier quoted context omitted.
Google's local models as well (Gemini Nano/Gemma 3n)
How do you run Gemma 3n locally?
Re: GCP Outage
#435Earlier quoted context omitted.
From the Cloudflare incident: > Cloudflare’s critical Workers KV service went offline due to an outage of a 3rd party service that is a key dependency. As a result, certain Cloudflare products that rely on KV service to store and disseminate information are unavailable [...] Surprising, but not entirely unplausible for a GCP outage to spread to CF.
> outage of a 3rd party service that is a key dependency. Good to know that Cloudflare has services seemingly based on GCP with no redundancy.
Re: GCP Outage
#436Earlier quoted context omitted.
npm as well
Initially attributed the unresponsiveness of `npm install` to npm (the CLI tool) in general. Tried using bun to install dependencies, saw the same result -- but with actual logs instead of a vague spinner -- and decided to check Hacker News. Getting 504 errors on anything from registry.npmjs.org that isn't cached on my machine.
Re: GCP Outage
#437Earlier quoted context omitted.
Latest Cloudflare status update basically confirms that there is a dependency to GCP in their systems: "Cloudflare’s critical Workers KV service went offline due to an outage of a 3rd party service that is a key dependency. As a result, certain Cloudflare products that rely on KV service to store and disseminate information are unavailable"
Yeah I saw that now too. Interesting, I'm definitely a little surprised that they have this big of an external dependency surface.
Re: GCP Outage
#438https://status.cloud.google.com/incidents/ow5i3PPK96RduMcb1S... > Multiple GCP products are experiencing impact due to Identity and Access Management Service Issue IAM issue huh. The post-mortem should be interesting at least.