上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 19 下一页
摘要: Master节点组件的高可用 Etcd集群 api-server controller-manager scheduler node节点 kubelet kube-proxy 内核版本 Docker版本 镜像仓库,helm仓库的稳定性 网络插件的正确配置 存储 存储ceph,nfs系统的可用性,可靠 阅读全文
posted @ 2021-09-24 09:19 lavida2000 阅读(34) 评论(0) 推荐(0)
摘要: 修改scheduler的监听地址 给 scheduler创建service, 便于monitor通过service的label找到pod apiVersion: v1 kind: Service metadata: namespace: kube-system name: kube-schedule 阅读全文
posted @ 2021-09-23 16:06 lavida2000 阅读(189) 评论(0) 推荐(0)
摘要: root和alias都可以定义在location模块中,都是用来指定请求资源的真实路径,比如: location /i/ { root /data/w3; } 请求 http://foofish.net/i/top.gif 这个地址时,那么在服务器里面对应的真正的资源 是 /data/w3/i/to 阅读全文
posted @ 2021-09-18 17:44 lavida2000 阅读(54) 评论(0) 推荐(0)
摘要: 分清生产环境,非生产环境 当前变更影响范围 对所做的变更产生的作用有清楚的认知 如果有影响范围广或重要变更,最好在模拟环境中做测试 沟通好提前确认好变更的具体操作 变更审批,变更方案,回滚方案 阅读全文
posted @ 2021-09-17 14:15 lavida2000 阅读(109) 评论(0) 推荐(0)
摘要: 节点node: cpu使用率 内存使用率 网络使用率,带宽 tcp连接 集群监控 pod监控 pod重启 readiless 就绪检查 阅读全文
posted @ 2021-09-07 18:00 lavida2000 阅读(256) 评论(0) 推荐(0)
摘要: 创建用户 cfssl gencert -ca=ca.crt -ca-key=ca.key -profile=kubernetes /opt/yaml/RBAC/user.json | cfssljson -bare clerk export KUBE_APISERVER="https://10.72 阅读全文
posted @ 2021-09-06 16:25 lavida2000 阅读(40) 评论(0) 推荐(0)
摘要: wget https://pkg.cfssl.org/R1.2/cfssl_linux-amd64 wget https://pkg.cfssl.org/R1.2/cfssljson_linux-amd64 wget https://pkg.cfssl.org/R1.2/cfssl_certinfo 阅读全文
posted @ 2021-09-06 11:07 lavida2000 阅读(76) 评论(0) 推荐(0)
摘要: ![](https://img2020.cnblogs.com/blog/2281854/202109/2281854-20210906100232318-266274946.png) ![](https://img2020.cnblogs.com/blog/2281854/202109/2281854-20210906100239309-1003548733.png) ![](https://i 阅读全文
posted @ 2021-09-06 10:03 lavida2000 阅读(28) 评论(0) 推荐(0)
摘要: ![](https://img2020.cnblogs.com/blog/2281854/202109/2281854-20210903164921473-94011028.png)![](https://img2020.cnblogs.com/blog/2281854/202109/2281854-20210903164928555-681826733.png)![](https://img20... 阅读全文
posted @ 2021-09-03 17:17 lavida2000 阅读(19) 评论(0) 推荐(0)
摘要: ![](https://img2020.cnblogs.com/blog/2281854/202109/2281854-20210903155144911-1623760861.png) ![](https://img2020.cnblogs.com/blog/2281854/202109/2281854-20210903155323024-519934891.png) 阅读全文
posted @ 2021-09-03 15:54 lavida2000 阅读(31) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 19 下一页