摘要: 1.1 编程风格 语法要求 缩进同一 [root@k8s-master data]# cat hello.py def main(): print 'hello' print 'world' main() [root@k8s-master data]# python hello.py hello w 阅读全文
posted @ 2019-12-31 17:02 Fire_Li 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 1.1 nginx负载均衡模块 实现nginx负载均衡的组件主要有两个,如下表 nginx http 功能模块 模块说明 ngx_httpproxy_module proxy代理模块,用于把请求后抛给服务器节点或upstream服务器池 ngx_http_upstream_module 负载均衡模块 阅读全文
posted @ 2019-12-31 15:57 Fire_Li 阅读(197) 评论(0) 推荐(0) 编辑