mirror of https://github.com/docker/docs.git
Use hyphen-less load balance
This commit is contained in:
parent
ac0ecf3d8d
commit
30faaa3f55
|
|
@ -14,14 +14,14 @@ This allows users to access DTR using a centralized domain name. If a replica
|
||||||
goes down, the load balancer can detect that and stop forwarding requests to
|
goes down, the load balancer can detect that and stop forwarding requests to
|
||||||
it, so that the failure goes unnoticed by users.
|
it, so that the failure goes unnoticed by users.
|
||||||
|
|
||||||
## Load-balancing DTR
|
## Load balancing DTR
|
||||||
|
|
||||||
DTR does not provide a load balancing service. You can use an on-premises
|
DTR does not provide a load balancing service. You can use an on-premises
|
||||||
or cloud-based load balancer to balance requests across multiple DTR replicas.
|
or cloud-based load balancer to balance requests across multiple DTR replicas.
|
||||||
|
|
||||||
Make sure you configure your load balancer to:
|
Make sure you configure your load balancer to:
|
||||||
|
|
||||||
* Load-balance TCP traffic on ports 80 and 443
|
* Load balance TCP traffic on ports 80 and 443
|
||||||
* Not terminate HTTPS connections
|
* Not terminate HTTPS connections
|
||||||
* Use the `/health` endpoint on each DTR replica, to check if
|
* Use the `/health` endpoint on each DTR replica, to check if
|
||||||
the replica is healthy and if it should remain on the load balancing pool or
|
the replica is healthy and if it should remain on the load balancing pool or
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue