From 733cb02df1da105713308f32c65a6901553c1a04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BE=84=E6=BD=AD?= Date: Fri, 4 Nov 2022 10:56:03 +0800 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de94e0961..9ead7f452 100644 --- a/README.md +++ b/README.md @@ -40,12 +40,18 @@ Higress 是基于阿里内部两年多的 Envoy Gateway 实践沉淀,以开源 ## 核心优势 -- **兼容并蓄** +- **兼收并蓄** - 兼容 Nginx Ingress Annotation 80%+ 的使用场景,且提供功能更丰富的注解,简单一步轻松搞定 Nginx Ingress迁移; + 兼容 Nginx Ingress Annotation 80%+ 的使用场景,且提供功能更丰富的 Higress Annotation 注解 + 兼容 Ingress API/Gateway API/Istio API,可以组合多种 CRD 实现流量精细化管理 + +- **平滑演进** + 支持 Nacos/Zookeeper 等多种注册中心,可以不依赖 K8s Service 进行服务发现,支持传统非容器架构业务平滑过渡到云原生架构 + 支持从 Nginx Ingress Controller 平滑迁移,支持从 Ingress API 平滑过渡到 Gateway API,基于 Istio 支持平滑演进到 ServiceMesh 架构 + - **生产等级** 脱胎于历经阿里巴巴2年多生产验证的内部产品,支持每秒请求量达数十万级的大规模场景,具备企业级 SLA 的开源产品