会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
毛台
整齐胜于凌乱, 简单胜于复杂. 果断胜于凌乱, 依赖胜于独立, 强大胜于彷徨, 自信胜于惶恐.
博客园
首页
订阅
管理
上一页
1
···
13
14
15
16
17
18
19
20
21
···
40
下一页
2017年12月11日
[svc]jq神器使用
摘要: jq神器 处理json数据 支持过滤某字段 支持数学运算(对字段处理) 安装 使用 参考: http://blog.just4fun.site/command tool jq.html https://www.ibm.com/developerworks/cn/linux/1612_chengg_j
阅读全文
posted @ 2017-12-11 09:36 _毛台
阅读(585)
评论(0)
推荐(0)
2017年12月10日
[sh]shell脚本栗子
摘要: 我会定期的把看到的一些好的shell和py脚本搜集在这里,供参考学习: 命令行回收站 shell资源: 常用的一些script: 检查操作系统,内核,多少bit等 https://github.com/lannyMa/ops_doc/tree/master/LazyManage 执行时候加参数 h
阅读全文
posted @ 2017-12-10 08:12 _毛台
阅读(436)
评论(0)
推荐(0)
2017年12月8日
[k8s]nginx-ingress配置4/7层测试
摘要: 基本原理 default backend提供了2个功能: 创建svc,外面访问80 映射到容器的8080. http://192.168.x.x/ nginx ingress搭建 参考: https://github.com/kubernetes/ingress nginx/blob/master/
阅读全文
posted @ 2017-12-08 19:08 _毛台
阅读(24707)
评论(0)
推荐(1)
[svc]nginx-module-vts第三方模块安装配置
摘要: 参考: https://github.com/vozlt/nginx module vts installation https://github.com/kubernetes/ingress nginx nginx module vts第三方nginx status模块 安装第三方模块 nginx
阅读全文
posted @ 2017-12-08 17:30 _毛台
阅读(1187)
评论(0)
推荐(0)
2017年12月7日
[k8s]helm原理&私有库搭建&monocularui和kubeapp探究
摘要: 运行最简单的charts示例 helm的2个chart例子: https://github.com/kubernetes/helm/tree/master/docs/examples/nginx 构建charts私有仓库: 参考: https://github.com/rootsongjc/kube
阅读全文
posted @ 2017-12-07 21:33 _毛台
阅读(4857)
评论(0)
推荐(0)
[elk]Mutate filter plugin增删改查字段
摘要: Mutate filter plugin参考: https://www.elastic.co/guide/en/logstash/current/plugins filters mutate.html 在线匹配: http://grokdebug.herokuapp.com/ grok github
阅读全文
posted @ 2017-12-07 18:25 _毛台
阅读(2597)
评论(0)
推荐(0)
[k8s]metricbeat的kubernetes模块&kube-metric模块
摘要: 正确姿势启动metricbeat metricbeat的Kubernetes插件 既然需要kube state metrics了,那就研究下吧. 监控思路 vm思路:遵从大道至简的原则 容器监控思路: pod的: top cpu top mem 别人家的监控 只能流口水了 kube state me
阅读全文
posted @ 2017-12-07 16:34 _毛台
阅读(4114)
评论(0)
推荐(0)
2017年12月6日
[elk]logstash统计api访问失败率
摘要: 处理原始日志 日志从moogoo导出来的 要解决时间问题: logstash修改时间 发现日志已是json格式,想用date插件实现time字段赋值给@timestap字段,未果.(因为之前做的都是非json格式日志的时间匹配,先grok 后date) 改造日志为: 这样日志@timestamp的时
阅读全文
posted @ 2017-12-06 17:13 _毛台
阅读(858)
评论(0)
推荐(0)
[elk]elk的诸多beats&&kibana插件
摘要: elk的诸多beats 参考: https://www.elastic.co/guide/en/beats/libbeat/current/community beats.html jmxproxybeat 参考: https://github.com/radoondas/jmxproxybeat
阅读全文
posted @ 2017-12-06 12:32 _毛台
阅读(1907)
评论(0)
推荐(0)
2017年12月5日
[k8s]k8s配置nfs做后端存储&配置多nginx共享存储&&statefulset配置
摘要: 所有节点安装nfs 可以参考下以前写的: http://blog.csdn.net/iiiiher/article/details/77865530 安装nfs作为存储 参考: https://github.com/kubernetes incubator/external storage/tree
阅读全文
posted @ 2017-12-05 18:53 _毛台
阅读(8446)
评论(3)
推荐(1)
上一页
1
···
13
14
15
16
17
18
19
20
21
···
40
下一页
公告