From add01a867bcbb9aa5d5c8b8ac382177f59c8eeb1 Mon Sep 17 00:00:00 2001 From: sbegin0 <104333709+sbegin0@users.noreply.github.com> Date: Wed, 26 Mar 2025 12:22:40 -0700 Subject: [PATCH] Fix image captions using Hugo figure shortcode (#16352) * Fix image captions using Hugo figure shortcode * Update content/en/docs/ops/deployment/performance-and-scalability/index.md Co-authored-by: Craig Box * Fix image captions using Img shortcode, removed whitespace for linting --------- Co-authored-by: Craig Box --- .../performance-and-scalability/index.md | 15 +++------------ .../performance-and-scalability/index.md | 15 +++------------ .../performance-and-scalability/index.md | 15 +++------------ 3 files changed, 9 insertions(+), 36 deletions(-) diff --git a/content/en/docs/ops/deployment/performance-and-scalability/index.md b/content/en/docs/ops/deployment/performance-and-scalability/index.md index 5083f52405..81ebb76af1 100644 --- a/content/en/docs/ops/deployment/performance-and-scalability/index.md +++ b/content/en/docs/ops/deployment/performance-and-scalability/index.md @@ -111,18 +111,9 @@ We obtained these results using the [Istio benchmarks](https://github.com/istio/ Note: This testing was performed on the [CNCF Community Infrastructure Lab](https://github.com/cncf/cluster). Different hardware will give different values. -P90 latency vs client connections -

-P99 latency vs client connections -
+{{< image link="./istio-1.24.0-fortio-90.png" caption="P90 latency vs client connections" width="90%" >}} + +{{< image link="./istio-1.24.0-fortio-99.png" caption="P99 latency vs client connections" width="90%" >}} - `no mesh`: Client pod directly calls the server pod, no pods in Istio service mesh. - `ambient: L4`: Default ambient mode with the {{< gloss >}}secure L4 overlay{{< /gloss >}} diff --git a/content/uk/docs/ops/deployment/performance-and-scalability/index.md b/content/uk/docs/ops/deployment/performance-and-scalability/index.md index f2c31d46d0..39fdabaffc 100644 --- a/content/uk/docs/ops/deployment/performance-and-scalability/index.md +++ b/content/uk/docs/ops/deployment/performance-and-scalability/index.md @@ -85,18 +85,9 @@ Istiod налаштовує sidecar проксі на основі конфіг Примітка: Це тестування було виконано у [CNCF Community Infrastructure Lab](https://github.com/cncf/cluster). Різне апаратне забезпечення може давати різні значення. -Затримка P90 для клієнтських підключень -

-Затримка P99 для клієнтських підключень -
+{{< image link="./istio-1.24.0-fortio-90.png" caption="Затримка P90 для клієнтських підключень" width="90%" >}} + +{{< image link="./istio-1.24.0-fortio-99.png" caption="Затримка P99 для клієнтських підключень" width="90%" >}} - `no mesh`: Клієнтський pod напряму викликає серверний pod, жодних podʼів у сервісній мережі Istio. - `ambient: L4`: Стандартний режим оточення з {{< gloss "Захищений L4 Overlay" >}}захищеним L4 Overlay{{< /gloss >}} diff --git a/content/zh/docs/ops/deployment/performance-and-scalability/index.md b/content/zh/docs/ops/deployment/performance-and-scalability/index.md index 44a562d33b..c894365b6b 100644 --- a/content/zh/docs/ops/deployment/performance-and-scalability/index.md +++ b/content/zh/docs/ops/deployment/performance-and-scalability/index.md @@ -106,18 +106,9 @@ http/1.1 请求的 P90 和 P99 延迟。为了运行测试, 注意:此测试是在 [CNCF 社区基础设施实验室](https://github.com/cncf/cluster)中进行的。 不同的硬件会给出不同的值。 -P90 延迟 vs 客户端连接 -

-P99 延迟 vs 客户端连接 -
+{{< image link="./istio-1.24.0-fortio-90.png" caption="P90 延迟 vs 客户端连接" width="90%" >}} + +{{< image link="./istio-1.24.0-fortio-99.png" caption="P99 延迟 vs 客户端连接" width="90%" >}} - `no mesh`:客户端 Pod 直接调用服务器 Pod,Pod 不在 Istio 服务网格中。 - `ambient: L4`:带有{{{{< gloss "Secure L4 Overlay" >}}安全 L4 覆盖{{< /gloss >}}的默认 Ambient 模式。