mirror of https://github.com/docker/docs.git
Add new LB port for UCP
This commit is contained in:
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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue