Skip to content

Commit 5607261

Browse files
Update health-details.mdx (#17101)
* Update health-details.mdx added note on line 55 * Apply suggestions from code review --------- Co-authored-by: angelampcosta <[email protected]>
1 parent 6cd8a7b commit 5607261

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/content/docs/load-balancing/understand-basics/health-details.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,16 @@ When an [individual endpoint becomes unhealthy](#how-an-endpoint-becomes-unhealt
5252
* **Health unknown**: There are either no monitors attached to pool endpoints or the monitors have not yet determined endpoint health.
5353
* **No health**: Reserved for your load balancer's [**Fallback Pool**](#fallback-pools).
5454

55+
:::note
56+
57+
58+
1) When no monitor is attached to a pool, the health status is not considered during steering.
59+
2) Origins are considered down when monitoring is enabled, but the health status is still unknown.
60+
3) If there are no monitors, a fallback pool is still required, but it will only be used if all the default pools have origins with FQDN addresses that cannot be resolved.
61+
62+
63+
:::
64+
5565
### Traffic distribution
5666

5767
<Render file="unhealthy-pool-traffic-distribution" />

0 commit comments

Comments
 (0)