Topic: health check

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