diff --git a/src/content/docs/load-balancing/understand-basics/health-details.mdx b/src/content/docs/load-balancing/understand-basics/health-details.mdx index 1eabaea9e3a693..8ca8101fbdb262 100644 --- a/src/content/docs/load-balancing/understand-basics/health-details.mdx +++ b/src/content/docs/load-balancing/understand-basics/health-details.mdx @@ -1,6 +1,7 @@ --- pcx_content_type: concept title: How endpoints and pools become unhealthy +description: Learn how Cloudflare's dynamic load balancing ensures traffic is directed to healthy endpoints and pools, using monitors and health checks to maintain optimal performance. sidebar: order: 5 @@ -13,7 +14,6 @@ When we talk about dynamic load balancing, that means your load balancer only di But how does your load balancer *know* which endpoints can handle the traffic? We determine that through a system of monitors, health monitors, and pools. *** - ## Dynamic load balancing Dynamic load balancing happens through a combination of pools, monitors, and health checks.