51工具盒子

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

经验分享

kubesphere 部署elastalert

kubesphere 部署elastalert

厉飞雨 阅读(89) 评论(0) 赞(6)

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

kubesphere 节点选择器

kubesphere 节点选择器

厉飞雨 阅读(66) 评论(0) 赞(5)

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

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

常见的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

厉飞雨 阅读(45) 评论(0) 赞(3)

1- 镜像 prometheuscommunity/elasticsearch-exporter:v1.5.0 # 默认端口9114 发现有个坑 默认是7979 ,但是里边走的是9114 ![](http://static.51tbox.com/static/2024-08-29/col/d46927eae6a6e19a30c5a7aa32bbe80e/9e4...

kubesphere 部署 altermanager

kubesphere 部署 altermanager

厉飞雨 阅读(64) 评论(0) 赞(5)

kubesphere 部署 altermanager 1- 镜像 bitnami/alertmanager # 31007 - 9093 2- 配置文件 altermanger-conf ![](http://static.51tbox.com/static/2024-08-29/col/6b3f8bc287386559e36697015f61ce89/4...

kubesphere 部署 DaemonSet (守护进程集)

kubesphere 部署 DaemonSet (守护进程集)

厉飞雨 阅读(56) 评论(0) 赞(6)

DaemonSet 场景: * 在每个节点上运行日志收集守护进程,例如 Fluentd 和 Logstash 等。 * 在每个节点上运行节点监控守护进程,例如 Prometheus Node Exporter、collectd 和 AppDynamics Agent 等。 * 在每个节点上运行集群存储守护进程和系统程序,例如 Glusterd、Ceph、kube-dns 和...

kubesphere 部署 grafana

kubesphere 部署 grafana

厉飞雨 阅读(87) 评论(0) 赞(5)

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