文章分类 -  k8s

摘要:https://github.com/prometheus/prometheus https://github.com/yunlzheng/prometheus-book https://www.cnblogs.com/xzkzzz/p/10208115.html https://www.cnblo 阅读全文
posted @ 2020-03-07 17:10 small_lei_it 阅读(138) 评论(0) 推荐(0)
摘要:https://www.jianshu.com/p/6416d9414988 https://blog.csdn.net/weixin_33910385/article/details/93936136 http://www.mamicode.com/info-detail-1710856.html 阅读全文
posted @ 2020-03-07 16:35 small_lei_it 阅读(7709) 评论(0) 推荐(0)
摘要:常见的11中资源类型: pods (po) nodes(no) deployments (deploy) replicasets(rs) daemonsets(ds) statefulsets(sts) jobs cronjobs(cj) services(svc) persistentvolume 阅读全文
posted @ 2020-03-07 16:14 small_lei_it 阅读(466) 评论(0) 推荐(0)
摘要:https://www.qikqiak.com/k8s-book/docs/37.Jenkins%20Pipeline.html 1 Jenkins Pipeline 介绍 https://www.cnblogs.com/wangxu01/articles/11156603.html Pipelin 阅读全文
posted @ 2020-02-29 20:05 small_lei_it 阅读(937) 评论(0) 推荐(0)
摘要:https://mp.weixin.qq.com/s/C82DsWV9oK23lfOJiunkhA https://help.aliyun.com/document_detail/106712.html?spm=a2c4g.11186623.6.813.626e4330lQtSFi https:// 阅读全文
posted @ 2020-02-29 20:02 small_lei_it 阅读(618) 评论(0) 推荐(0)
摘要:1. 打开~/.kube/config文件 # 复制certificate-authority-data的内容,运行以下命令生成client.crtecho "<certificate-authority-data>" | base64 -d > ca.crt# 复制client-certifica 阅读全文
posted @ 2020-02-28 16:21 small_lei_it 阅读(785) 评论(0) 推荐(0)