nginx+luadynamic update upstream, health checks

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nginx+luadynamic update upstream, health checks相关的知识,希望对你有一定的参考价值。

nginx + Lua 实现动态更新后端节点,主动监控检测方案:
1、nginx + upsync 模块
https://github.com/weibocom/nginx-upsync-module
https://github.com/xiaokai-wang/nginx-stream-upsync-module 支持TCP转发
https://github.com/CallMeFoxie/nginx-upsync
2、右拍云的slardar
https://github.com/upyun/slardar
3. tengine + ngx_http_dyups_module
https://github.com/yzprofile/ngx_http_dyups_module
https://github.com/alibaba/tengine/blob/d271c477f9f8dd18411145853536cc947cc74e0d/docs/modules/ngx_http_dyups_module.md
http://www.ttlsa.com/nginx/nginx-modules-ngx_http_dyups_module/
4. consul nginx template
consul template定义nginx配置文件模版,从consul上读取server信息(ip + port),然后更新nginx,并reload nginx. 这些都是consul帮助实现的,不过还是有reload操作。

业务相关实现代码:
https://github.com/easemob/SwallowKeeper
https://www.jianshu.com/p/59d7173c78a9

以上是关于nginx+luadynamic update upstream, health checks的主要内容,如果未能解决你的问题,请参考以下文章

nginx_update

nginx下drupal 8升级update.php/selection 错误

MongoDB CRUD之U

我眼中的 Nginx:HTTP/2 dynamic table size update

华为悦盒刷机,update软件都放在U盘了,进入刷机页面就是显示没找到安装包

数据库CRUD操作:C:create创建(添加)R:read读取U:update:修改D:delete删除