Apply suggestions from code review
This commit is contained in:
parent
fe82906dfb
commit
a637702413
|
@ -375,9 +375,9 @@ Next to the name of the peer, click **More** (three horizontal dots) and then **
|
|||
</Tab>
|
||||
</Tabs>
|
||||
|
||||
## Traffic management between peers
|
||||
## L7 traffic management between peers
|
||||
|
||||
### Redirects and failover
|
||||
### Service resolvers for redirects and failover
|
||||
|
||||
As of Consul v1.14, you can use [dynamic traffic management](/consul/docs/connect/l7-traffic) to configure your service mesh so that services automatically failover and redirect between peers. The following examples update the [`service-resolver` config entry](/docs/connect/config-entries/) in `cluster-01` so that Consul redirects traffic intended for the `frontend` service to a backup instance in peer `cluster-02` when it detects multiple connection failures.
|
||||
|
||||
|
|
Loading…
Reference in New Issue