mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
Add new LB port for UCP
This commit is contained in:
committed by
Joao Fernandes
parent
120c1c1f23
commit
6343cf8355
@@ -18,8 +18,8 @@ requests to that node, so that the failure goes unnoticed by users.
|
||||
|
||||
Since Docker UCP uses mutual TLS, make sure you configure your load balancer to:
|
||||
|
||||
* Load-balance TCP traffic on port 443,
|
||||
* Not terminate HTTPS connections,
|
||||
* Load-balance TCP traffic on ports `443` and `6443`.
|
||||
* Not terminate HTTPS connections.
|
||||
* Use the `/_ping` endpoint on each manager node, to check if the node
|
||||
is healthy and if it should remain on the load balancing pool or not.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user