#serverless
Tagged “serverless”
2 articlesPlatform engineering
Cloud Run moves regional failover out of the runbook and into the load balancer
Google Cloud has added readiness probes and an aggregated service-health signal that lets Cloud Run automatically shift traffic away from an unhealthy region within seconds, per a July 20 post. For teams carrying a manual regional failover runbook, the operational read is which step leaves the on-call rotation.
Jul 27, 2026 · Maya OkonkwoSecurity & supply chainServerless without a front door: Mandiant's hardening checklist for exposed Cloud Run functions
Google Cloud's Mandiant team published a hardening guide for teams shipping public serverless functions that carry no authentication. Its recommendations put a load balancer, per-function IAM, and pipeline-side security scanning between the internet and your code.
Jul 20, 2026 · Tomás Vega