51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

kubesphere

kubesphere -prometheus 自动监控jvm

kubesphere -prometheus 自动监控jvm

厉飞雨 阅读(419) 评论(0) 赞(18)

kubesphere -prometheus 自动监控jvm ![](http://static.51tbox.com/static/2024-08-29/col/71d59669c56d51d48cf7b3a2ecebc49c/d2e6ed16d3584c3ea9a47180784ac864.png.jpg) 在你的service中添加这个注解,他就能自动识别 ...

kubesphere jenkins 汇总

kubesphere jenkins 汇总

厉飞雨 阅读(427) 评论(0) 赞(18)

重启 devops-controller 和 devops-apiserver 1 - jenkins 镜像 https://hub.docker.com/r/kubesphere/ks-jenkins/tags 2- 访问路径 http://10.0.0.108:30180/ 3- jobs 目录 在pvc 下班 kubesphere-d...

kubesphere 部署elastalert

kubesphere 部署elastalert

厉飞雨 阅读(438) 评论(0) 赞(18)

k8s kubesphere 部署elastalert 是无状态的, 因为不要存储批量文件,可以用configmap 1- 镜像 docker pull anjia0532/elastalert-docker:v0.2.4 端口随便一个就可以 80 2- 设置环境变量 environment: - ELASTICSEAR...

kubesphere 节点选择器

kubesphere 节点选择器

厉飞雨 阅读(360) 评论(0) 赞(15)

找到 ``` dnsPolicy: ClusterFirst ``` 然后再下边添加: nodeSelector: kubernetes.io/hostname: worker4 ![](http://static.51tbox.com/static/2024-08-29/col/303d48575cc0057c407b...

mqtt 安装 (k8s -kubesphere)-emqx

mqtt 安装 (k8s -kubesphere)-emqx

厉飞雨 阅读(609) 评论(0) 赞(21)

常见的MQ产品 - RabbitMQ -RocketMQ -MQTT : [连接](https://51tbox.com/) mqtt 之 emqx docker 安装 配置ssl 证书 : [连接](https://51tbox.com/) mqtt 安装 (k8s -kubesphere)-EMQ : [连接](/) 使用MQTT通信,就少不了MQTT服务器,它是消息...

kubesphere 部署 es-exporter

kubesphere 部署 es-exporter

厉飞雨 阅读(270) 评论(0) 赞(14)

<p>1- 镜像</p> <pre><code>prometheuscommunity/elasticsearch-exporter:v1.5.0 # 默认端口9114 </code></pre> <p>发现有个坑 默认是7979 ,但是里边走的是9114</p> <p&g...

kubesphere 部署 DaemonSet (守护进程集)

kubesphere 部署 DaemonSet (守护进程集)

厉飞雨 阅读(399) 评论(0) 赞(19)

<p>DaemonSet</p> <p>场景:</p> <ul> <li>在每个节点上运行日志收集守护进程,例如 Fluentd 和 Logstash 等。</li> <li>在每个节点上运行节点监控守护进程,例如 Prometheus Node Exporter、collectd ...