From 35c69884d0218b6716700e7b96c7c1bffefe15dc Mon Sep 17 00:00:00 2001 From: Frank Budinsky Date: Fri, 16 Dec 2022 11:41:59 -0500 Subject: [PATCH 1/2] Update istio implementation info --- site-src/implementations.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/site-src/implementations.md b/site-src/implementations.md index 866ed01976..22937b3214 100644 --- a/site-src/implementations.md +++ b/site-src/implementations.md @@ -193,11 +193,18 @@ Please see the [Consul API Gateway documentation][consul-api-gw-doocs] for curre [Istio][istio] is an open source [service mesh][mesh] and gateway implementation. -Istio supports the Gateway API; see [Istio Gateway API Documentation][istio-1] to get started. +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, +the Istio implementation also lets you start trying out the experimental Gateway API [support for east-west traffic management][gamma] within the mesh. + +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 +configuring traffic using either the Gateway API or the Istio configuration API. +Check out the [Gateway API task][istio-1] for more information about the Gateway API implementation in Istio. [istio]:https://istio.io [mesh]:https://istio.io/latest/docs/concepts/what-is-istio/#what-is-a-service-mesh -[istio-1]:https://istio.io/latest/docs/tasks/traffic-management/ingress/gateway-api/ +[gamma]:https://gateway-api.sigs.k8s.io/contributing/gamma/ +[istio-1]:https://istio.io/latest/docs/tasks/traffic-management/ingress/ +[istio-2]:https://istio.io/latest/docs/tasks/traffic-management/ingress/gateway-api/ ### Kong From 3c693e003887d8bb79e6e533b1323e334b044a55 Mon Sep 17 00:00:00 2001 From: Frank Budinsky Date: Fri, 16 Dec 2022 11:49:24 -0500 Subject: [PATCH 2/2] fix link target --- site-src/implementations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-src/implementations.md b/site-src/implementations.md index 22937b3214..dcba924426 100644 --- a/site-src/implementations.md +++ b/site-src/implementations.md @@ -198,7 +198,7 @@ the Istio implementation also lets you start trying out the experimental Gateway 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 configuring traffic using either the Gateway API or the Istio configuration API. -Check out the [Gateway API task][istio-1] for more information about the Gateway API implementation in Istio. +Check out the [Gateway API task][istio-2] for more information about the Gateway API implementation in Istio. [istio]:https://istio.io [mesh]:https://istio.io/latest/docs/concepts/what-is-istio/#what-is-a-service-mesh