You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site-src/implementations.md
+9-2
Original file line number
Diff line number
Diff line change
@@ -193,11 +193,18 @@ Please see the [Consul API Gateway documentation][consul-api-gw-doocs] for curre
193
193
194
194
[Istio][istio] is an open source [service mesh][mesh] and gateway implementation.
195
195
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.
0 commit comments