随笔分类 -  Dock8s

摘要:本文centos 7.8为例 1、无公网、无内部yum源更新内核 1.1 需要访问以下地址,下载elrepo源的kernel rpm包 http://elrepo.org/linux/kernel http://mirrors.tuna.tsinghua.edu.cn/elrepo/kernel/ 阅读全文
posted @ 2021-07-06 15:42 nineep 阅读(231) 评论(0) 推荐(0)
摘要:prometheus reload prometheus curl -X POST http://10.130.16.246:31190/-/reload prometheus tsdb命令帮助 ./tsdb --help-long tsdb 查看block信息 ./tsdb ls /data ./ 阅读全文
posted @ 2021-05-13 14:13 nineep 阅读(484) 评论(0) 推荐(0)
摘要:参考:https://github.com/kubernetes-sigs/krew https://int32bit.me/2019/12/05/%E5%88%86%E4%BA%AB%E5%87%A0%E4%B8%AAKubernetes%E5%AE%9E%E7%94%A8%E6%8F%92%E4 阅读全文
posted @ 2019-12-12 15:53 nineep 阅读(662) 评论(0) 推荐(0)
摘要:参考: https://www.qikqiak.com/post/install-metrics-server/ git clone https://github.com/kubernetes-sigs/metrics-server.git cd metrics-server/deploy/1.8+ 阅读全文
posted @ 2019-12-11 17:43 nineep 阅读(1343) 评论(0) 推荐(0)
摘要:解决参考: https://www.jianshu.com/p/c6d560d12d50 熟悉dashboard yaml文件所创建的资源 wget https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-beta6/aio/dep 阅读全文
posted @ 2019-12-09 15:51 nineep 阅读(2072) 评论(0) 推荐(0)
摘要:自从2014年AWS推出Lambda服务后,Serverless一词越来越热,已经成为一种新型的软件设计架构,即Serverless Architecture。作为一种原生于公共云的架构,Serverless有什么优缺点?是否能应用于传统企业程序?是否适合私有云场景?是否像很多文章宣称的一样,会成为 阅读全文
posted @ 2017-05-08 23:19 nineep 阅读(4586) 评论(1) 推荐(1)