From b834bdd73cf6b54f82844d167d01c2e18d936b63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BE=84=E6=BD=AD?= Date: Tue, 15 Oct 2024 11:13:26 +0800 Subject: [PATCH] Update what-is-higress.md --- .../docs/latest/zh-cn/overview/what-is-higress.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/content/docs/latest/zh-cn/overview/what-is-higress.md b/src/content/docs/latest/zh-cn/overview/what-is-higress.md index 7a4cb4d0d8..242bc96c7e 100644 --- a/src/content/docs/latest/zh-cn/overview/what-is-higress.md +++ b/src/content/docs/latest/zh-cn/overview/what-is-higress.md @@ -8,7 +8,7 @@ custom_edit_url: https://github.com/higress-group/higress-group.github.io/blob/m ## Higress 简介 -Higress 是一款云原生 API 网关,内核基于 Istio 和 Envoy,可以使用多种语言编写 Wasm 插件,提供了数十个现成的通用插件,以及开箱即用的控制台(demo 点[这里](http://demo.higress.io/)) +Higress 是一款云原生 API 网关,内核基于 Istio 和 Envoy,可以用 Go/Rust/JS 等编写 Wasm 插件,提供了数十个现成的通用插件,以及开箱即用的控制台(demo 点[这里](http://demo.higress.io/)) Higress 在阿里内部为解决 Tengine reload 对长连接业务有损,以及 gRPC/Dubbo 负载均衡能力不足而诞生。 @@ -70,12 +70,19 @@ AI 网关的本质依然是 API 网关,AI 原生的意义在于,在这样的 Higress 可以作为 K8s 集群的 Ingress 入口网关, 并且兼容了大量 K8s Nginx Ingress 的注解,可以从 K8s Nginx Ingress 快速平滑迁移到 Higress。 支持 [Gateway API](https://gateway-api.sigs.k8s.io/) 标准,支持用户从 Ingress API 平滑迁移到 Gateway API。 + + 相比 ingress-nginx,资源开销大幅下降,路由变更生效速度有十倍提升: + + ![](https://img.alicdn.com/imgextra/i1/O1CN01bhEtb229eeMNBWmdP_!!6000000008093-2-tps-750-547.png) + ![](https://img.alicdn.com/imgextra/i1/O1CN01bqRets1LsBGyitj4S_!!6000000001354-2-tps-887-489.png) - **微服务网关**: Higress 可以作为微服务网关, 能够对接多种类型的注册中心发现服务配置路由,例如 Nacos, ZooKeeper, Consul, Eureka 等。 并且深度集成了 [Dubbo](https://github.com/apache/dubbo), [Nacos](https://github.com/alibaba/nacos), [Sentinel](https://github.com/alibaba/Sentinel) 等微服务技术栈,基于 Envoy C++ 网关内核的出色性能,相比传统 Java 类微服务网关,可以显著降低资源使用率,减少成本。 + + ![](https://img.alicdn.com/imgextra/i4/O1CN01v4ZbCj1dBjePSMZ17_!!6000000003698-0-tps-1613-926.jpg) - **安全防护网关**: