kong网关实践,第一章 环境安装
1-1 课程简介
1-2 课程所需工具
1-3 VMware安装
1-4 centos7安装
1-5 流行网关简介
1-5-1 Zuul
1-5-2 Spring Cloud Gateway
1-5-3 Apache shenyu
1-5-4 Kong
1-5-5 Apisix
1-5-6 Fizz Gateway
1-6 postgres安装
1-6-1关闭centos7防火墙
1-6-2 MobaXterm下载
1-6-3 centos7安装postgresql12
1-7 kong安装
1-8 kong集群安装
1-9 node安装
1-10 konga安装
1-11 jre安装
1-12 kongx安装
1-13 docker运行kong
第二章 服务注册
2-1 添加服务service
2-2 添加路由route
2-3 添加负载upstream
2-4添加target
2-5 调用接口
2-6 健康检查
第三章 kong插件
3-1 jwt插件
3-2 acl插件
3-3 kong-plugins-canary灰度发布
3-4 Request Termination插件
3-5 Rate Limiting插件
3-6 Key Auth插件
3-7 Basic Auth插件
3-8 Hmac Auth插件
3-9 Oauth2插件
3-9-1.授权码模式(Authorization Code)
3-9-2.简化模式(implicit)
3-9-3.客户端模式(Client Credentials Grant)
3-9-4.密码模式(Resource Owner Password Credentials)
第四章 结合springboot
4-1 自定义kong-spring-boot-starter
4-2 自动注册
4-3 负载测试 适用人群:JAVA基础
懂得REST接口开发
了解linux基本用法