06 2020 档案
摘要:一、版本策略 1、kube-apiserver HA升级,小版本号最多差1(必须最先升级apiserver) 例:最新为1.18,其余均为1.18或1.17 2、kubelet,不可高于kube-apiserver,最多差两个版本 例:最新api-server为1.18 kubelet可选为1.18
阅读全文
摘要:在linux中内置了很多的性能监控命令,top是其中一个较为全面的工具。先看一下man手册 The top program provides a dynamic real-time view of a running system. It can display system summary inf
阅读全文
摘要:Netstat是控制台命令,是一个监控TCP/IP网络的非常有用的工具,它可以显示路由表、实际的网络连接以及每一个网络接口设备的状态信息。Netstat用于显示与IP、TCP、UDP和ICMP协议相关的统计数据,一般用于检验本机各端口的网络连接情况。 先看一下--help吧 -r, --route
阅读全文
摘要:老规矩,先祭出官方文档 http://nginx.org/en/docs/http/ngx_http_rewrite_module.html The ngx_http_rewrite_module module is used to change request URI using PCRE reg
阅读全文
摘要:先贴一下官方文档 The ngx_http_auth_request_module module (1.5.4+) implements client authorization based on the result of a subrequest. If the subrequest retur
阅读全文

浙公网安备 33010602011771号