GCP Outage

1427 thanhhaimai 491 6/12/2025, 6:11:07 PM status.cloud.google.com ↗

Comments (491)

rvnx · 1d ago
It looks like that it is a central service @ Google called Chemist that is down.

"Chemist checks the project status, activation status, abuse status, billing status, service status, location restrictions, VPC Service Controls, SuperQuota, and other policies."

-> This would totally explain the error messages "visibility check (of the API) failed" and "cannot load policy" and the wide amount of services affected.

cf. https://cloud.google.com/service-infrastructure/docs/service...

EDIT: Google says "(Google Cloud) is down due to Identity and Access Management Service Issue"

mrGomesDev · 1d ago
I use Expo intermediation for notifications, but with this Google context, I imagine that FCM is also suffering, is that possible?
rvnx · 1d ago
Very likely. Firebase Auth is down for sure (though unreported yet), so most likely FCM too

No comments yet

VWWHFSfQ · 1d ago
There are multiple internet services down, not just GCP. It's just possible that this "Chemist" service is especially externally affected which is why the failures are propagating to the their internal GCP network services.
rvnx · 1d ago
Absolutely possible. Though there is something curious:

https://www.cloudflarestatus.com/

At Cloudflare it started with: "Investigating - Cloudflare engineering is investigating an issue causing Access authentication to fail.".

So this would somehow validate the theory of auth/quotas started failing right after Google, but what happened after ?! Pure snowballing ? That sounds a bit crazy.

terom · 1d ago
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.

voytec · 1d ago
> 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.

londons_explore · 22h ago
Probably unintentional. "We just read this config from this URL at startup" can easily snowball into "if that URL is unavailable, this service will go down globally, and all running instances will fail to restart when the devops team try to do a pre-emptive rollback"

No comments yet

__turbobrew__ · 16h ago
After reading about cloudflare infra in post mortems it has always been surprising how immature their stack is. Like they used to run their entire global control plane in a single failure domain.

Im not sure who is running the show there, but the whole thing seems kinda shoddy given cloudflares position as the backbone of a large portion of the internet.

I personally work at a place with less market cap than cloudflare and we were hit by the exact same instances (datacenter power went out) and had almost no downtime, whereas the entire cloudflare api was down for nearly a day.

tibbar · 21h ago
What's the alternative here? Do you want them to replicate their infrastructure across different cloud providers with automatic fail-over? That sounds -- heck -- I don't know if modern devops is really up to that. It would probably cause more problems than it would solve...
arccy · 21h ago
They're a company that has to run their own datacenters, you'd expect them to not fall over when a public cloud does.
hplk · 21h ago
I was really surprised. The dependence on another enterprise’s cloud services in-general I think is risky, but pretty much everyone does it these days, but I didn’t expect them to be.
calvinmorrison · 20h ago
well at some level you can contract deploy private instances of clouds as well.
UltraSane · 17h ago
AWS has Outpost racks that let you run AWS instances and services in your own datacenter managed like the ones running in AWS datacenters. Neat but incredibly expensive.
voytec · 18h ago
> What's the alternative here? Do you want them to replicate their infrastructure

Cloudflare adverises themselves as _the_ redundancy / CDN provider. Don't ask me for an "alternative" but tell them to get their backend infra shit in order.

ghshephard · 20h ago
There are roughly 20-25 major IaaS providers in the world that should have close to dependency on each other. I'm almost certain that cloud flare believe that was their posture, and that the action items coming out of this post mortem will be to make sure that this is the case.
somanyphotons · 21h ago
I would expect them to not rely on GCP at all
arghwhat · 21h ago
Redundancy ≠ immune to failure.
ProAm · 21h ago
Google is an advertising company not a tech company. Do not rely on them performing anything critical that doesn't depend on ad revenue.
dylan604 · 20h ago
What does that make Amazon?
tapoxi · 20h ago
A cloud services company. AWS is much bigger than Amazon retail at this point.
bravetraveler · 23h ago
Content Delivery Thread
whatevertrevor · 1d ago
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.
derefr · 23h ago
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's non-edge compute (including, for example, their control plane) is just tossed onto a "competitor" cloud like GCP. To CF, that infra is neither a revenue center, nor a huge cost center worth OpEx-optimizing through vertical integration.

whatevertrevor · 23h ago
But then you do expose yourself to huge issues like this if your control plane is dependent on a single cloud provider, especially for a company that wants to be THE reverse proxy and CDN for the internet no?
snowwrestler · 22h ago
Cloudflare does not actually want to reverse proxy and CDN the whole internet. Their business model is B2B; they make most of their revenue from a set of companies who buy at high price points and represent a tiny percentage of the total sites behind CF.

Scale is just a way to keep costs low. In addition to economies of scale, routing tons of traffic puts them in position to negotiate no-cost peering agreements with other bandwidth providers. Freemium scale is good marketing too.

So there is no strategic reason to avoid dependencies on Google or other clouds. If they can save costs that way, they will.

whatevertrevor · 21h ago
Well I mean most of the internet in terms of traffic, not in terms of the corpus of sites. I agree the long-tail of websites is probably not profitable for them.
mbreese · 22h ago
True, but how often do outages like this happen? And when outages do happen, does Cloudflare have any more exposure than Google? I mean, if Google can’t handle it, why should Cloudflare be expected to? It also looks like the Cloudflare services have been somewhat restored, so whatever dependency there is looks like it’s able to be somewhat decoupled.

So long as the outages are rare, I don’t think there is much downside for Cloudflare to be tied to Google cloud. And if they can avoid the cost of a full cloud buildout (with multiple data centers and zones, etc…), even better.

arccy · 21h ago
They're pushing workers more as a compute platform

Plus their past outage reports indicate they should be running their own DC: https://blog.cloudflare.com/major-data-center-power-failure-...

smoe · 1d ago
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"

craigseeman · 8h ago
They lightly mentioned it in this interview a few weeks ago as well - I was surprised! https://youtu.be/C5-741uQPVU?t=1726s
whatevertrevor · 23h ago
Yeah I saw that now too. Interesting, I'm definitely a little surprised that they have this big of an external dependency surface.
smoe · 23h ago
Definitely very surprised to see, that so much of the CF products that are there to compete with the big cloud providers have such a dependance on GCP.
cyberpunk · 1d ago
You'd think so wouldn't you?

DownDetector also reports azure and oracle cloud, I can't see then also being dependant on GCP...

I guess down detector isn't a full source of truth though.

https://ocistatus.oraclecloud.com/#/ https://azure.status.microsoft/en-gb/status

Both green

mandevil · 1d ago
Down detector has a problem when whole clouds go down: unexpected dependencies. You see an app on a non-problematic cloud is having trouble, and report it to Down Detector but that cloud is actually fine- their actual stuff is running fine. What is really happening is that the app you are using has a dependency on a different SaaS provider who runs on the problematic cloud, and that is killing them.

It's often things like "we got backpressure like we're supposed to, so we gave the end user an error because the processing queue had built up above threshold, but it was because waiting for the timeout from SaaS X slowed down the processing so much that the queue built up." (Have the scars from this more than once.)

spwa4 · 23h ago
Surely if you build a status detector you realize that colo or dedicated are your only options, no? Obviously you cannot host such a service in the cloud.
mandevil · 22h ago
I'm not even talking about Down Detector's own infra being down, I'm talking about actual legitimate complaints from real users (which is the data that Down Detector collates and displays) because the app they are trying to use on an unaffected cloud is legitimately sending them an error- it's just because of SaaS dependencies and the nature of distributed systems one cloud going down can have a blast radius such that even apps on unaffected clouds will have elevated error rates, and that can end up confusing displays on Down Detector when large enough things go down.

My apps run on AWS, but we use third parties for logging, for auth support, billing, things like that. Some of those could well be on GCP though we didn't see any elevated error rates. Our system is resilient against those being down- after a couple of failed tries to connect it will dump what it was trying to send into a dump file for later re-sending. Most engineers will do that. But I've learned after many bad experiences that after a certain threshold of failures to connect to one of these outside system, my system should just skip calling out except for once every retryCycleTime, because all it will do is add two connectionTimeout's to every processing loop, building up messages in the processing queue, which eventually create backpressure up to the user. If you don't have that level of circuit breaker built, you can cause your own systems to give out higher error rates even if you are on an unaffected cloud.

So today a whole lot of systems that are not on GCP discovered the importance of the circuit breaker design pattern.

iFred · 1d ago
Down Detector can have a poor signal to noise ratio given from what I am assuming is users submitting "this is broken" for any particular app. Probably compounded by many hearing of a GCP issue, checking their own cloud service, and reporting the problem at the same time.
basfo · 1d ago
Using Azure here, no issues reported so far.
gcpman · 21h ago
perhaps the person who maintains Chemist took the buyout

https://www.businessinsider.com/google-return-office-buyouts...

atonse · 1d ago
Getting a lot of errors for Claude Sonnet 4 (Cursor) and Gemini Pro.

Nooooo I'm going to have to use my brain again and write 100% of my code like a caveman from December 2024.

burntalmonds · 1d ago
Same here. Getting this in AI Studio: Failed to generate content: user has exceeded quota. Please try again later.

No comments yet

bicx · 1d ago
I was in the middle of testing Cloud Storage file uploads, so I guess this is a good time to go for a walk.
matsemann · 1d ago
A good excuse for adding error handling, which otherwise is often overlooked, heh.
robin-a · 1d ago
Cursor throwing some errors for me in Auto Agent mode too.
cryptonector · 1d ago
Devs before June 12, 2025: "Ai? Pfft, hallucination central. They'll never replace me!"

Devs during June 12, 2025 GCP outage: "What, no AI?! Do you think I'm a slave?!"

atonse · 1d ago
100% agree... I even thought "ok maybe I'll clean up the backlog while I wait" but I'm so used to even using AI to clean up my JIRA backlog (using the Atlassian MCP), so even that feels weird to click into each ticket, just the way I used to do it TWO MONTHS AGO.

This is a good wake-up call on how easily (and quickly) we can all become pretty dependent on these tools.

tough · 22h ago
local llm's would work
sva_ · 1d ago
It appears like "Devs" is not a homogeneous mass.
christianqchung · 16h ago
Goomba fallacy
thefourthchime · 1d ago
So true
crocowhile · 1d ago
openrouter.ai is down for me
sujayakar · 1d ago
switch to auto mode and it should still work!
ashu1461 · 1d ago
GPT is working in agent mode, which kind of confirms that claude is hosted on google and GPT probably on MSFT servers / self hosted.
kenhwang · 1d ago
If you want a stronger confirmation about Claude being hosted on GCP, this is about as authoritative as it gets: https://www.anthropic.com/news/anthropic-partners-with-googl...
mkl · 19h ago
That's nearly 2.5 years old, an eternity in this space. It may still be true, but that article is not good evidence.
scottmf · 1d ago
Claude runs on AWS afaik. And OAI on Azure. Edit: oh okay maybe GCP too then. I’m personally having no problem using Claude Code though.
orangebread · 1d ago
lmao i refuse to write code by hand anymore too. WHAT IS THIS
sunir · 1d ago
I chose sepuku.

No comments yet

Xavez · 1d ago
Apple’s local models looking better each day :’)
nolist_policy · 1d ago
Google's local models as well (Gemini Nano/Gemma 3n)
ilc · 1d ago
How do you run Gemma 3n locally?
ipsum2 · 1d ago
Cloudflare is down too. From https://www.cloudflarestatus.com:

Update - We are seeing a number of services suffer intermittent failures. We are continuing to investigate this and we will update this list as we assess the impact on a per-service level.

Impacted services: Access WARP Durable Objects (SQLite backed Durable Objects only) Workers KV Realtime Workers AI Stream Parts of the Cloudflare dashboard Jun 12, 2025 - 18:48 UTC

Edit: https://news.ycombinator.com/item?id=44261064

0xy · 23h ago
Seems like a major wtf if Cloudflare is using GCP as a key dependency.
a2128 · 22h ago
Some day Cloudflare will depend on GCP and GCP will depend on Cloudflare and AWS will rely on one of the two being online and Cloudflare will also depend on AWS and the internet will go down and no one will know how to restart it
IX-103 · 21h ago
Supposedly something like this already happened inside Google. There's a distributed data store for small configs read frequently. There's another for larger configs that are rarely read. The small data store depends on a service that depends on the large data store. The large data store depends on the small data store.

Supposedly there are plans for how to conduct a "cold" start of the system, but as far as I know it's never actually been tried.

__turbobrew__ · 16h ago
The trick there is you take the relevant configs and serialize them to disk periodically, and then in a bootstrap scenario you use the configs on disk.

Presumably for the infrequently read configs you could do this so the service with frequently read configs can bootstrap without the service for infrequently read configs.

syllogism · 12h ago
Like a backup generator for inputs. Makes sense.
solardev · 10h ago
Just put them in Workers KV... oh wait
Analemma_ · 20h ago
Don’t worry, we’ll just ask Chat-GPT.
lysace · 21h ago
That's what IRC is for.

(Its Finnish inventor is incidentally working for Google in Stockholm, as per https://en.wikipedia.org/wiki/Jarkko_Oikarinen)

paulddraper · 1d ago
Broken link? EDIT: Weird, definitely was just empty
ipsum2 · 1d ago
Should work, but its also on the front page.
0xffany · 1d ago
Everything appears to be down as of 18:43 UTC... https://downdetector.com/
voytec · 1d ago
Yeah. This service was presenting charts likely probed from inside GCP. I was on a call with a Google rep, someone pointed out that "AWS is also down" and I foolishly said something about "possible BGP attack" out of spite, before checking AWS availability myself. Shame on me.
toast0 · 1d ago
Didn't have the feeling of a BGP issue, most services I was working with were reasonably quickly returning failures, as opposed to lingering death.
yard2010 · 23h ago
I love this kind of fake news. It's like that scene from Scary Movie (can't remember which one) in which someone says "I heard the japs took out one in Kikoman" :')
AlienRobot · 1d ago
Wait, it's all Google?
deepsun · 1d ago
Google was the first to report probably.
bananapub · 22h ago
all cloud
plateng000 · 1d ago
"always has been"
sillypuddy · 1d ago
Well that's interesting. I wouldn't expect AWS or Microsoft 365 to be affected by a Google outage.
paxys · 1d ago
Who said it's a Google outage?
AdamJacobMuller · 1d ago
paxys · 1d ago
It's more likely to be a broader issue that is affecting AWS, Microsoft, Cloudflare, GCP. They aren't all dependent on Google infra.
ikiris · 1d ago
Oh look, they were.

Cloud flare was really the gcp problem. Most of the others are going to be dependencies on cf or random Google stuff.

Discord for example was gcs for updates, etc

patapong · 1d ago
Perhaps their detection logic is running on Google cloud /s
throitallaway · 1d ago
I believe Downdetector displays user reports.
brentm · 1d ago
Yea I am pretty sure that if you're checking if a service is down your essentially casting a vote that indicates that service is down.
lysace · 1d ago
Kind of a missed opportunity for Ookla - who's running both downdetector.com and speedtest.net.

The have software running in most ISPs around the world:

https://help.speedtest.net/hc/en-us/articles/360039164793-Ho...

