https://github.com/api7/apisix-plugin-dynamic-upstream
dynamic upstream plugin for APISIX
https://github.com/api7/apisix-plugin-dynamic-upstream
Last synced: 8 months ago
JSON representation
dynamic upstream plugin for APISIX
- Host: GitHub
- URL: https://github.com/api7/apisix-plugin-dynamic-upstream
- Owner: api7
- License: apache-2.0
- Created: 2020-10-09T10:26:37.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-27T12:15:57.000Z (almost 5 years ago)
- Last Synced: 2023-03-03T21:32:35.280Z (almost 3 years ago)
- Language: Perl
- Homepage:
- Size: 34.2 KB
- Stars: 7
- Watchers: 4
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# apisix-plugin-dynamic-upstream
`dynamic-upstream` 插件,对请求流量按指定的比例划分,并将其分流到对应的 upstream。通过该插件可以实现 灰度发布、蓝绿发布和自定义发布功能。
插件详细信息,请查看插件文档:
- [中文](doc/zh-cn/plugins/dynamic-upstream.md)
- [English](doc/plugins/dynamic-upstream.md)