会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
凯文队长
系统运维 k8s 微服务
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
8
9
10
11
12
13
14
15
下一页
2018年12月29日
getopt实现传参自动识别
摘要: test.py 运行test.py -v 打印 "[*] Version is 0.01 "
阅读全文
posted @ 2018-12-29 09:15 凯文队长
阅读(278)
评论(0)
推荐(0)
编辑
2018年12月20日
powershell笔记
摘要: Get-Process -name $process_name -ErrorAction SilentlyContinue remove-item ${SERVICE_HOME} -Recurse -Force -ErrorAction SilentlyContinue if ($?){...}#通
阅读全文
posted @ 2018-12-20 16:29 凯文队长
阅读(279)
评论(0)
推荐(0)
编辑
2018年12月18日
bat语法需要注意的地方
摘要: if exist C:\Python27 ::空格 ( ::(与if在同一行 echo file %python_exe% exist ) ::空格 else ::空格 ( ::默认安装目录为C:\Python27 ECHO Start to install python-2.7.3.amd64 )
阅读全文
posted @ 2018-12-18 11:12 凯文队长
阅读(304)
评论(0)
推荐(0)
编辑
bat安装python的msi包
摘要: @ECHO OFF ::定于初始变量SET python_home=C:\Python27SET python_exe=%python_home%\python.exe ::判断python是否安装if exist %python_exe% ( echo file %python_exe% is e
阅读全文
posted @ 2018-12-18 10:05 凯文队长
阅读(2335)
评论(0)
推荐(0)
编辑
2018年12月17日
ansible管理windows (发送文件)
摘要: https://github.com/ansible/ansible/raw/devel/examples/scripts/ConfigureRemotingForAnsible.ps1 环境: python2.7 centos7 ansible yum install ansible 一、pyth
阅读全文
posted @ 2018-12-17 15:25 凯文队长
阅读(1697)
评论(0)
推荐(0)
编辑
2018年12月13日
nginx-exporter安装使用
摘要: 一、没有vts的启动方式 #nginx_exporter -telemetry.address=:9113 -nginx.scrape_uri="http://127.0.0.1:10000/nginx_status #nginx_exporter -telemetry.address=:9113
阅读全文
posted @ 2018-12-13 15:47 凯文队长
阅读(3579)
评论(0)
推荐(0)
编辑
2018年12月11日
consul总结
摘要: 一、介绍 @raft server节点之间的数据一致性保证,一致性协议使用的是raft,而zookeeper用的paxos,etcd采用的也是taft。 @服务发现协议 consul采用http和dns协议,etcd只支持http @服务注册 consul支持两种方式实现服务注册,一种是通过cons
阅读全文
posted @ 2018-12-11 10:39 凯文队长
阅读(1362)
评论(0)
推荐(0)
编辑
2018年12月10日
prometheus-operator 详细总结(helm一键安装)
摘要: 一、介绍prometheus-operator 二、查看配置rbac授权 三、helm安装prometheus-operator 四、配置监控k8s组件 五、granafa添加新数据源 六、监控mysql七、alertmanager配置 最后、卸载prometheus-operator新版、变动 一
阅读全文
posted @ 2018-12-10 16:10 凯文队长
阅读(15159)
评论(2)
推荐(0)
编辑
Kubernetes DNS 高阶指南(转发别人 解析很详细)
摘要: 转发地址:http://www.jintiankansha.me/t/Js1R84GGAl DNS 是 Kubernetes 的核心功能之一,Kubernetes 通过 kube-dns 或 CoreDNS 作为集群的必备扩展来提供命名服务,通过 DNS 扩展,每一个 Service 都会产生一个独
阅读全文
posted @ 2018-12-10 15:03 凯文队长
阅读(1526)
评论(0)
推荐(0)
编辑
2018年12月7日
ansible常用模块
摘要: include_vars: '{{ ansible_os_family }}.yml' tags: always when: ansible_os_family == 'RedHat' tags: yum
阅读全文
posted @ 2018-12-07 14:44 凯文队长
阅读(146)
评论(0)
推荐(0)
编辑
上一页
1
···
8
9
10
11
12
13
14
15
下一页
公告