APISEVEN 和Kong EE 的性能评测
APISEVEN和KongEE的性能评测--GigaOm ⾼性能API管理测试 产品评估:API7和Kong企业版 1-摘要3 2-云上的API管理5 API76 图1.API7技术架构7 Kong企业版7 3-GigaOmAPI负载测试设置9 API压⼒测试9 测试环境10 单节点10 环境清单10 软件版本信息11 软件版本信息11 4-测试结果12 图2.空转时的压⼒测试API的基线延迟12 图3.API7与KongEE在20,000rps时的对⽐13 图4.API7与KongEE在10,000rps时的JWT对⽐。13 图5.API7与KongEE在10,000rps时的1,000条路由的对⽐14 5-结论15 6-附录16 7-关于GigaOm19 在本⽂中,我们展⽰了使⽤2个全⽣命周期API管理平台完成的性能测试结果:API7和Kong企业版 (KongEE)。 在我们的单节点设置中,API7所有的压⼒测试结果都优于KongEE。在每秒10,000个请求的情况下, 99.99%的情况API7的延迟⽐KongEE低14倍。API7和KongEE⼆者百分⽐越⾼延迟差异越明显。在 我们所有的测试中,最⼤延迟差异体现得最明显的是达到990 码力 | 14 页 | 1.11 MB | 1 年前3有了 NGINX 和 Kong,为什么还需要 Apache APISIX-王院生
有了 NGINX 和 Kong 为什么还需要 Apache APISIX 演讲⼈:王院⽣@深圳⽀流科技公司 云 原 ⽣ 社 区 M e e t u p 第 四 期 · ⼴ 州 站 云 原 ⽣ 社 区 M e e t u p 第 四 期 · ⼴ 州 站 有了 NGINX 和 Kong 为什么还需要 Apache APISIX? 王院⽣@⽀流科技 ⽬录 1. 个⼈和公司介绍 2. 后端架构演变史 3. Nginx 和 Kong 的问题 4. Apache APISIX 现状 5. Apache APISIX 未来计划 CONTENTS 云 原 ⽣ 社 区 M e e t u p 第 四 期 · ⼴ 州 站 云 原 ⽣ 社 区 M e e t u p 第 四 期 · ⼴ 州 站 王院⽣ Apache APISIX Founder & PMC 《OpenResty 最佳实践》作者 ⼴ 州 站 Nginx 和 Kong 的问题 云 原 ⽣ 社 区 M e e t u p 第 四 期 · ⼴ 州 站 Nginx 问题 • 低活跃度的社区 • 社区不友好:提交代码困难 • 静态配置 + reload • 路由太弱 • gRPC 周边弱 • ⽆统⼀管理控制⾯ 云 原 ⽣ 社 区 M e e t u p 第 四 期 · ⼴ 州 站 Kong 问题 • 架构选型:Nginx0 码力 | 34 页 | 25.78 MB | 5 月前303-基于Apache APISIX的全流量API网关-温铭
• Apache APISIX 的路由复杂度是 O(k),只和 uri 的长度有关,和路由数量无关;kong 的路由时间复杂 度是 O(n),随着路由数量线性增长。 • Apache APISIX 的 IP 匹配时间复杂度是 O(1),不会随着大量 IP 判断而导致 cpu 资源跑满;kong 的最 新版本也换用了 Apache APISIX 的 IP 匹配库; • Apache APISIX 的路由匹配,接受 秒才能获取到最新配置 • 只有 Apache APISIX 开放了自定义负载均衡的挂载点,其他网关都不支持 独创的插件编排/低代码 API 网关 Plugin Orchestration • Kong:支持 Go 编写的插件 • Envoy:支持 Lua、WASM 编写的 filter • Apache APISIX:为什么要“写”插件?ops、PM 也可以直接创造一个插件 • 解决方案:微插件、低代码,需要底层架构和插件足够灵活 物联网:欧盟数字工厂、特斯联 • 租车:大搜车、租租车、优信二手车 • 金融:泰康、同程金服、空中云汇 • 在线教育:好未来、作业帮、腾讯教育、网易有道 APISIX 和 Kong 的对比 对⽐比项 APISIX Kong 技术架构 Nginx + etcd Nginx + postgres ⾼高可⽤用 ⾮非常可靠,没有单点 ⼀一般,有数据库 的单点 精细化路路由 ⽀支持 Nginx 变量量和⾃自0 码力 | 11 页 | 6.56 MB | 5 月前3API7 ⽹关技术⽩⽪书
符串⻓度,和路由数量⽆关)。 下图是在10000rps的情况下,API7和Kong企业版的延迟对⽐。 图2-3在单节点和10krps的情况下,API7与Kong企业版性能对⽐ 从中可以看出,API7的延迟表现⾮常稳定,99.9%的请求都在6毫秒内完成了处理;⽽Kong企业版 的延迟是API7的⼏⼗倍。 下图是开启了JWT认证插件后,同样的10000rps的延迟表现: 10000rps的延迟表现: 图2-4在开启JWT插件和10krps的情况下,API7与Kong企业版性能对⽐ 可以看到,在开启JWT插件后API7的请求延迟表现依然稳定,⽽Kong企业版的延迟是API7的数百 倍,差距⾮常明显。0 码力 | 19 页 | 1.12 MB | 1 年前3Apache APISIX How to implement plugin orchestration in API Gateway
all the needs of the enterprise • Different open source projects have different solutions to this Kong • Native Support: Lua plugins • Few developers are familiar with Lua • Solution:Go plugin Envoy developers can write Lua • Solution:WASM,not good enough in the short term Apache APISIX • Both Kong and Envoy’s solutions are want more developers to develop plugins • We are looking for silver bullet API Gateway -> East-West Microservice • East-west service mesh -> North-south access layer • Envoy、Kong、Apache APISIX:full traffic access layer • no longer the traditional functions of Nginx and F5 •0 码力 | 28 页 | 1.19 MB | 5 月前3Traefik 在⼜拍云的应⽤和改造
Ingress 配置 Ingress-Nignx 流程 为什么选择 Traefik,不⽤其它产品 ingress-nginx/kong/apisix controller 使用 go,网关使用基于 openresty 的软件 性能有保障,但增加修改,kong/apisix 需要额外的存储 envoy/getambassador envoy 成熟,但是 c++ 的 controller0 码力 | 22 页 | 1.91 MB | 1 年前3多云管下的自动化运维架构-刘宇
Integration PaaS Services LDAP Zabbix Ansible CA Falcon CA Etc Puppet Other Orchestration & Governance Kong Api Gateway ELK APM Automate Storage Opsnow-S3 S3 Security Analytics Cots optimization Resources • 异步任务 • 日志统一 挑战: 资源统一管理 Sprint Cloud Sprint Boot Common 挑战: 资源统一管理 Rest API API Gateway (Kong) EventBus Ser IAM Message Queue Service interceptor Controller Cloud Service SDK SDK ORM(Mybatis)0 码力 | 32 页 | 6.05 MB | 1 年前3Lean in Lean
Lean 1 (2013) Leo and Soonho Kong • Almost useless • Brave (crazy?) users in 2014: Jeremy Avigad, Cody Roux and Floris van Doorn • Lean 2 (2015) Leo and Soonho Kong • First official release •0 码力 | 54 页 | 4.78 MB | 1 年前3Trends Artificial Intelligence
24 18 Sony Japan Hardware 22 19 Cisco USA Hardware 21 20 Fujitsu Japan Hardware 20 21 PCCW Hong Kong Telco 20 22 NEC Japan Software 19 23 Oracle USA Hardware 18 24 MCI USA Telco 18 25 Sharp Japan In 1995, Japan had 30% (9 of 30) of the top tech companies and 0 in 2025. UK / Singapore / Hong Kong / Mexico / Malaysia had 1, now 0. In 2025, new geographic entrants include China with 3, Germany Language Model (LLM) Leadership = USA & China Outpacing Rest of World (RoW), per Epoch AI *Hong Kong is a Special Administrative Region (SAR) of China, not an independent country. Note: Epoch AI defines0 码力 | 340 页 | 12.14 MB | 4 月前3Navicat Charts Viewer Version 1 Windows User Guide
License will be governed by the laws in force in Hong Kong. You hereby consent to the non-exclusive jurisdiction and venue sitting in Hong Kong to resolve any disputes arising under this EULA. 110 码力 | 31 页 | 537.88 KB | 1 年前3
共 199 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20