51工具盒子

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

最新发布

kubesphere 节点选择器
日常运维

kubesphere 节点选择器

厉飞雨 阅读(161) 评论(0) 赞(8)

找到 ``` 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

厉飞雨 阅读(295) 评论(0) 赞(12)

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

kubesphere 部署 es-exporter
Github

kubesphere 部署 es-exporter

厉飞雨 阅读(120) 评论(0) 赞(7)

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

kubesphere 部署 grafana
日常运维

kubesphere 部署 grafana

厉飞雨 阅读(179) 评论(0) 赞(10)

kubesphere 部署 bitnami/grafana 1-镜像 grafana/grafana:8.3.3 # 默认端口 3000 挂在的目录: /var/lib/grafana 一些数据会存储了, 重启 grafana 数据不丢失。 bitnami/grafana # 不能保存存储卷 2- 登录 默认密码: admin , admin...

kubesphere 开启报警 功能 alerting
新视野

kubesphere 开启报警 功能 alerting

厉飞雨 阅读(141) 评论(0) 赞(12)

alerting 1. 使用 `admin` 用户登录控制台。点击左上角的**平台管理** ,选择**集群管理**。 2. 点击**定制资源定义** ,在搜索栏中输入 `clusterconfiguration`。点击结果查看其详细页面。 3. 在**自定义资源** 中,点击 `ks-installer` 右侧的 ![](http://static.51tbox.com/st...

kubesphere 部署 promethues
日常运维

kubesphere 部署 promethues

厉飞雨 阅读(226) 评论(0) 赞(9)

<p>kubesphere 部署 promethues</p> <p>PrometheusAlert+prometheus+Alertmanager实现各种类型告警 (企业微信告警、飞书告警、钉钉告警、)</p> <p><a href="https://blog.csdn.net/W1124824402...