摘要: 报错:kubernetes初始化端口占用及文件存在(本人是之前初始化过一次) [root@master ~]# kubeadm init --apiserver-advertise-address=192.168.20.200 --image-repository=registry.aliyuncs 阅读全文
posted @ 2024-09-04 15:14 記憶や空白 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 报错: WARN[0000] runtime connect using default endpoints: [unix:///var/run/dockershim.sock unix:///run/containerd/containerd.sock unix:///run/crio/crio. 阅读全文
posted @ 2024-09-02 17:21 記憶や空白 阅读(15) 评论(0) 推荐(0) 编辑
摘要: docker报错: error pulling image configuration: download failed after attempts=6: dial tcp 108.160.170.39:443: connect: connection refused出这个错误就是你源有问题 编辑 阅读全文
posted @ 2024-09-02 10:16 記憶や空白 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 一.安装必要的依赖 yum install gcc-c++ -y yum install -y openssl openssl-devel yum install -y zlib zlib-devel yum install -y pcre pcre-devel 二.下载nginx安装包 进入usr 阅读全文
posted @ 2024-07-17 16:01 記憶や空白 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 一.什么是泛域名证书? 例如:*.xxx.cn 也就是这个证书可以给某个域名的所有二级域名使用,就叫做泛域名证书(也称作通配符证书)。 Let's Encrypt 官方推荐我们使用certbot 脚本申请证书(当然也可以使用acme.sh等方式), 以下是申请步骤基于Debian10 python3 阅读全文
posted @ 2024-07-14 03:37 記憶や空白 阅读(70) 评论(0) 推荐(0) 编辑
摘要: groups: - name: redis集群预警 rules: - alert: "redis节点下线" expr: up{instance=~".*:59121"} == 0 for: 20s labels: severity: ERROR alert_type: "节点下线通知" alert_ 阅读全文
posted @ 2023-10-25 18:05 記憶や空白 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 下载 rabbitmq_exporter-0.29.0.linux-amd64.tar.gz 这个包, 下载地址: https://github.com/kbudde/rabbitmq_exporter/releases tar xf rabbitmq_exporter-0.29.0.linux-a 阅读全文
posted @ 2023-10-25 18:04 記憶や空白 阅读(60) 评论(0) 推荐(0) 编辑
摘要: 环境是三台集群,并且使用外置数据源,每台都要修改配置重启生效,部署环境请参照官方文档https://nacos.io/zh-cn/docs/what-is-nacos.html 1、nacos配置 nacos默认是没有开启指标 配置application.properties文件,暴露metrics 阅读全文
posted @ 2023-10-23 17:05 記憶や空白 阅读(426) 评论(0) 推荐(0) 编辑
摘要: 一、安装elasticsearch_exporter并启动 1.1 官网下载elasticsearch_exporter的安装包,地址如下: 如果是Linux系统,建议安装此版本:elasticsearch_exporter-1.3.0.linux-amd64.tar.gz https://gith 阅读全文
posted @ 2023-10-23 14:13 記憶や空白 阅读(810) 评论(0) 推荐(0) 编辑
摘要: 简介 在本教程中,我将向你展示如何在你的机器上安装 Cerebro,并使用 Docker 运行。Cerebro 是一个基于 Elasticsearch 的 Web 管理界面,它提供了一个直观的界面来管理和监控 Elasticsearch 集群。 楼主es环境是三主三从,cerebro只要找一台安装即 阅读全文
posted @ 2023-10-18 13:58 記憶や空白 阅读(121) 评论(0) 推荐(0) 编辑