mirror of https://github.com/istio/istio.io.git
Ajust format for traffic-management (#13192)
Signed-off-by: xin.li <xin.li@daocloud.io>
This commit is contained in:
parent
c00bf9d1fd
commit
efdd982450
|
|
@ -2,7 +2,7 @@
|
||||||
title: Traffic Management
|
title: Traffic Management
|
||||||
description: Describes the various Istio features focused on traffic routing and control.
|
description: Describes the various Istio features focused on traffic routing and control.
|
||||||
weight: 20
|
weight: 20
|
||||||
keywords: [traffic-management,pilot, envoy-proxies, service-discovery, load-balancing]
|
keywords: [traffic-management, pilot, envoy-proxies, service-discovery, load-balancing]
|
||||||
aliases:
|
aliases:
|
||||||
- /docs/concepts/traffic-management/pilot
|
- /docs/concepts/traffic-management/pilot
|
||||||
- /docs/concepts/traffic-management/rules-configuration
|
- /docs/concepts/traffic-management/rules-configuration
|
||||||
|
|
@ -458,8 +458,8 @@ Istio provides some preconfigured gateway proxy deployments
|
||||||
(`istio-ingressgateway` and `istio-egressgateway`) that you can use - both are
|
(`istio-ingressgateway` and `istio-egressgateway`) that you can use - both are
|
||||||
deployed if you use our [demo installation](/docs/setup/getting-started/),
|
deployed if you use our [demo installation](/docs/setup/getting-started/),
|
||||||
while just the ingress gateway is deployed with our
|
while just the ingress gateway is deployed with our
|
||||||
[default profile.](/docs/setup/additional-setup/config-profiles/) You
|
[default profile](/docs/setup/additional-setup/config-profiles/).
|
||||||
can apply your own gateway configurations to these deployments or deploy and
|
You can apply your own gateway configurations to these deployments or deploy and
|
||||||
configure your own gateway proxies.
|
configure your own gateway proxies.
|
||||||
|
|
||||||
### Gateway example {#gateway-example}
|
### Gateway example {#gateway-example}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue