上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 66 下一页
摘要: 本文章是 k8s二进制高可用集群部署 的分支。详细步骤请参考目录。 参考地址:https://www.cnblogs.com/nf01/articles/15324715.html https://www.cnblogs.com/linuxws/p/11194403.html Etcd是一个分布式键 阅读全文
posted @ 2023-02-17 19:14 SpringCore 阅读(641) 评论(0) 推荐(0) 编辑
摘要: 原文地址:https://zhaoji.wang/solve-the-problem-of-windows-10-ports-being-randomly-reserved-occupied-by-hyper-v/ 大概从半年前开始,我发现我的代理软件配置的端口有时会不能用,软件提示「没有权限访问端 阅读全文
posted @ 2023-01-28 19:02 SpringCore 阅读(970) 评论(0) 推荐(1) 编辑
摘要: 镜像地址:https://hub.docker.com/_/postgres 1.拉取 docker pull postgres 2.创建 docker run -d \ -p 5432:5432 \ --name postgres \ --restart=always \ -e POSTGRES_ 阅读全文
posted @ 2023-01-24 11:55 SpringCore 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 低于2.2的版本请参考 nacos-multidatasource 或 其他来源的文章寻找合适的适配方案。 在2022年的12月份正式发布的Nacos2.2版本可以让开发者开发支持除官方支持数据源之外的数据源插件,从而实现将配置信息存储到其他数据源中。 本文以适配PostgreSQL为例,在2.2版 阅读全文
posted @ 2023-01-23 21:39 SpringCore 阅读(879) 评论(0) 推荐(0) 编辑
摘要: 原文地址:https://blog.csdn.net/weixin_40461281/article/details/113743389 请转至原文地址查看 阅读全文
posted @ 2023-01-22 16:09 SpringCore 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 请参考 Docker 部署 Prometheus 参考进行准备工作 更加详细的部署参数请参考官方部署文档。运行 Grafana Docker 镜像 配置 Grafana Docker 镜像 1.下载镜像 docker pull grafana/grafana-oss 2.部署 1.准备相关映射目录 阅读全文
posted @ 2023-01-17 14:22 SpringCore 阅读(567) 评论(0) 推荐(0) 编辑
摘要: 1.下载镜像 1.Prometheus docker pull prom/prometheus 2.Node Exporter【负责收集 host 硬件和操作系统数据。它将以容器方式运行在所有 host 上】 docker pull prom/node-exporter 2.部署Node Expor 阅读全文
posted @ 2023-01-17 12:44 SpringCore 阅读(622) 评论(0) 推荐(0) 编辑
摘要: 介绍地址:https://www.zabbix.com/documentation/current/en/manual/installation/containers 1.为 Zabbix 组件容器创建专用网络 docker network create --subnet 172.20.0.0/16 阅读全文
posted @ 2023-01-14 16:02 SpringCore 阅读(442) 评论(0) 推荐(0) 编辑
摘要: 官方下载地址:https://www.zabbix.com/download 1.下载rpm包 wget -P /home https://repo.zabbix.com/zabbix/6.2/rhel/8/x86_64/zabbix-release-6.2-3.el8.noarch.rpm 2.安 阅读全文
posted @ 2023-01-14 12:09 SpringCore 阅读(457) 评论(0) 推荐(0) 编辑
摘要: 前提条件: Centos 二进制安装 Prometheus 1.下载安装 下载地址:https://grafana.com/grafana/download?pg=get&plcmt=selfmanaged-box1-cta1&edition=oss wget https://dl.grafana. 阅读全文
posted @ 2023-01-13 12:24 SpringCore 阅读(514) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 66 下一页