mirror of https://github.com/istio/istio.io.git
[zh] Sync ingress/gateway-api/ (#15321)
This commit is contained in:
parent
a99530e750
commit
7c642d7da9
|
|
@ -62,7 +62,7 @@ Gateway API 与 Istio API(如 Gateway 和 VirtualService)有很多相似之
|
|||
|
||||
有关 API 的信息,请参阅 [Gateway API](https://gateway-api.sigs.k8s.io/) 文档。
|
||||
|
||||
在本例中,我们将部署一个简单的应用程序,并使用 `Gateway` 将其暴露到外部。
|
||||
在本例中,我们将部署一个简单的应用,并使用 `Gateway` 将其暴露到外部。
|
||||
|
||||
1. 首先部署一个 `httpbin` 测试应用:
|
||||
|
||||
|
|
@ -312,10 +312,6 @@ spec:
|
|||
|
||||
## 网格流量 {#mesh-traffic}
|
||||
|
||||
{{< warning >}}
|
||||
使用 Gateway API 配置内部网格流量目前是一个还在开发的[实验性特性](https://gateway-api.sigs.k8s.io/geps/overview/#status)。
|
||||
{{< /warning >}}
|
||||
|
||||
Gateway API 也可以用来配置网格流量。
|
||||
具体做法是配置 `parentRef` 指向一个服务,而不是指向一个 Gateway。
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue