随笔分类 -  k8s

摘要:参考:https://mp.weixin.qq.com/s/W1knuojAVatWLDcirqISrw 阅读全文
posted @ 2019-12-17 10:13 番茄土豆西红柿 阅读(163) 评论(0) 推荐(0) 编辑
摘要:参考:https://www.cnblogs.com/wubolive/p/11225486.html 阅读全文
posted @ 2019-11-26 12:04 番茄土豆西红柿 阅读(825) 评论(0) 推荐(0) 编辑
摘要:原文: 数人云|万字解读:Service Mesh服务网格新生代--Istio 参考: istio 简介 Istio是啥?一文带你彻底了解! 使用Istio治理微服务入门 Istio 流量管理 istio-0.8 规则配置 官方案例 阅读全文
posted @ 2019-09-23 11:30 番茄土豆西红柿 阅读(304) 评论(0) 推荐(0) 编辑
摘要:参考 https://github.com/knative/docs/issues/300 This is what happens when the build is successful and Kubernetes deletes the pod before we can get to it 阅读全文
posted @ 2019-08-09 11:37 番茄土豆西红柿 阅读(3356) 评论(0) 推荐(0) 编辑
摘要:https://stackoverflow.com/questions/46123457/restart-container-within-pod 命令 阅读全文
posted @ 2019-08-09 10:50 番茄土豆西红柿 阅读(204) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/horsefoot/article/details/52324830 阅读全文
posted @ 2019-08-09 10:50 番茄土豆西红柿 阅读(138) 评论(0) 推荐(0) 编辑
摘要:参考: 原文:https://github.com/prometheus/prometheus/blob/master/storage/tsdb/tsdb.go 阅读全文
posted @ 2019-08-08 15:07 番茄土豆西红柿 阅读(229) 评论(0) 推荐(0) 编辑
摘要:官方issue并不承认这是一个问题,参考: https://github.com/prometheus/prometheus/issues/5727 https://github.com/prometheus/prometheus/issues/4324 有人认为是磁盘读写慢导致的,参考 https 阅读全文
posted @ 2019-08-08 12:56 番茄土豆西红柿 阅读(1063) 评论(0) 推荐(0) 编辑
摘要:参考: https://stackoverflow.com/questions/56115912/why-does-prometheus-consume-so-much-memory https://groups.google.com/forum/#!topic/prometheus-users/K 阅读全文
posted @ 2019-08-07 15:43 番茄土豆西红柿 阅读(5126) 评论(0) 推荐(0) 编辑
摘要:参考:https://blog.51cto.com/billy98/2362369 阅读全文
posted @ 2019-08-05 16:31 番茄土豆西红柿 阅读(2281) 评论(0) 推荐(0) 编辑
摘要:报错如下: 解决办法 把alertmanager版本降低到prom/alertmanager:v0.14.0 就没有问题 参考:https://github.com/easzlab/kubeasz/issues/446 阅读全文
posted @ 2019-08-05 10:25 番茄土豆西红柿 阅读(2762) 评论(0) 推荐(0) 编辑
摘要:详见:https://grafana.com/grafana/dashboards 可以在左侧配置筛选条件,非常强大。 当然Grafana中所有的Dashboard通过JSON进行共享,下载并且导入这些JSON文件,就可以直接使用这些已经定义好的Dashboard,官方说明 https://graf 阅读全文
posted @ 2019-08-02 15:13 番茄土豆西红柿 阅读(3422) 评论(0) 推荐(0) 编辑
摘要:“云原生”这个词被大量引用,尤其是云服务商。不仅如此,云原生甚至还有自己的基金会:由Linux基金会于2015年推出的云原生应用基金会(CNCF)。 “云原生”定义 在一般用法中,“云原生”是一种构建和运行应用程序的方法,它利用了云计算交付模型的优势。“云原生”是关于如何创建和部署应用程序,和位置无 阅读全文
posted @ 2019-08-02 14:18 番茄土豆西红柿 阅读(705) 评论(0) 推荐(0) 编辑
摘要:参考https://www-01.ibm.com/support/docview.wss?uid=ibm10882172 提升内存配置 2.5版本后新增--query.max-samples 这个参数来避免OOM https://www.robustperception.io/new-feature 阅读全文
posted @ 2019-08-01 10:22 番茄土豆西红柿 阅读(1934) 评论(0) 推荐(0) 编辑
摘要:原文:https://www.wchao.site/archives/granafa-k8s 其他参考:https://blog.csdn.net/bbwangj/article/details/82658419 k8s node 图表不显示问题。 收集节点信息,依赖node-exporter 暴露 阅读全文
posted @ 2019-08-01 10:17 番茄土豆西红柿 阅读(1397) 评论(0) 推荐(0) 编辑
摘要:在指标能够在下拉框可以选择到的情况下,还有No datapoints found. 则考虑是时区的问题,详见官方issue https://github.com/prometheus/prometheus/issues/1022 阅读全文
posted @ 2019-08-01 10:07 番茄土豆西红柿 阅读(5036) 评论(1) 推荐(0) 编辑
摘要:changelog如下 原文链接:https://github.com/prometheus/node_exporter/blob/master/CHANGELOG.md#0160--2018-05-15 其他参考:https://blog.csdn.net/liangcha007/article/ 阅读全文
posted @ 2019-08-01 10:04 番茄土豆西红柿 阅读(896) 评论(0) 推荐(0) 编辑
摘要:参考:https://blog.csdn.net/u013201439/article/details/79436413 阅读全文
posted @ 2019-08-01 10:01 番茄土豆西红柿 阅读(301) 评论(0) 推荐(0) 编辑
摘要:参考: https://blog.csdn.net/yjph83/article/details/84909319 https://www.gitbook.com/book/songjiayang/prometheus/details (Prometheus 实战) https://github.c 阅读全文
posted @ 2019-07-31 14:55 番茄土豆西红柿 阅读(9020) 评论(0) 推荐(0) 编辑
摘要:原文参考:https://segmentfault.com/a/1190000018335241 阅读全文
posted @ 2019-07-29 11:37 番茄土豆西红柿 阅读(288) 评论(0) 推荐(0) 编辑

TOP
点击右上角即可分享
微信分享提示