Skip to content

Commit 9c9429a

Browse files
authored
Merge pull request #1609 from frankbu/impl/istio
Update istio implementation info
2 parents 889b226 + 3c693e0 commit 9c9429a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

site-src/implementations.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,18 @@ Please see the [Consul API Gateway documentation][consul-api-gw-doocs] for curre
193193

194194
[Istio][istio] is an open source [service mesh][mesh] and gateway implementation.
195195

196-
Istio supports the Gateway API; see [Istio Gateway API Documentation][istio-1] to get started.
196+
A light-weight minimal install of Istio can be used to provide a Beta-quality implementation of the Kubernetes Gateway API for cluster ingress traffic control. For service mesh users,
197+
the Istio implementation also lets you start trying out the experimental Gateway API [support for east-west traffic management][gamma] within the mesh.
198+
199+
Much of Istio's documentation, including all of the [ingress tasks][istio-1] and several mesh-internal traffic management tasks, already includes parallel instructions for
200+
configuring traffic using either the Gateway API or the Istio configuration API.
201+
Check out the [Gateway API task][istio-2] for more information about the Gateway API implementation in Istio.
197202

198203
[istio]:https://istio.io
199204
[mesh]:https://istio.io/latest/docs/concepts/what-is-istio/#what-is-a-service-mesh
200-
[istio-1]:https://istio.io/latest/docs/tasks/traffic-management/ingress/gateway-api/
205+
[gamma]:https://gateway-api.sigs.k8s.io/contributing/gamma/
206+
[istio-1]:https://istio.io/latest/docs/tasks/traffic-management/ingress/
207+
[istio-2]:https://istio.io/latest/docs/tasks/traffic-management/ingress/gateway-api/
201208

202209
### Kong
203210

0 commit comments

Comments
 (0)