Topic: google cloud

2026-09-12 · 3 min read

What a small Cloud Run site really costs

How Cloud Run bills a low-traffic Node.js site, why min-instances 0 keeps it near zero, what a cold start costs you in latency, how memory and max-instances settings change the bill, and the small charges people forget: image storage, egress and the build.

cloud runpricingscalingcold start
2026-09-12 · 2 min read

The Cloud Run /healthz gotcha

On Cloud Run, a request to exactly /healthz is answered by Google's front end with its own 404 and never reaches your app, while /healthz/ and /health work. How to tell an edge 404 from an app 404 using response headers, and a naming convention that avoids the trap.

cloud runhealth checkdebugginghttp

← Guides