(OTOH, it's not always trivial to define/detect an outage.)

peanut-walrus · 23h ago
Downdetector in incidents like this is 100% misinformation.
johanyc · 22h ago
Why
peanut-walrus · 22h ago
Downdetector does not actually monitor the services. It aggregates user reports from socials etc. For large-scale incidents, the reports get really noisy and it will show that basically everything is down.
boneitis · 16h ago
I thought that was the whole premise of Downdetector, no? User reports, because first-party status updates are tightly controlled by those first parties?

Was not basically everything (hyperbolically speaking, of course) practically impacted today?

How much weight really comes from those social media posts? Is there an indirect effect of people reading these posts, then flocking to hit the report button, sight unseen?

baobun · 22h ago
Who watches the watchmen?

(downdetector infra also likely affected)

thanhhaimai · 1d ago
The status page is green, but there are outages reported: https://downdetector.com/status/google-cloud/
nerdsniper · 1d ago
Why even have a status page? Someone reported that their org of >100,000 users can't use Google Meet. If corps aren't going to update their status page, might as well just not have one.

https://www.google.com/appsstatus/dashboard/

https://status.cloud.google.com/index.html

Edit: The GCP status page got updated <1 minute after I posted this, showing affected services are Cloud Data Fusion, Cloud Memorystore, Cloud Shell, Cloud Workstations, Google Cloud Bigtable, Google Cloud Console, Google Cloud Dataproc, Google Cloud Storage, Identity and Access Management, Identity Platform, Memorystore for Memcached, Memorystore for Redis, Memorystore for Redis Cluster, Vertex AI Search

SOLAR_FIELDS · 1d ago
There's no situation where the corporation controls the status page where you can trust the status page to have accurate information. None. The incentives will never be aligned in this regard. It's just too tempting and easy for the corp to control the narrative when they maintain their own status page.

The only accurate status pages are provided by third party service checkers.

the8472 · 1d ago
> The incentives will never be aligned in this regard.

Well, yes, incentives, do big customers with wads of cash have an incentive to demand accurate reporting from their suppliers so they can react better rather than trying to identify issues? If there's systematic underreporting, then apparently not. Though in this case they did update their page.

SOLAR_FIELDS · 22h ago
In practice how this plays out is that the big wads of cash holders will make demand, and Google (or whoever, Google is just the standin for the generic Corp here) will give them the actual information privately. It will still never be trusted to be reflected accurately on the public status page.

If you think about it from the corp’s perspective, it makes perfect sense. They weigh the risk reward. Are they going to be rewarded for the radical transparency or suffer fall out by acknowledging how bad of a dumpster fire the situation actually is? Easier for the corp to just lie, obscure and downplay to avoid having to even face that conundrum in the first place.

staplers · 22h ago

  If there's systematic underreporting, then apparently not.
You answered your own question.
supportengineer · 1d ago
Who gets a promotion from a working status board?
nikcub · 1d ago
I have zero faith in status pages. It's easier and more reliable to just check twitter.

Heroku was down for _hours_ the other day before there was any mention of an incident - meanwhile there were hundreds of comments across twitter, hn, reddit etc.

fooey · 1d ago
anecdotally, the status pages have been taken away from engineering and are run by customer support and marketing
paulddraper · 1d ago
> might as well just not have one

This is my position.

jorts · 1d ago
deathanatos · 1d ago
It was nearly an hour into our company's internal incident channel on this for GCP to finally declare that yes, in fact, things on fire.

… I get that PR-types probably want to massage the message, but going radio dark is not good PR.

milesward · 1d ago
It's updated now, shows the impact to console, dataproc, GCS, IAM and Identity Platform: https://status.cloud.google.com/incidents/ow5i3PPK96RduMcb1S...
FireBeyond · 1d ago
Yeah, my company of hundreds of people working remotely are having 90%+ failures connecting to Google Meetings - joining a meeting just results in a 504.
ransom1538 · 1d ago
Why can't companies be honest with being down. It helps us all out so we don't spend an hour internalizing.

We are truly in gods hands.

$ prod

Fetching cluster endpoint and auth data. ERROR: (gcloud.container.clusters.get-credentials) ResponseError: code=503, message=Visibility check was unavailable. Please retry the request and contact support if the problem persists

kingstnap · 1d ago
Because they have unrealistic targets so they make up fake uptime numbers. 99.999% would mean not even having an hour of downtime in 10 years.

I remember reddit being down for like a whole day or so and they claimed 99.5% in that month.

wbl · 1d ago
Ma Bell hit that decently often.
Uehreka · 1d ago
Is that even knowable? Like, I know they called it “The Astonishing, Unfailing, Bell System” but if they had an outage somewhere did they actually have an infrastructure of “canary phones” and such to tell in real time? (As in, they’d know even if service was restored in an hour)

Not trying to snark, I legit got nerdsniped by this comment.

wbl · 23h ago
They absolutely did. Note that the reliability estimates exclude the last mine because trees falling and the like but they had a lot of self repair, reporting, and management facilities.

Engineering and Operations in the Bell System is pretty great for this.

Dylan16807 · 23h ago
Running a much simpler system with much more independent nodes.

It's a lot easier to keep packets flowing than to keep non-self-contained servers serving.

oxymoron · 1d ago
Because a lot of the time, not everyone is impacted, as the systems are designed to contain the "blast radius" of failures using techniques such as cellular architecture and [shuffle sharding](https://aws.amazon.com/builders-library/workload-isolation-u...). So sometimes a service is completely down for some customers and fully unaffected for other customers.
hnuser123456 · 1d ago
"there is a 5% chance your instance is down" is still a partial outage. A green check should only mean everything (about that service) is working for everyone (in that region) as intended.

Downdetector reports started spiking over an hour ago but there still isn't a single status that isn't a green checkmark on the status page.

deepsun · 23h ago
With highly distributed services there's always something failing, some small percentage.
nijave · 21h ago
Sure but you can still put a message up when it's some <numeric value> over some <threshold value> like errors are 50% higher than normal (maybe the SLO is 99.999% of requests are processed successfully)
deepsun · 20h ago
Just note that aggregations like that might manifest as GCP didn't have any issues today actually.

E.g. it was mostly us-central1 region affected, and in there only some services (e.g. regular instances, and GKE kubernetes were not affected in any region). So if we ask "what the percentage of GCP is down", it might well be it's less than the threshold.

On the other hand, about a month ago, 2025-05-19 there was an 8-hour long incident with Spot VM instances affecting 5 regions, and which was way more important to our company, but it didn't make any headlines.

spwa4 · 1d ago
Just say it: they want to lie to 95% of customers.
Eduard · 1d ago
> Because a lot of the time, not everyone is impacted

then such pages should report a partial failure. Indeed the GCP outage page lists an orange "One or more regions affected" marker, but all services show the green "Available" marker, which apparently is not true.

deepsun · 23h ago
There's always a partial outage in large systems, some very small percentage. All clouds should report all red then.
nijave · 21h ago
It's not rocket science. Put a message up "The service is currently degraded and some users may see errors"
johannes1234321 · 1d ago
They still could show that so.e.issues exist. Their monitoring must know.

The issue is that they don't want to. (For claiming good uptime, which may even be true for average user, if most outages affect only small groups)

jobs_throwaway · 1d ago
That is still 100% an outage and should be displayed as such
jeanlucas · 1d ago
Because there are contracts related to uptime :)
rixthefox · 1d ago
Those contracts will be monitoring their service availability on their own. If Google can't be honest you can bet your bottom dollar the companies paying for that SLA are going to hold them accountable if they report the outage properly or not.
datadrivenangel · 1d ago
The real point of SLAs is to give you a reason to break contracts. If a vendor doesn't meet their contractual promises, that gives you a lot of room to get out contracts
rustc · 1d ago
Does any service even say they're "down" anymore? All I see is "elevated error rates".
colechristensen · 1d ago
4 to 6 hours after the flames are visible from orbit and management has finally given up on the 37th quick fix you do get that red X

But really not until after it's been on CNN a while.

rapus95 · 1d ago
if half the internet is down, which it apparently is, it's usually not the service in question, but some backbone service like cloudflare. And as internal health monitoring doesn't route to the outside through the backbone to get back in, it won't pick it up. Which is good in some sense, as it means that we can see if it's on the path TO the service or the service itself.
voytec · 1d ago
> Why can't companies be honest with being down

SLA agreements.

organsnyder · 1d ago
Any customer with enough leverage to negotiate meaningful SLA agreements will also have the leverage to insist that uptime is not derived from the absence of incidents on public-facing status pages.
remram · 20h ago
Service level agreements agreements?
9rx · 1d ago
The program that updates the status page is hosted on Google Cloud.
tfsh · 1d ago
It's not. You might be joking, but that comment still isn't helpful.

My understanding is this is part of Google's internal PSD offering (Public Status Board) which uses SCS (Static Content Service) behind GFE (Google Frontend) which is hosted on Borg, and deploys other large scale apps such as Search, Drive, YouTube, etc.

9rx · 21h ago
How could it not be helpful given that it gave you reason to provide more details that you wouldn't have otherwise shared? You may not have thought this through. There is nothing more helpful. Unless you think your own comment isn't helpful, but then...
refulgentis · 15h ago
Because "It's good to lie because it makes people correct me" is a joke about IRC, not a viable stable game-theoretic optimal position.
9rx · 8h ago
Cunningham's Law emerged in the newsgroups era, well predating the existence of IRC.

Of course, I recognize that you purposefully pulled the Cunningham's Law trigger so that you, too, would gain additional knowledge that nobody would have told you about otherwise, as one logically would. And that you played it off as some kind of derision towards doing that all while doing it yourself made it especially funny. Well done!

refulgentis · 2h ago
I have 0 idea what Cunningham's Law is, so we can both agree that "recognizing purpose" was "mind-reading", in this case. I didn't really bother reading the rest after the first sentence because I saw something about how I joking and congratulating me in my peripheral vision.

It is what it says on the tin: choosing to lie doesn't mean you want the truth communicated.

I apologize that it comes across as aggro, its just that I'm not quite as giggly about this as you are. I think I can safely assume you're old enough to recognize some deleterious effects of lying

9rx · 45m ago
> I have 0 idea what Cunningham's Law is

You had no idea what it is. Now you know thanks to you the lie you told.

> choosing to lie doesn't mean you want the truth communicated.

But you're going to get it either way, so if you do lie, expect it. If you don't want it – don't lie, I guess. It is inconceivable that someone wouldn't want to learn about the truth, though. Sadly, despite your efforts in enacting Cunningham again, I don't have more information to give you here.

> I apologize that it comes across as aggro

It doesn't. Attaching human attributes to software would be plain weird.

> I think I can safely assume you're old enough to recognize some deleterious effects of lying

Time and place. While it can be disastrous in the right context, context is significant. It makes no difference in a place of entertainment, as is the case here. Entertainment has always been rooted in tales that aren't true. No matter how old you are, even young children understand that.

ashu1461 · 1d ago
So even then, it should have been able to correctly report the status, it somehow shows that the status page is not automated and any change there needs to go through someone manual.
9rx · 1d ago
A program that updates the status page failing does not imply that the status page is manually edited. It is not like you would generate a status page on every request.
ashu1461 · 1d ago
How do we know that the program is failing ?

How hard is it for the frontend to detect if the last update to the status page was made a while ago and that itself implies there is an error and should be reported ?

9rx · 19h ago
We don’t.

But why would the frontend have processing logic when all you need is to serve a static HTML document?

Even if it did, what would you do with that information? Throw up a screen with: Call us for service information at 1-HAHA-JUST-KIDDING

It’s not like it really matters if it’s accurate anyway.

rapus95 · 1d ago
the services ARE healthy, status page is correct. The backbone which links YOU to the service isn't healthy. Take a look at cloudflare, they are already working on it
ikiris · 1d ago
Not even close. The status page is manual and cloud flares outage is because of Google not the other way around.
supportengineer · 1d ago
Nobody gets a promotion, that's why.
rozap · 1d ago
Please, won't somebody think of the KPIs.
DrBenCarson · 1d ago
Whichever product person is in charge of the status page should be ashamed

How could you possibly trust them with your critical workloads? They don't even tell you whether or not their services work (despite obviously knowing)

artooro · 1d ago
What's crazy is that RCS messaging is down as a result of this outage. It shows how poorly the technology or infrastructure was designed.
foota · 1d ago
Isn't RCS basically just instant messaging? I don't know why it's surprising that it would be down.
roywiggins · 1d ago
I'm not sure any single company could have an outage that would take out SMS globally, but RCS is presumably more centralized.
toast0 · 1d ago
SMS is pretty much decentralized, although there's a few companies with a lot of reach. I don't remember any Global SMS outages, but it wasn't uncommon for a whole carrier to have an SMS outage and especially for inter-carrier SMS to be broken from time to time (sometimes for days). I've certainly seen some stuff with SMS aggregators: almost all of them claim a majority of direct links, but when you have accounts with 4 large aggregators and one of them has an outage, you find out which of your other account use that aggregator for which links (because their deliverability will go to zero to those destinations).

RCS was designed and specced, by GSMA, as a telco run decentralized system that would replace SMS as like for like; but there were only a handful of rollouts. It's really only gotten use as Google pushed it onto Android, using their RCS server; recently iOS started using it although I don't know what server they attach to.

Since RCS is basically the 5th wave Google IM, it's no surprise when they have a major outage, RCS is pretty much broken.

lieuwex · 22h ago
> recently iOS started using it although I don't know what server they attach to.

According to Wikipedia, only the carrier's RCS server is used [1]

[1]: https://en.wikipedia.org/wiki/Rich_Communication_Services#So...

ethanblake4 · 21h ago
All of the major carriers use Google Jibe as their RCS backend anyway though, so it's pretty irrelevant.
watusername · 1d ago
It used to be kind of distributed, but Google has been strong arming carriers to use their hosted Jibe service through a combination of proprietary extensions (e.g., E2E which is finally standard) and bypassing carrier control (if the carrier didn't provision RCS, Google Messages would use their own service iMessage-style).

From the end user's perspective, if the carrier didn't use Jibe RCS, it simply wouldn't work well.

whynotminot · 1d ago
People liked to be utterly pissed at Apple for not supporting RCS. But there were reasons
wbl · 1d ago
That explains why I couldn't get the photo of my parents dog today.
whalesalad · 1d ago
should have used Erlang
dcchambers · 21h ago
Oh my god is that why my RCS chats were failing earlier?!?!
augbog · 1d ago
Cloudflare Outage also just updated

> 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

togume · 7h ago
Is GCP the third party?
kfarr · 1d ago
Yes Firebase auth is down and affecting many apps, on Discord and Slack groups tons of others are corroborating. A bit disappointing that there is no post on the status page for nearly 30 mins: https://status.firebase.google.com/
kentlyons · 1d ago
It just updated. Maybe affected by their own outage!
ashu1461 · 1d ago
Just proves how shady the status page and sla stuff is
rco8786 · 1d ago
Google is 10 minutes late updating their status page.

"So shady"

It's really, really hard to make a status page realtime.

ashu1461 · 1d ago
What makes you think it’s hard? We have AI generating songs and writing code, but setting up basic health checks is too much?
rco8786 · 21h ago
Yes. “Basic health checks” is not a real thing. I mean that genuinely.

> What makes you think it’s hard?

Being responsible (or rather, on a team of people responsible) for a status page of a big tech co made me think it’s hard.

“Is it down?” Is not a binary question.

No comments yet

jug · 1d ago
An AI generated status page would be the epitome of 2025.
urbandw311er · 22h ago
What makes you think it’s easy?
dgellow · 1d ago
or how difficult it actually is to do that type of thing at scale
0xffany · 1d ago
Does anyone know of a good dashboard to check for such BGP routing anomalies as (apparently) this one? I am currently digging around https://radar.cloudflare.com/routing but it doesn't show which routes were actually leaked.

I would love if anyone has any good tool recommendations!

SparkyMcUnicorn · 1d ago
I don't know if I've seen CF Radar before. That's pretty cool!

Here are some others, although some seem to be experiencing issues due to the current outage I can only presume.

- https://atlas.ripe.net/probes/public

- https://www.ihr.live/en/global-report

- https://www.ihr.live/en/network

- https://bgp.he.net/

- https://ioda.inetintel.cc.gatech.edu/dashboard/asn

mrngm · 1d ago
My default go-to: https://bgp.tools/

Why would you think this outage is (internet) BGP related?

whalesalad · 1d ago
Cloudflare runs all their own bare metal servers. Seems odd that they would be impacted by Google cloud. Same can be said for all the other issues on downdetector. This points to a broad issue at the core internet which could certainly be related to BGP.
ilkkao · 1d ago
Cloudflare is now saying:

"Cloudflare’s critical Workers KV service went offline due to an outage of a 3rd party service that is a key dependency."

I really hope CF explains this apparent Google dependecy in detail in their post mortem.

whalesalad · 23h ago
Imagine it's just a google spanner wrapper lmao
ddtaylor · 1d ago
I am a newb at this too, but is it "normal" for the "Announced IP Address Space" section to have that large jump from addresses like that?
estees_ecstacy · 1d ago
cluckindan · 1d ago
BGP attack?
pancomplex · 1d ago
thank god hn is hosted on a single bare metal server, free of all this bloat.
cddotdotslash · 19h ago
I can recall plenty of times HN has been down.
rldjbpin · 11h ago
it has already been facing some issues in the past couple weeks. e.g. the "front" page was broken randomly for past dates (like https://news.ycombinator.com/front?day=2025-05-30 or https://news.ycombinator.com/front?p=2)

as per their api documentation [1], it might be linked to firebase, which might explain this?

[1] https://github.com/HackerNews/API

detaro · 11h ago
the API has afaik nothing to do with HN itself, its a read-only copy for API users, not what backs the actual site.
ddtaylor · 1d ago
Smells like BGP since there are services people claim have nothing to do with GCP being affected. OpenRouter is down, Lovable is down, etc.
thallium205 · 1d ago
AWS seems fine though. My bet is Cloudflare.
CSMastermind · 20h ago
AWS and Azure both had outages.
remram · 20h ago
Is that true? I see no direct report about that. downdetector says so, but it's crowdsourced so it tends to have fake positives.
CSMastermind · 16h ago
That's fair, I haven't seen any posts from the companies themselves.
brown9-2 · 1d ago
perhaps Lovable uses GCP somewhere in their stack?
DrBenCarson · 1d ago
npm as well
koito17 · 1d ago
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.

yard2010 · 23h ago
I just want to say that bun is a gift. It's just like npm, but backwards. So you imagine how perfect it is. I'm kidding, but really - bun is awesome. If you're using npm you can make the switch as it's mostly compatible.
supportengineer · 1d ago
Interesting how I landed here. I was having trouble with Nest. Then I went to Down Detector. I noticed many sites having a simultaneous uptick. Then I came to HN, and found this link at the top of the front page.
ryanscio · 1d ago
geekamongus · 1d ago
I usually just go here first.
leoh · 1d ago
If Google Chat is down per https://www.google.com/appsstatus/dashboard/, the ability for Google engineers to communicate among themselves impaired, despite SREs having IRC as a backup.
sebzim4500 · 1d ago
TIL Google chat hasn't been killed yet
donalhunt · 22h ago
They have irc services internally (or at least did when I was there 10-ish years ago).
iamdelirium · 1d ago
Google Chat wasn't down for me throughout the entire incident.
bananapub · 22h ago
it at least used to be standard and fairly well known practice for non-sres to use the irc bridge.

the much more disastrous situation would have been the irm fallback.

miohtama · 1d ago
Someone actually uses Google Chat...?
00deadbeef · 1d ago
Google has a chat product?
asadm · 1d ago
it's the best
ZiiS · 1d ago
Well given how many they have decommissioned...
clhodapp · 23h ago
Oh no, that's how you know it's nearing the point of being reaped and thrown in the graveyard!
jppittma · 20h ago
Extremely unlikely. It’s ubiquitous internally.
IX-103 · 21h ago
Don't worry, they're not following the "deprecate and cancel" playbook for that. They seem to be using the "copy a competitor poorly" one. The few features I liked about it, that distinguished it from Slack, disappeared in the latest update.
leoh · 1d ago
Almost everyone inside Google
creddit · 1d ago
This is at least why Claude is dead: https://status.anthropic.com/incidents/kn7mvrgb0c8m

Also spotify isn't working for me so I assume that's also related.

These are my most important productivity resources! Sad!

0xCAP · 1d ago
> No major incidents

… Proceeds to show worldwide degraded service level alerts.

jimt1234 · 1d ago
Yep. Self-reporting status pages are pretty near worthless. At my former large company (not FAANG), we weren't allowed to update the status page until we got VP approval, which also required approval from both PR and Legal. It would take a lot more time and effort to get those approvals than to just fix the problem and move on.
iFred · 1d ago
SLA contracts, clawbacks, and performance obligations make these pages a bit of a minefield for CSPs. When I was at a top-tier CSP, we had the status page that was public, one that was for a trusted tier of customers, one built for a customer-by-customer basis, and one for internal engineering.
genewitch · 23h ago
When i worked at a top tier speakeasy, we had a book up front for the man, a book in the back for the boss, a book for the trusted accountants...
jschroeder · 1d ago
Status page is showing green because GCP admins can't login to change it ;)
quyleanh · 1d ago
Look like affect to Cloudflare as well [1]

  Update - Cloudflare’s critical Workers KV service went offline due to an outage of a 3rd party service that is a key dependency.
  
  Jun 12, 2025 - 19:57 UTC
1: https://www.cloudflarestatus.com/
waythenewsgoes · 1d ago
Status pages at cloud providers aren't usually based in reality -- usually requires VP level political games to actually get them changed especially for serious outages.
enahs-sf · 1d ago
Would be comedy if one of the progenitors of this took Sundar’s buyout offer yesterday and let the world burn today.
paxys · 1d ago
Kinda funny that the top post on HN titled "GCP Outage" links to the Google Cloud status page which shows...no outage.
stepri · 1d ago
They have updated the status page finally https://status.cloud.google.com/incidents/ow5i3PPK96RduMcb1S...
aetherson · 1d ago
Does anyone know if it's region-specific? We're experiencing it and are in us-west-1.
data-ottawa · 1d ago
Us-central-1 as well
mccoyc · 1d ago
Can confirm us-east1 (and possibly us-south1) are having VPC host reachability problems.
tridao · 1d ago
it's due to IAM and global
johannes5117 · 1d ago
Frankfurt seems to be down as well
izolate · 1d ago
us-east-1 too
vbb · 1d ago
europe (netherlands) region as well
NeT8235 · 1d ago
south korea as well
faizanrupani · 1d ago
https://www.cloudflarestatus.com/ is showing outage, which cause google gcp outage, claude outage, firbase outage https://status.firebase.google.com/
andrelaszlo · 1d ago
How would Cloudflare's outage cause a GCP outage?

I'm sure it's not entirely impossible, but sounds backwards to me. Sure - a lot of the internet relies on Cloudflare, but I'd be very surprised if GCP had a direct dependency on Cloudflare, for a lot of reasons. Maybe I misunderstood your comment?

johnnyApplePRNG · 1d ago
This appears to be continuing to cascade over an hour later... wow... more and more services mentioned as completely down on the outage page.

Kind of nice to not be glued to AI chat prompts for a while to be honest.

tsouth · 1d ago
Everyone is down. Cloudflare has problems too. All auth providers broken.
Jayakumark · 1d ago
Someone must have checked in AI Generated code :-)
ekojs · 1d ago
Super duper frustrating having the status page being green. Why can't Google do this properly?
supportengineer · 1d ago
Those responsible have been sacked.
18172828286177 · 1d ago
Those responsible for sacking the people who have just been sacked, have been sacked.
ekojs · 1d ago
https://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.

yard2010 · 23h ago
Ha. With all this soviet style euphemism I rather read the onion instead.
bananapub · 22h ago
It’s not a euphemism - every outage, including the 99.9% that don’t end up on HN gets a postmortem document written about it, which is almost always a fascinating discussion of the technical, cultural and organisational situation that led to an unexpected bad thing happening.

Even a few years ago senior management knew to stay the fuck out except for asking for more info.

madjam002 · 1d ago
Google Maps not loading, thought it was my 4g, go to see if my connection works by loading Hacker News, GCP Outage XD
b0a04gl · 1d ago
console not loading, storage slow, support forms dead, status page green. no fallback, no real-time alert, was just wondering when it'll start working. whole stack feels brittle when basic visibility tools fail too. everyone’s pointing fingers but nobody has root access to truth.
eterm · 1d ago
Cloudflare speedtest is down too, I assume because of this?
gfs · 1d ago
Appears to be a separate incident: https://news.ycombinator.com/item?id=44261064
reassess_blind · 1d ago
Two big cloud provider outages at the same time? Has to be related surely.
clairegraham · 1d ago
Our site depends on Workers and KV and it's very broken right now. Can't login to the Cloudflare Dashboard either.
voxadam · 1d ago
Works for me in Portland on Quantum Fiber.
baq · 1d ago
One of these days in which the young engineers learn the concept of 'counterparty risk'.
riknos314 · 22h ago
kjuulh · 1d ago
I wonder what the damage ($) for having a good portion of the internet down for an hour or two ;)
tmiku · 1d ago
Looks like I'm about to start learning which of my time-killing websites are hosted on GCP - The Ringer is down, and since Spotify owns them and is a major GCP customer, it looks like they've been hit by this. CRAZY that the GCP status page is still green.
bsamson05 · 1d ago
So frustrating, but here's a link to track status of this outage: https://status.anthropic.com/incidents/kn7mvrgb0c8m
asim · 23h ago
Just our bi-yearly reminder of our over reliance on cloud providers for literally everything. Can't say there's an answer beyond trying to build more independent tech but we know how that goes.
ManBeardPc · 17h ago
Yet migration to the cloud continues, driven by people arguing that doing it yourself is too complicated and expensive. Let’s see how long until one outage takes down the global economy for multiple days or weeks.
ocdtrekkie · 23h ago
Hilariously, I did not know about any outages today during the workday because we discourage cloud service usage and nobody complained about anything breaking. :)
_kush · 1d ago
Supabase is also down
vpuna · 1d ago
Yes my project on Supabase is down as well.
ashu1461 · 1d ago
When you deploy code generated by Gemini :D
alexcroox · 1d ago
Cloudflare KV is also having an outage. I wonder who is reliant on who here.
dlewis1788 · 1d ago
Looks like more than KV is having an issue. Just tried to load dash.cloudflare.com and no bueno.
hackermondev · 1d ago
seriously doubt Google Cloud is relying on Cloudflare KV lol
pikdum · 1d ago
Was just about to do a demo, but Google Meet was down. Tried to use Jitsi as a fallback, but couldn't log in because Firebase was down too. Ended up using a Slack Huddle, lol.
marcinignac · 20h ago
Can't wait to see how charts are going to look like here on the project we have developed for Maintel https://variable.io/maintel-digital-landscape/. It shows availability across multiple services as a landscape. Expecting to see a lot of spikes tomorrow.
jamesrwhite · 1d ago
Seems like a wider issue at Google than just GCP, the Sheets and Chat APIs are also returning similar "Visibility check was unavailable" errors.
yunwal · 1d ago
Presumably many Google products run on GCP
traeregan · 1d ago
For us Cloud SQL instances are toast but App Engine Standard instances are still serving requests. Google Cloud console is borked too, mostly just erroring out.
digest · 1d ago
love how their status page is green with no issues detected!
knuppar · 19h ago
Spotify was not loading, thought my 5G was bad, used YouTube Music instead without issues. Hmmm...
Brystephor · 1d ago
some core GCP cloud services are down. might be a good time for GCP dependent people to go for a walk, do some stretches, and check back in a couple hours.
rectang · 1d ago
Haha, I don't ordinarily spend a lot of time in the Google Cloud Console but just now I was debugging a squirrely OAuth issue with reCAPTCHA failing to refresh several days running. I'm getting this weird page error, and I think, "Is this an issue with my organization? [futz futz futz] Hey wait is GCP actually down?" And it turns out to be the top discussion on HN. XD
niij · 1d ago
Experiencing 504s in Google Meet.

