Kong入门介绍

整体架构

Kong架构

Kong是一个API网关系统,分开源版本(OSS)和企业版本(Enterprise)。

官方资料

https://github.com/Kong/kong
https://docs.konghq.com/gateway-oss/

中文文档

https://getyii.com/topic/6899 微服务 Api 网关 Kong 最新文档中文版
https://www.zhihu.com/column/c_1084883056019685376 微服务网关Kong中文文档
https://102no.com/2019/06/27/kong-docs-cn/ 微服务 API 网关 Kong 中文文档发布

管理界面

https://github.com/pantsel/konga
https://www.cnblogs.com/freeweb/p/13634049.html kong管理界面konga的安装

https://gitee.com/raoxy/kongx
https://zhuanlan.zhihu.com/p/345347234 kong的可视化管理平台kongx

相关技术点

Nginx
OpenResty:可以在OpenResty中嵌入Kong
Lua

PostgreSQL
Docker

API限流:

https://blog.csdn.net/zwqjoy/article/details/82788285 一个基于用户的API限流策略 Rate Limit
https://juejin.cn/post/6844904169732571143#heading-8 由一次安全扫描引发的思考:如何保障 API 接口的安全性?

日志查询:

Kibana
ElasticSearch