From 44671d266513ea74b627989b82a9cac1c188f21d Mon Sep 17 00:00:00 2001 From: Lucie Milan <32450552+lmilan@users.noreply.github.com> Date: Tue, 23 Jul 2024 09:52:51 +0200 Subject: [PATCH] Fix: Add alt text to Kong Mesh diagrams (#7652) added alt text to diagrams --- app/_src/mesh/index.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/app/_src/mesh/index.md b/app/_src/mesh/index.md index a0899e7a3d5e..9265b11d2190 100644 --- a/app/_src/mesh/index.md +++ b/app/_src/mesh/index.md @@ -64,7 +64,8 @@ provides a full stack connectivity platform for all of our L4-L7 connectivity, for both edge and internal API traffic.
- + Diagram showing how {{site.base_gateway}} and {{site.mesh_product_name}} work together to run two products on two data centers. {{site.base_gateway}} is used to manage communication between the client and the products in each data center, but also between two different products. {{site.mesh_product_name}} is used to allow different services within a product to communicate with one another.
Two different applications - "Banking" and "Trading" - run in their own meshes "A" and "B" across different data centers. In this example, @@ -125,7 +126,8 @@ simple and distributed deployments, including multi-cloud, multi-cluster, and hybrid Kubernetes/VMs:
- + Diagram showing a global control plane communicating with multiple zones. The global Kuma control plane manages three zones that each have their own control plane and contain four services. Each zone uses Kuma Ingress to communicate with the other zones.
{{site.mesh_product_name}} can support multiple zones (like a Kubernetes cluster, VPC, data center, etc.) together in the same distributed deployment. @@ -140,7 +142,8 @@ Example of a multi-zone deployment for multiple Kubernetes clusters, or a hybrid Kubernetes/VM cluster:
- Kuma service mesh multi zone deployment + Diagram showing a deployment with two zones, East and West. Each zone has a Kuma control plane, a zone ingress and a zone egress to communicate with the other zone, and four services with data plane proxies.
## Support policy