Google Cloud Console won't load.

tiagod · 1d ago
Getting Gateway timeouts on docker hub. Maybe related? I can pull images.

Example: https://hub.docker.com/layers/library/eclipse-mosquitto/late...

Axsuul · 1d ago
Does anyone know if instance-to-instance networking has been affected? My Redis instance has been throwing a lot of connection errors.
markbnj · 1d ago
We're not seeing any connectivity issues between pods and vms in our vpc, but your mileage may vary.
Axsuul · 1d ago
Thanks
kgwxd · 1d ago
Sorry, after decades of being hard wired, I just installed a PCIe Wifi6 card on my desktop. Internet took a dive the second I got it connected. Must have done something wrong.
capital_guy · 1d ago
BigQuery is completely dead
chief_jeef · 1d ago
Firebase status page has acknowledged it as a "global issue". https://status.firebase.google.com/

A contact in google mentioned to me that some bad update to Google Cloud Storage service has caused some cascading issues affecting multiple GCP services.

unsupp0rted · 1d ago
The last few times this happened I wouldn't have thought "So this is the day AI takes over".

But this time...

itdependsnet · 1d ago
Any chance this is the root being that so many different services are effected? https://github.com/kubernetes/kops/issues/17433
jamie0 · 23h ago
https://cloud.google.com/kubernetes-engine/docs/release-note... google did release an update to gcp k8s today, seemingly shortly before the outage
yunwal · 1d ago
I doubt gcloud would be affected by an aws-specific cni. Unless maybe enough AWS users have a GCP backup environment that they flipped on all at once, but it seems unlikely
itdependsnet · 1d ago
good point. I took that as simply the example that they had in front of them but a generic issue.
herpderperator · 21h ago
When Google said GCP is "down", did it affect entire availability zones within a region? For people who designed redundant infrastructure, did your backup AZs/regions keep your systems online?
jlhawn · 21h ago
The outage was global. For my team specifically, a global Identity and Access Management outage meant that our internal service accounts could not refresh their short-lived access tokens and so different parts of our infrastructure began to fail over the course of an hour or so, regardless of what region or zone they were in. Services were up, but they could not access critical GCP services because of auth-related issues which resulted in internal service errors for us.

To give an example, our web servers connect to our GCP CloudSQL database via a Cloud SQL Auth Proxy (there's also a connection pooler in between but that also stayed up). The connection to the proxy was always available, but the proxy wasn't able to renew auth tokens it uses to tunnel to the database, regardless of where the webserver or database happened to be located. To mitigate this in the future we're planning to stop using the auth proxy and connect directly via mutual TLS but now it means we have to manage TLS certificates.

slt2021 · 21h ago
so much for System Design interview and bs gatekeeping...
plerpler · 1d ago
GCP Artifact registry still down... Not accepting image push and showing 500 status code
biglyburrito · 19h ago
I wonder how many SLAs Google blew out today with this outage.
TN1ck · 1d ago
Cloudbuild completely down for us. Getting "Visibility check was unavailable" errors.
acureau · 1d ago
Well this explains the issues I've been having with Spotify through the last hour.
quectophoton · 1d ago
Twitch was broken too: https://status.twitch.com/incidents/b79nyp1yhxql

EDIT: Updated link to point to the specific incident.

rplnt · 1d ago
Is Amazon running Twitch on Google Cloud (at least partially)?
quectophoton · 1d ago
I don't know, at this point I don't know who uses what. This is maybe unrelated but even BunnyCDN has an incident from a few hours ago (https://status.bunny.net/incidents/6g27lbtp67m4).

Seeing how everything seems to be broken everywhere, I'm very much looking forward to the post-mortem.

devmor · 1d ago
dinvlad · 1d ago
Surprised no one else mentioned "it's always DNS" yet :-)
dang · 1d ago
Related ongoing thread:

Ask HN: Is Firebase Down? - https://news.ycombinator.com/item?id=44260669

james_m1231 · 1d ago
My firebase hosting and firestore db are back online, but GCP console and Google SQL instances are still having serious issues as of 7:00pm UTC.
braunshedd · 1d ago
Our GCP workloads are unavailable across several US regions. The GCP console is intermittently unavailable for most pages.

Crossing my fingers for a quick resolution.

zacharynewton · 1d ago
Ahhh, explains why some of my apps are going crazy... Couldn't read a message from my kids pre-school

Thankfully we use AWS at work for everything critical

CyrMeta · 1d ago
if all services at down at once, no one is thinking or mentioning a potential attack on US cloud providers ? (China or Russia) Maybe ?
ilovebabyyoda · 1d ago
It looks like more than GCP: outages reported across the board including aws

https://downdetector.com/

koliber · 1d ago
About the only thing not down is down detector.
tonyhart7 · 1d ago
god send omg, imagine down detector is down lmao

anyone know what tech stack they use and where they host

agawish · 1d ago
GCP status page now reflect the issues, looks like Google Cloud Dataproc, Google Cloud Storage and Identity & Access Management
dinvlad · 1d ago
#HugOps
admissionsguy · 1d ago
Wish there existed a decentralized network connecting computers around the world
redman25 · 1d ago
Crazy, they could call it the "internet" or something like that... kind of rolls off the tongue.
oalessandr · 1d ago
Having issues with services in cloud run as well
dorkitude · 1d ago
Same here. Even the page to submit support requests is down.

Cloud console does nothing.

They should host their support services on AWS and vice-versa.

milesward · 1d ago
I just logged into several of my GCP accts, everything popped up, multiple home regions.. I wonder what % of folks are feeling this right now.
dineshsingh1 · 1d ago
conroy · 1d ago
We're in us-west-1 and seeing issues across Cloud Run, Cloud SQL, Cloud Storage and Compute Engine.
jim180 · 1d ago
Claude Code is down :( too lazy to do manual conversion from Cocoapods dependency to SwiftPM
rcfox · 1d ago
I'm able to login to the GCP dashboard, but it isn't able to find any of my projects.

No comments yet

throwaway7783 · 1d ago
Even though BigQuery is not listed in affected services, we see errors connecting to it
tecleandor · 1d ago
It's listed by regions :(
CrimsonCape · 1d ago
I'm having trouble getting any Street View imagery. Can anyone else confirm?
NameError · 1d ago
Yep, street view is not working at all for me
cyberflame · 1d ago
Root cause has been identified and it's being resolved/monitored now
aetherson · 1d ago
We're experiencing intermittent slowness and timeouts on our GCP everything.
alexcroox · 1d ago
2 hour outage at this point
cyberflame · 1d ago
Everything except us-central1 is back up - it's recovering now though
throwcarsales · 1d ago
My friends and I are even having trouble getting Rcs text messages to send.
ZiyadFarhan · 1d ago
this aint looking good yall
cyrux004 · 1d ago
GPay which is a widely used payment service in India is down as well
edm0nd · 1d ago
India is having a really bad day today
makk · 22h ago
And THAT, Smithers, is why we wear hardhats on the job.
xan_ps007 · 1d ago
Where are the AI agents?
dionys · 1d ago
Poor agents, finally taking a break
kyleee · 22h ago
The AI is over employed
keizo · 1d ago
Yup, intermittent db connection issues and cloud storage problems.
LZ_Khan · 23h ago
Is this the new Y2k?
dpedu · 1d ago
reCAPTCHA affected? I couldn't log into my local utilities website due to a reCAPTCHA error. Downdetector agrees, but I interpret that site as dubious.
marifjeren · 1d ago
Yeah recaptcha is down intermittently
kodisha · 22h ago
> Waiting for downdetector.com to respond...
estee_ecstacy · 1d ago
Seems recovering now
matdehaast · 1d ago
Not just GCP, most of Googles services are out of action
milesward · 1d ago
I'm on a meet, in cal, editing a dozen docs, in GCP, pushing commits and launching containers; it's not clear yet what exactly is going on but it's certainly intermittent and sparse, at least so far
parpfish · 1d ago
stop it. you're overloading their system by doing three things at once. let the rest of us have a turn.
sigmaball · 1d ago
Guess they used Jules to code their services :)
meltyness · 1d ago
Can't upload discord attachments from mobile.
estee_ecstacy · 1d ago
ea016 · 1d ago
Google Cloud Storage seems to be down or very slow
morgandoane · 1d ago
Storage, CloudRun, Firebase...... All down....
dana321 · 1d ago
Auth, GCP, Windsurf,Augment Code,Udio, the list is endless.

Facebook, Reddit and Hacker News is still up, but thats about it

CyrMeta · 1d ago
if everything down at the same time - No one is mentioning an attack on us cloud services ? ( China or Russia ) Maybe ?
evtothedev · 1d ago
Yarn package registry also appears to be down.
tom1337 · 1d ago
npm is, registry.yarnpkg.com is only a CNAME to npm
sourthyme · 1d ago
Maybe cloudflare?
aetherson · 1d ago
Cloudflare status page reports an issue: https://www.cloudflarestatus.com/
nickporter · 1d ago
having issues with cloudflare as well
happy-camper · 1d ago
Text messaging for android is broken as well
siliconc0w · 1d ago
Gemini API isn't working for me :/
theflyinghorse · 1d ago
identitytoolkit.googleapis.com is 503-ing on us, my whole customer success team is locked out from our platform
phoenix__1998 · 1d ago
when its going to be fixed , i am seeing now more and more services getting outage started with IAM ?
zeke · 1d ago
mapbox maps seemed to be down for a few minutes about an hour ago. I wonder if it is related.
18172828286177 · 1d ago
YouTube was down for me for some time
happy-camper · 1d ago
Text messaging on Android is broken
akash8400 · 1d ago
GKE workloads are also affected.
coryvirok · 1d ago
Shameless plug for https://rollbar.com

Good luck out there!

phoenix98 · 1d ago
when its going to be fixed i am seeing now more and more services are down?
admissionsguy · 1d ago
ElijahLynn · 1d ago
baggy_trough · 1d ago
"clearing cache and cookies"? what is this, 1997?
andrelaszlo · 1d ago
First, check that nobody else in your family is making a call on the phone line that your modem is connected to, then make sure to disable your Internet Explorer add-ons before trying again.
bosmanos · 1d ago
lol
gigatexal · 1d ago
YouTube is also very flakey.
kachapopopow · 1d ago
I just realized that the reason the status isn't updated is cause they can't access it lol.
Axsuul · 1d ago
How do you know that?
paulddraper · 1d ago
Don't host status pages (or their dependencies) on your own infra lol.

Seems obvious.

deathanatos · 1d ago
It should be obvious because both AWS and Azure have done this in the past and shown what a bad idea it is…
andrewmcwatters · 1d ago
Ah darn it. My Spotify DJ just stopped working.
vpuna · 1d ago
is supabase on GCP ? My Supabase projects are down.
duckarmada · 1d ago
Supabase is on AWS, but this is looking like an upstream Cloudflare issue. https://status.supabase.com/
chupamela · 1d ago
internal systems at google are currently broken.
dbacar · 1d ago
kaggle not responding correctly, is it related?
ashwinsundar · 1d ago
Interesting that all Digital Ocean services are fine...
mlb_hn · 1d ago
Our GCP is down
milesward · 1d ago
What region?
ashu1461 · 1d ago
I think multiple regions are down. asia-south, us-east atleast are impacted.
a_void_sky · 1d ago
asia-south is working for me
whitedurna · 1d ago
i think it'll be disaster.
jwatte · 1d ago
Let's say a typical base service (network attached RAM or whatever) has 99.99% reliability. If you have a dependency on 100 of those, you're suddenly closer to 99% reliability. So you switch to higher-level dependencies, and only have 10 dependencies, for a 99.9% reliability. But! It turns out, those dependencies each have dependencies, so they're really already more like 99.9% at best, and you're back at 99% reliability.

"good enough" is, indeed, just good enough to make it not worthwhile to rip out all the upstreams and roll your own everything from scratch, because the cost of the occasional outages is much lower than the cost of reinventing every single wheel, nut, bolt, axle, bearing, and grease formulation.

AIorNot · 1d ago
sheesh so many side-affected issues accross all systems, maybe big tech companies like google shouldn't have laid off all those engineers.. https://www.google.com/appsstatus/dashboard/incidents/Eab7zG...

but no tech bros, just keep following your ketamine addled edgelord when he did this with twitter..

DonHopkins · 1d ago
What is this Touchable Grass stuff I keep hearing of?
DonHopkins · 1d ago
pier25 · 1d ago
"All locations except us-central1 have fully recovered. us-central1 is mostly recovered. We do not have an ETA for full recovery in us-central1."
kubectl_h · 1d ago
An hour later and everything is a mess in central-1. They seemed to jump the gun on that one. Doesn't matter if some dinky service like "AutoML Vision" is working, if GCS isn't, then they shouldn't post an optimistic message.
sleepybrett · 1d ago
npm registry happen to be hosted on gcp, because that seems to be down as well.
paulddraper · 1d ago
"No major incidents" as of 11:37 PDT.

https://status.cloud.google.com/

File that in the status pages worth ~0 category.

devmor · 1d ago
Not just GCP. AWS and Cloudflare too.

Did someone screw up BGP again?

remram · 20h ago
Source? We didn't see anything wrong with AWS here.
whalesalad · 1d ago
Meet is also down for me right now. Cannot attend any video calls.
sergiotapia · 1d ago
xAI having problems, Supabase down, Discord can't upload images to share in chat. Seems like a major backbone outage.
saltcod · 1d ago
We're investigating right now. Looks like a potential issue with Cloudflare.
faizanrupani · 1d ago
You're right, https://www.cloudflarestatus.com/ is showing outage, which cause google gcp outage, and claude outage.
cyberflame · 1d ago
Cloudflare uses GCP as a provider - it's something more upstream
ransom1538 · 1d ago
Yeah their status page is all green nothing to see here (but all production systems are down).
SenpaiHurricane · 1d ago
Now my api can not connect to PostreSQL...

sslv3 alert bad certificate:../deps/openssl/openssl/ssl/record/rec_layer_s3

phoenix__1998 · 1d ago
when its going to be fixed i am seeing now more and more services are down?
cyberflame · 1d ago
They've now added this as a major incident - before it just was listed under overview
estees_ecstacy · 1d ago
Seems recovering now
imzadi · 1d ago
Can't reach my nest thermometer, but their status page says it's fine lol
andrelaszlo · 23h ago
This is pretty crazy :D How did it affect you?
imzadi · 23h ago
I almost died
andrelaszlo · 22h ago
Shock, overheating, hypothermia, or a combination of all three?
charliemeyer · 1d ago
the real concerns in life
anonfordays · 17h ago
Dozens of customers affected! Dozens! Who's GCP's largest paying customer anyway?
dgellow · 1d ago
Well, good luck to all googlers dealing with this, that's not fun :(
ferchysmn · 1d ago
Hola
deadbabe · 1d ago
If LLMs are down work grinds to a halt until they return. Just the new era now.
fidotron · 1d ago
It's completely nuts that Firebase has this: https://status.firebase.google.com/incidents/ZcF1YDUvpdixZ2e...

"Firebase Data Connect unavailable due to a known Google Cloud global outage"

While the Google Cloud status page https://status.cloud.google.com/ says "No major incidents" and everything is green. So Google Cloud know there is an outage but just deem it not major enough to show it.

Edit to add: within 10 minutes of this post Google updated their status page. More curiously the Firebase page I linked to has been edited to remove mention of Google Cloud in the status and now says "Firebase Data Connect is currently experiencing a service disruption. Please check back for status. ".

shmatt · 1d ago
IIRC status pages drive customer compensation for downtime. Updating it is basically signing the check for their biggest customers, in most similar companies you need a very senior executive to approve the update

On the other side of this, Firebase probably doesn't have money at stake making the update

aiauthoritydev · 1d ago
It is not the status page that drives customer compensation. It is downtime.
camdenreslink · 1d ago
The status page is essentially an admission of guilt. It can require approval from the legal department and a high level official from the company to approve updating it and the verbiage used on the status page.
hodgesrm · 1d ago
> It can require approval from the legal department and a high level official from the company to approve updating it and the verbiage used on the status page.

Is that true in this case or are you speculating? My company runs a cloud platform. Our strategy is to have outages happen as rarely as possible and to proactively offer rebates based on customer-measured downtime. I don't know why people would trust vendors that do otherwise.

camdenreslink · 18h ago
I don't have any special knowledge about the companies involved in this outage. I do know most (all?) status pages for large companies have to be manually updated and not just anybody can do that. These things impact contracts, so you want to be really sure it is accurate and an actual outage (not just a monitor going off, possibly giving a false positive).
dpkirchner · 1d ago
You are likely right, but it's still gross dishonesty. I'm not ready to let Google and their engineers off the hook for that.
refulgentis · 1d ago
Inter alia, "is essentially", "it can", tell us this is just free-associating.

We should probably avoid punishing them based on free-associating made by a random not-anonymous not-Googler not-Xoogler account on HN. (disclaimer: xoogler)

dijit · 1d ago
then it’s fucking useless. Let’s crowd source our own
Tijdreiziger · 1d ago
That’s what Downdetector is.

https://downdetector.com/

shuntress · 1d ago
We tried to do that. It didn't work. Too much spam, scams, and abuse.
baggy_trough · 1d ago
You're in the crowdsourced version right now.
hugs · 1d ago
working on it! (valet network)
refulgentis · 1d ago
"It can", this is just free-associating, don't let it get to ya. (disclaimer: xoogler)
refulgentis · 1d ago
Nah, its just some client side caching / JS stuff. Clicking the big refresh button fixed it for me, 15 minutes before OP noted it.

(n.b. as much as Google in aggregate is evil, they're smart evil. You can't avoid execs approving every outage because checks without some paper trail, and execs don't want to approve every outage, you'd have to rely on too many engineers and sales people, even as ex-employees, to keep it a secret. disclaimer: xoogler)

(EDIT: for posterity, we're discussing a "overall status" thing with a huge refresh button, right above a huge table chockful of orange triangles that indicate "One or more regions affected" - even when the "overall status" was green, the table was still full of orange and visible immediately underneath. My point being, you gotta suppose a wholeeee bunch of stuff to get to the point there was ever info suppressed, much less suppressed intentionally to avoid cutting checks)

kjuulh · 1d ago
Something must be preventing them updating the status page at this point. Of course they could still deem it not enough, but just from my limited tests, docker, buf, etc (it may not be GCP that is down, but it is quite the coincidence). are outright down. I'd wager that this is much more widespread.
sss111 · 1d ago
I'm actually on a bridge call with Google Cloud, we're a large customer -- I just learned today that their status page is not automated, instead someone actually manually updates it!
paxys · 1d ago
That's the case with every status page. These pages are managed by business people not engineers, because their primary purpose is to show customers that the company is meeting contractually defied SLAs.
belter · 1d ago
Surelly no SLA will be based on the display of the status page...
phatskat · 1d ago
Maybe or maybe not, but someone with nothing better to do than monitor that page out of boredom might “get on the horn” with lots of people to complain if a green check mark turns to a red X.
paxys · 1d ago
They aren't automatically based on that page, but seeing a red status makes it too easy for customers to point to it and go "see you were down, give us a refund".
Tostino · 1d ago
should* be
redeux · 1d ago
This is actually the norm for status pages. If you look at the various status page offerings you'll see that they're designed around manual updates.
quectophoton · 1d ago
The best way to consistently having good "time to response" metrics, is to be the one deciding when an incident "actually" started happening, if at all :)
kjuulh · 1d ago
This feels very much like when facebook, locked themselves out of their datacenters. ;)

