摘要:
jq神器 处理json数据 支持过滤某字段 支持数学运算(对字段处理) 安装 使用 参考: http://blog.just4fun.site/command tool jq.html https://www.ibm.com/developerworks/cn/linux/1612_chengg_j 阅读全文
摘要:
我会定期的把看到的一些好的shell和py脚本搜集在这里,供参考学习: 命令行回收站 shell资源: 常用的一些script: 检查操作系统,内核,多少bit等 https://github.com/lannyMa/ops_doc/tree/master/LazyManage 执行时候加参数 h 阅读全文
摘要:
基本原理 default backend提供了2个功能: 创建svc,外面访问80 映射到容器的8080. http://192.168.x.x/ nginx ingress搭建 参考: https://github.com/kubernetes/ingress nginx/blob/master/ 阅读全文
摘要:
参考: https://github.com/vozlt/nginx module vts installation https://github.com/kubernetes/ingress nginx nginx module vts第三方nginx status模块 安装第三方模块 nginx 阅读全文
摘要:
运行最简单的charts示例 helm的2个chart例子: https://github.com/kubernetes/helm/tree/master/docs/examples/nginx 构建charts私有仓库: 参考: https://github.com/rootsongjc/kube 阅读全文
摘要:
Mutate filter plugin参考: https://www.elastic.co/guide/en/logstash/current/plugins filters mutate.html 在线匹配: http://grokdebug.herokuapp.com/ grok github 阅读全文
摘要:
正确姿势启动metricbeat metricbeat的Kubernetes插件 既然需要kube state metrics了,那就研究下吧. 监控思路 vm思路:遵从大道至简的原则 容器监控思路: pod的: top cpu top mem 别人家的监控 只能流口水了 kube state me 阅读全文
摘要:
处理原始日志 日志从moogoo导出来的 要解决时间问题: logstash修改时间 发现日志已是json格式,想用date插件实现time字段赋值给@timestap字段,未果.(因为之前做的都是非json格式日志的时间匹配,先grok 后date) 改造日志为: 这样日志@timestamp的时 阅读全文
摘要:
elk的诸多beats 参考: https://www.elastic.co/guide/en/beats/libbeat/current/community beats.html jmxproxybeat 参考: https://github.com/radoondas/jmxproxybeat 阅读全文
摘要:
所有节点安装nfs 可以参考下以前写的: http://blog.csdn.net/iiiiher/article/details/77865530 安装nfs作为存储 参考: https://github.com/kubernetes incubator/external storage/tree 阅读全文