Browse Source

Update metdata for locality-aware usage page (#19180)

pull/19174/head
trujillo-adam 1 year ago committed by GitHub
parent
commit
67393b543b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      website/content/docs/connect/manage-traffic/route-to-local-upstreams.mdx

4
website/content/docs/connect/manage-traffic/route-to-local-upstreams.mdx

@ -1,12 +1,12 @@
--- ---
layout: docs layout: docs
page_title: Route traffic to local upstreams page_title: Route traffic to local upstreams
description: Learn how to configure Consul to route traffic to upstreams in the same region and zone as the downstream service. Routing traffic based on locality can reduce latency and cost. description: Learn how to enable locality-aware routing in Consul so that proxies can send traffic to upstreams in the same region and zone as the downstream service. Routing traffic based on locality can reduce latency and cost.
--- ---
# Route traffic to local upstreams # Route traffic to local upstreams
This topic describes how to configure Consul to prioritize upstream services that are in the same region and zone as the downstream service. You should only follow these instructions when every service within a zone has at least enough capacity to handle requests from downstream services within the same zone. This topic describes how to enable locality-aware routing so that Consul can prioritize sending traffic to upstream services that are in the same region and zone as the downstream service. You should only follow these instructions when every service within a zone has at least enough capacity to handle requests from downstream services within the same zone.
<EnterpriseAlert> This feature is available in Consul Enterprise. </EnterpriseAlert> <EnterpriseAlert> This feature is available in Consul Enterprise. </EnterpriseAlert>

Loading…
Cancel
Save