* https://www.datacenterdynamics.com/en/news/facebook-blames-m...

dinvlad · 1d ago
Except that AWS, CloudFlare and a bunch others are also down :-O
kjuulh · 1d ago
Downdetector shows they've got issues as well, but it can be fairly unreliable, as people don't know which service is behind their apps.

I at least have no issues on their services across a few regions, and their console works fine.

cyberpunk · 1d ago
AWS looks ok to me?

https://health.aws.amazon.com/health/status

Perhaps CF is dependant on some GCP services?

diggan · 1d ago
> AWS looks ok to me?

> https://health.aws.amazon.com/health/status

Historically, the worst place to figure out if AWS is up/down is Amazons own status page.

peterjliu · 1d ago
seems like misinformation for AWS. CloudFlare probably depends on GCP.
mpalmer · 1d ago
The bigger you are, the more you want a human involved in the decision to publicly declare an incident.
spenczar5 · 1d ago
That's fairly typical. You want a human in the loop for decisions like that.
paulddraper · 1d ago
Most status pages are manual.

At least some of the information has to be.

The weird part is that it took them almost an full hour to update it.

alexcroox · 1d ago
cherioo · 1d ago
This extra funny that GCP status page even includes a “last updated” time, which is exactly built to convey possible failure to update in cases like this

No major incident as of “ Last updated time: 12 Jun 2025, 11:48 PDT”

codergautam · 1d ago
Maybe the outage is preventing them from updating that specific page? Hmm

EDIT: Looks like it has been updated now (6:49 PM UTC)

artooro · 1d ago
Anytime there is an outage that affects App Engine, Google can't seem to get their status page updated for an extended period of time.
alexcroox · 1d ago
Almost an hour to update the page...
devMem · 1d ago
I hope this is the case, or google is super unreliable for production grade work.
samdung · 1d ago
:))))))
Workaccount2 · 1d ago
I asked testing to see if it was up, and it pointed out that Google shows nothing but Nest is showing an outage right now, lol

https://status.nest.com/posts/dashboard

ike2792 · 1d ago
Maybe their dashboard is hosted on GCP and they are displaying a cached version. :-)
aetherson · 1d ago
More likely they are unable to update their own status page, but in either case not covering themselves in glory over at GCP right now.
samdung · 1d ago
GCP just updated their status
cyberflame · 1d ago
Services are recovering in some locations it seems - Discord is healing
octo888 · 1d ago
Status pages are PR. It gets the same PR treatment as anything else
nailer · 1d ago
AWS has this all the time. If you need to know if a service is down in a region, check for other engineers talking about it on X.
blibble · 1d ago
lies, from big tech?

