上一页 1 2 3 4 5 6 7 ··· 13 下一页
摘要: cmd\kube-controller-manager\app\core.go func startPodGCController(ctx context.Context, controllerContext ControllerContext) (controller.Interface, boo 阅读全文
posted @ 2021-12-22 16:27 北方姆Q 阅读(112) 评论(0) 推荐(0)
摘要: cmd\kube-controller-manager\controller-manager.go func main() { command := app.NewControllerManagerCommand() >cmd\kube-controller-manager\app\controll 阅读全文
posted @ 2021-12-17 19:15 北方姆Q 阅读(133) 评论(0) 推荐(0)
摘要: cmd\kube-proxy\proxy.go func main() { // 新构建一个proxy运行命令,结合之前scheduler,我们可以看出k8s跑各组件的套路是一样的 command := app.NewProxyCommand() >cmd\kube-proxy\app\server 阅读全文
posted @ 2021-11-23 16:45 北方姆Q 阅读(194) 评论(3) 推荐(0)
摘要: kubernetes1.22 kube-scheduler >https://www.cnblogs.com/bfmq/p/15532211.html kube-proxy >https://www.cnblogs.com/bfmq/p/15593952.html kubernetes1.23 ku 阅读全文
posted @ 2021-11-23 12:02 北方姆Q 阅读(56) 评论(0) 推荐(0)
摘要: cmd\kube-scheduler\scheduler.go func main() { // 新构建一个scheduler运行命令 command := app.NewSchedulerCommand() >cmd\kube-scheduler\app\server.go code := cli 阅读全文
posted @ 2021-11-10 10:11 北方姆Q 阅读(193) 评论(0) 推荐(0)
摘要: heketi是为glusterfs集群提供restfulapi的,通过restful风格对集群进行管理控制 前置条件 1 安装并启动glusterd,可参考https://www.cnblogs.com/bfmq/p/9990467.html 2 需要使用的磁盘是裸盘,没有被格式化挂载等 3 必须两 阅读全文
posted @ 2021-03-16 11:40 北方姆Q 阅读(2857) 评论(0) 推荐(0)
摘要: #!/usr/bin/env python # -*- coding:utf8 -*- # __author__ = '北方姆Q' import time from kubernetes import client, config from kubernetes.stream import stre 阅读全文
posted @ 2021-03-09 09:53 北方姆Q 阅读(258) 评论(0) 推荐(0)
摘要: skywalking是一款国产的开源的链路追踪软件,那么链路追踪、监控系统、日志系统的区别是什么呢。本质上链路追踪也算是一种监控,而链路追踪跟监控系统都是日志。 skywalking中文文档: https://skyapm.github.io/document-cn-translation-of-s 阅读全文
posted @ 2021-02-25 11:00 北方姆Q 阅读(2562) 评论(0) 推荐(0)
摘要: Grafana Loki is a set of components that can be composed into a fully featured logging stack. Unlike other logging systems, Loki is built around the i 阅读全文
posted @ 2020-12-16 17:59 北方姆Q 阅读(3216) 评论(0) 推荐(0)
摘要: 1 #!/usr/bin/env python 2 # -*- coding:utf8 -*- 3 # __author__ = '北方姆Q' 4 5 6 import time 7 from concurrent.futures import ThreadPoolExecutor, as_comp 阅读全文
posted @ 2020-11-26 11:19 北方姆Q 阅读(116) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 13 下一页