docs: removed description of ELB as an example of an not sophisticated Load Balancer

Signed-off-by: tomoya-kawaguchi <yamo7yamoto@gmail.com>
This commit is contained in:
tomoya-kawaguchi
2024-10-03 09:00:15 +09:00
parent b74618692d
commit fdb5abb940

View File

@@ -377,9 +377,9 @@ or a token service. If the load balancer has health checks, it is recommended
to configure it to consider a 401 response as healthy and any other as down.
This secures your registry by ensuring that configuration problems with
authentication don't accidentally expose an unprotected registry. If you're
using a less sophisticated load balancer, such as Amazon's Elastic Load
Balancer, that doesn't allow one to change the healthy response code, health
checks can be directed at "/", which always returns a `200 OK` response.
using a less sophisticated load balancer that doesn't allow one to change
the healthy response code, health checks can be directed at "/", which always
returns a `200 OK` response.
## Restricting access