say it's not so!

compscidr · 1d ago
well this explains so much lol
hambro · 1d ago
@dang could you merge this and https://news.ycombinator.com/item?id=44260669?
toomuchtodo · 1d ago
No notifications for mentions, have to email the mods at the hn@ email address.
cwillu · 1d ago
Do we know if email is still working? kidding-but-not-really-because-gmail…
hambro · 1d ago
I think I was a bit optimistic in the response time from mods. This thread won the popularity contest quite well...

Thanks for letting me know about emailing the mods, refreshingly explicit to send email.

lawrenceyan · 1d ago
Solana is up ¯\_(ツ)_/¯
estees_ecstacy · 1d ago
seems recovering
desktopninja · 1d ago
Borg and K8s were fighting for resources, so Gemini decided to take out DNS. Now a sysAdmin has to step in.

* just trying to add a little humour. pretty stressfull outage. grarr!!

ManBeardPc · 21h ago
The cloud enables you to scale. It allows us to distribute systems across multiple regions and data centers. Seems that this is true for outages as well.

The PHP application I wrote as a student running on a single self-hosted server had a higher uptime than any of the cloud providers or redundant system I have seen so far. If you don’t need the cloud for scalability, do it yourself and save yourself the trouble and money. Most companies would be better off investing into some IT staff instead of giving away their systems in the hands of some proprietary and insanely complex cloud environment. You are becoming dependent on someone you don’t know, have no control over and can’t talk with directly. Also the single point of failure is just shifting: from your system to whatever system is managing the cloud. Guess one advantage is that you can shift the blame to someone else…