Load Balancer Monitor

Load Balancer Monitor Presets

Ready-to-deploy configuration presets for Load Balancer Monitor. Each preset is a complete manifest you can copy, customize, and deploy.

2 presets
01

HTTP Health Check Monitor

This preset creates an HTTP health monitor that checks backend members by sending a GET request to `/healthz` every 10 seconds. A member is considered healthy after 3 consecutive successful responses...

02

TCP Health Check Monitor

This preset creates a TCP health monitor that checks backend members by attempting a TCP connection every 10 seconds. If the connection succeeds, the member is healthy. This is the standard monitor...