Skip to content

Commit

Permalink
Fixed a typo on page "Create an External Load Balancer"
Browse files Browse the repository at this point in the history
Replace `_NumNodes` with `NumNodes`
  • Loading branch information
able8 committed Oct 22, 2023
1 parent cb58974 commit 28c7a31
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -164,7 +164,7 @@ With each target weighted equally in terms of sending traffic to Nodes, external
traffic is not equally load balanced across different Pods. The external load balancer
is unaware of the number of Pods on each node that are used as a target.

Where `NumServicePods << _NumNodes` or `NumServicePods >> NumNodes`, a fairly close-to-equal
Where `NumServicePods << NumNodes` or `NumServicePods >> NumNodes`, a fairly close-to-equal
distribution will be seen, even without weights.

Internal pod to pod traffic should behave similar to ClusterIP services, with equal probability across all pods.
Expand Down

0 comments on commit 28c7a31

Please sign in to comment.