Skip to content

Commit

Permalink
Remove limitation that the ingress network cannot be >/24
Browse files Browse the repository at this point in the history
  • Loading branch information
struanb committed Mar 17, 2022
1 parent 70fc616 commit f761a8d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ If you add load-balancer nodes to your swarm - or want to start using existing n

As the IP TOS byte can store an 8-bit number, this model can in principle support up to 256 load-balancer nodes.

As, currently, the unique `NODE_ID` is determined from the load-balancer node's ingress network IP, the ingress network cannot be larger than a `/24`.

As the implementation requires every container be installed with one policy routing rule and routing table per load-balancer node, there might possibly be some performance degradation as the number of such load-balancer nodes increases (although experience suggests this is unlikely to be noticeable with <= 16 load-balancer endpoint nodes on modern hardware).

## Scope for native Docker integration
Expand Down

0 comments on commit f761a8d

Please sign in to comment.