When an incident like this lands, the reflex answer is "harden the firewalls between
clusters." Not wrong, exactly — but the leak path in this class of multi-tenant incident
is usually not cluster A moving laterally into cluster B.
It's a single control plane or secret store, scraped for
every tenant at once. One over-privileged token, one unlocked internal API, one
backup file — the attacker never touches your network perimeter. They're already standing
at the one point where every tenant's data converges.
Network isolation cannot stop this. You can drop every cross-tenant packet perfectly and
it changes nothing about the fact that the secrets sit in plaintext, in one place.
The isolation lives at the network layer; the leak happens at the storage layer.
They're not even on the same axis.
Update, 31 August 2026: this paragraph was too
absolute. The investigation detail showed the route to the convergence point was
lateral movement — out of a shared cluster that was being decommissioned and still held
internal access to the core database. Network isolation cannot stop this
by itself; it is one of two gates, and we understated the other one. The text
above is left exactly as published.