Skip to content

Commit 0d87d91

Browse files
authored
fix(docs/blog): inline image width syntax (#1980)
1 parent 7d35a6f commit 0d87d91

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

blog/en/blog/2025/12/19/apisix-ingress-controller-2-0-release.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords:
1313
- Apache APISIX
1414
description: Apache APISIX Ingress Controller 2.0 delivers comprehensive Gateway API support, flexible multi-data-plane deployment, and etcd-free operation for robust, scalable Kubernetes traffic management.
1515
tags: [Community]
16-
image: https://static.apiseven.com/2022/10/19/634f6677742a1.png
16+
image: https://static.api7.ai/uploads/2025/12/22/q17SNFmp_apisix-ingress-controller-cover.webp
1717
---
1818

1919
> Apache APISIX Ingress Controller 2.0 is officially released. It delivers comprehensive Gateway API support, flexible multi-data-plane deployment, and etcd-free operation for robust, scalable Kubernetes traffic management.
@@ -60,19 +60,19 @@ This release introduces flexible deployment options supporting multiple data pla
6060

6161
In the traditional deployment approach, APISIX uses etcd as its configuration center, allowing administrators to dynamically manage routes, upstreams, and other resources through RESTful APIs. It supports distributed cluster deployments with real-time configuration synchronization.
6262

63-
<div align="center">
64-
<img alt="APISIX Ingress Controller Admin API Mode" style="width: 60%" src="https://static.api7.ai/uploads/2025/12/19/lX98Vcaj_apisix-ingress-controller-2-admin-api-mode.webp"></img>
65-
</div>
63+
<p align="center">
64+
<img width="600" alt="APISIX Ingress Controller Admin API Mode" src="https://static.api7.ai/uploads/2025/12/19/lX98Vcaj_apisix-ingress-controller-2-admin-api-mode.webp" />
65+
</p>
6666

6767
#### Standalone Mode
6868

6969
APISIX can also run independently without relying on etcd, which is especially well‑suited for Kubernetes and single‑node deployments. It stores configurations in memory and manages them through the dedicated `/apisix/admin/configs` endpoint.
7070

7171
This mode is particularly suitable for Kubernetes environments and single-node deployments, where the API-driven memory management approach combines the convenience of traditional Admin API with the simplicity of Standalone mode.
7272

73-
<div align="center">
74-
<img alt="APISIX Ingress Controller Standalone Mode" style="width: 60%" src="https://static.api7.ai/uploads/2025/12/19/8IxjQgCP_apisix-ingress-controller-2-standalone-mode.webp"></img>
75-
</div>
73+
<p align="center">
74+
<img width="550" alt="APISIX Ingress Controller Standalone Mode" src="https://static.api7.ai/uploads/2025/12/19/8IxjQgCP_apisix-ingress-controller-2-standalone-mode.webp" />
75+
</p>
7676

7777
This multi-mode strategy empowers organizations to tailor their ingress architecture to diverse requirements without sacrificing manageability or control.
7878

blog/zh/blog/2025/12/19/apisix-ingress-controller-2-0-release.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords:
1313
- Apache APISIX
1414
description: Apache APISIX Ingress Controller 2.0 正式发布,带来全面的 Gateway API 支持、灵活的多数据面部署模式以及无需 etcd 的轻量级运维,以实现更稳健、可扩展的 Kubernetes 流量管理。
1515
tags: [Community]
16-
image: https://static.apiseven.com/2022/10/19/634f6677742a1.png
16+
image: https://static.api7.ai/uploads/2025/12/22/q17SNFmp_apisix-ingress-controller-cover.webp
1717
---
1818

1919
> Apache APISIX Ingress Controller 2.0 正式发布,带来全面的 Gateway API 支持、灵活的多数据面部署模式以及无需 etcd 的轻量级运维,以实现更稳健、可扩展的 Kubernetes 流量管理。
@@ -60,19 +60,19 @@ APISIX Ingress Controller 2.0 推出了灵活的多数据面部署支持,允
6060

6161
在传统部署架构中,APISIX 使用 etcd 作为其配置中心,管理员可通过 RESTful API 动态管理路由、上游服务等资源。该模式支持分布式集群部署,并能实现配置的实时同步。
6262

63-
<div align="center">
64-
<img alt="APISIX Ingress Controller Admin API Mode" style="width: 60%" src="https://static.api7.ai/uploads/2025/12/19/lX98Vcaj_apisix-ingress-controller-2-admin-api-mode.webp"></img>
65-
</div>
63+
<p align="center">
64+
<img width="600" alt="APISIX Ingress Controller Admin API Mode" src="https://static.api7.ai/uploads/2025/12/19/lX98Vcaj_apisix-ingress-controller-2-admin-api-mode.webp" />
65+
</p>
6666

6767
#### Standalone 模式
6868

6969
APISIX 也可脱离 etcd 独立运行,尤其适用于 Kubernetes 环境和单节点部署。它通过 API 驱动模式,配置存储于内存中,并通过专用的 `/apisix/admin/configs` 端点进行全量管理。
7070

7171
该模式巧妙融合了传统 Admin API 的便利性与 Standalone 模式的简洁性,为 Kubernetes 和单节点场景提供了高效灵活的管理体验。
7272

73-
<div align="center">
74-
<img alt="APISIX Ingress Controller Standalone Mode" style="width: 60%" src="https://static.api7.ai/uploads/2025/12/19/8IxjQgCP_apisix-ingress-controller-2-standalone-mode.webp"></img>
75-
</div>
73+
<p align="center">
74+
<img width="550" alt="APISIX Ingress Controller Standalone Mode" src="https://static.api7.ai/uploads/2025/12/19/8IxjQgCP_apisix-ingress-controller-2-standalone-mode.webp" />
75+
</p>
7676

7777
通过这种多模式策略,企业可以根据多样化的需求灵活定制入口架构,在提升控制力的同时,不牺牲可管理性。
7878

0 commit comments

Comments
 (0)