Load Balancer (rules, health checks, stickiness)

Distribute traffic and keep only healthy targets in rotation.

Insert screenshot of Load Balancer β†’ Listeners & Pools here

Listeners

Protocol
Ports
Notes

TCP

Any

Generic L4 forwarding

HTTP/HTTPS

80/443

TLS termination on the LB (HTTPS)

Health checks

  • TCP or HTTP(S) path (e.g., /healthz), interval/timeout, thresholds

Stickiness

  • Source/IP hash or cookie-based (per plan)

Last updated

Was this helpful?