Introduction
Health checks help Google Cloud know if your app or service is working well. They check your app regularly and tell Google Cloud if it needs to restart or stop sending traffic to a broken app.
When you want to make sure your app is ready before sending users to it.
When you want to automatically restart an app that stops working.
When you want to balance traffic only to healthy app instances.
When you want to monitor the health of your backend services.
When you want to avoid downtime by detecting problems early.