Skip to content

Commit dce6bc4

Browse files
Add Google Cloud Service Mesh to implementations.md (#3781)
* add csm mesh to implementations.md * fix * fix1 * Update implementations.md Co-authored-by: Rob Scott <[email protected]> --------- Co-authored-by: Rob Scott <[email protected]>
1 parent 793e562 commit dce6bc4

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

site-src/implementations.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ cover, and documentation to help users get started.
4747

4848
## Service Mesh Implementation Status <a name="meshes"></a>
4949

50+
- [Google Cloud Service Mesh][38] (GA)
5051
- [Istio][9] (GA)
5152
- [Kuma][11] (GA)
5253
- [Linkerd][28] (experimental)
@@ -95,6 +96,7 @@ cover, and documentation to help users get started.
9596
[35]:#kong-gateway-operator
9697
[36]:#loxilb
9798
[37]:#kgateway
99+
[38]:#google-cloud-service-mesh
98100

99101

100102
[gamma]:/concepts/gamma/
@@ -290,6 +292,23 @@ profile except `HTTPRouteServiceTypes`.
290292
[gloogateway]:https://docs.solo.io/gateway/latest/
291293
[solo]:https://www.solo.io
292294

295+
### Google Cloud Service Mesh
296+
297+
298+
[Google Kubernetes Engine (GKE)][gke] is a managed Kubernetes platform offered
299+
by Google Cloud.
300+
301+
GKE's implementation of Gateway For Mesh (GAMMA) is through the [Cloud Service Mesh][cloud-service-mesh].
302+
303+
304+
Google Cloud Service Mesh supports [Envoy-based sidecar mesh][envoy-sidecar-mesh] and [Proxyless-GRPC][proxyless-grpc-mesh] (using GRPCRoute).
305+
306+
307+
[gke]:https://cloud.google.com/kubernetes-engine
308+
[cloud-service-mesh]:https://cloud.google.com/products/service-mesh
309+
[envoy-sidecar-mesh]:https://cloud.google.com/service-mesh/docs/gateway/set-up-envoy-mesh
310+
[proxyless-grpc-mesh]:https://cloud.google.com/service-mesh/docs/gateway/proxyless-grpc-mesh
311+
293312
### Google Kubernetes Engine
294313

295314
[![Conformance](https://img.shields.io/badge/Gateway_API_Partial_Conformance_v1.1.0-Google_Kubernetes_Engine-orange)](https://github.com/kubernetes-sigs/gateway-api/blob/main/conformance/reports/v1.1.0/gke-gateway)

0 commit comments

Comments
 (0)