Kubernetes Prometheus Operator 网络设备监控:SNMP Exporter 关于SNMP协议原理版本差异、MIB(管理信息库)、OID(对象标识符)请自行百度。SNMP Exporterhttps://github.com/prometheus/snmp_exportersn... 09月21日 2 阅读全文
Kubernetes Prometheus Operator网络探测:Blackbox Exporter 白盒监控我们监控主机的资源用量、容器的运行状态、数据库中间件的运行数据。 这些都是支持业务和服务的基础设施,通过白盒能够了解其内部的实际运行状态,通过对监控指标的观察能够预判可能出现的问题,从而对潜在... 09月18日 发表评论 阅读全文
Kubernetes Prometheus Operator如何监控外部服务 本实践指南中我们将看到如何部署Prometheus Operator到Kubernetes集群中,以及如何增加一个外部服务到Prometheus的targets列表。在我的上个项目中,我们决定使用Pr... 09月17日 发表评论 阅读全文
Linux技术 Ansible创建用户添加sudoers 强制分发公钥ssh-copy-id -f -i /etc/ansible/roles/id_rsa.pub root@127.0.0.1安装ansibleyum... 09月13日 发表评论 阅读全文
Linux技术 kubernetes部署jira 8.4.0 一、docker方式部署mysql部署docker pull mysql:5.7 docker run --name jira-mysql ... 09月08日 发表评论 阅读全文
Kubernetes Kubernetes监控方案:kube-prometheus 关于Kubernetes监控,之前博客介绍过Heapster和prometheus-operator两种方案,本文不再过多介绍prometheus组建和特征,感兴趣的参考以下内容:https://ww... 08月30日 发表评论 阅读全文
监控 Prometheus度量类型与常用函数 一、Prometheus的度量类型(metric types)在学习Prometheus的常用函数前,我们得先知道Prometheus的几度量类型,然后才能使用相应的函数来进行计算。不知道大家有没有注... 08月29日 发表评论 阅读全文
监控 Prometheus node_exporter使用 node_exporter安装非常简单,只要解压后直接后台运行即可,默认端口是9100安装部署wget https://github.com/prometheus/node_exporter... 08月29日 发表评论 阅读全文
监控 Prometheus单机部署测试 环境准备为了便于prometheus监控,首先部署一套测试k8s集群,参照以下文章https://www.cnblogs.com/xiao987334176/p/11771657.htmlhttps:... 08月29日 发表评论 阅读全文
Kubernetes Kubernetes污点和容忍 简介Taint(污点)和 Toleration(容忍)可以作用于node和 pod 上,其目的是优化pod在集群间的调度,这跟节点亲和性类似,只不过它们作用的方式相反,具有taint的node和pod... 08月27日 发表评论 阅读全文