返回顶部
摘要: 一、概述 ceph为k8s提供存储服务主要有两种方式,cephfs和ceph rdb;cephfs方式支持k8s的pv的3种访问模式ReadWriteOnce,ReadOnlyMany,ReadWriteMany ,RBD支持ReadWriteOnce,ReadOnlyMany。 二、部署k8s和c 阅读全文
posted @ 2021-05-09 17:12 hovin 阅读(4003) 评论(0) 推荐(0) 编辑
摘要: 一、前期准备 1.1、主机规划 IP 系统 主机名 描述 192.168.80.37 CentOS7.6 ceph01 admin-node,mon-node1,osd1 192.168.80.47 CentOS7.6 ceph02 mon-node2,osd2 192.168.80.57 Cent 阅读全文
posted @ 2021-05-08 17:59 hovin 阅读(1693) 评论(0) 推荐(0) 编辑
摘要: 一、前期准备 1.1、MySQL安装与配置 (1) 安装mysql 详情见《MySQL-5.7.31的搭建》 (2) my.cnf配置 要先开启 Binlog 写入功能,配置 binlog-format 为 ROW 模式,请确保my.cnf 中有配置如下: [mysqld] log-bin=mysq 阅读全文
posted @ 2021-04-27 09:14 hovin 阅读(418) 评论(0) 推荐(0) 编辑
摘要: 一、安装mysql-5.7.31 (1) 下载安装包 #下载前先卸载mariadb的一些东西 yum remove -y mariadb* #然后下载安装包 cd /usr/local/soft wget https://cdn.mysql.com/archives/mysql-5.7/mysql- 阅读全文
posted @ 2021-04-26 14:47 hovin 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 一、系统配置与要求 1.1、系统环境: 角色 CPU核数 内存 系统盘 数量 部署机 4 8G 100G 1 Master 2 4G 100G 1 Worker 2 4G 100G 2 1.2、软件要求 需求项 具体要求 参考(以CentOS7.6)为例 操作系统 CentOS/RHEL 7.4 - 阅读全文
posted @ 2021-04-26 10:33 hovin 阅读(670) 评论(0) 推荐(0) 编辑
摘要: 一、安装前准备 1.1、主机规划 IP系统角色主机名 192.168.80.7 CentOS7.6 master k8s-master-1 192.168.80.17 CentOS7.6 node k8s-node-1 192.168.80.27 CentOS7.6 node k8s-node-2 阅读全文
posted @ 2021-04-26 10:22 hovin 阅读(414) 评论(0) 推荐(0) 编辑
摘要: 一、漏洞情况 OpenSSH_7.4版本曝出OpenSSH 输入验证错误漏洞(CVE-2019-16905),修复方法为升级OpenSSH。 二、升级过程 (1) 检查环境 [root@localhost ~]$ cat /etc/redhat-release CentOS Linux releas 阅读全文
posted @ 2020-11-02 15:44 hovin 阅读(2742) 评论(5) 推荐(0) 编辑
摘要: 一、系统环境 系统:CentOS7.6.1810 软件:python3.2及以上 二、安装 2.1、安装python3.4 [root@localhost ~]# wget http://mirrors.sohu.com/python/3.4.1/Python-3.4.1.tar.xz [root@ 阅读全文
posted @ 2020-11-02 15:31 hovin 阅读(567) 评论(0) 推荐(0) 编辑
摘要: 一、环境介绍 主机:三台,Centos7.6+docker19.03.4 (192.168.145.7,192.168.145.67,192.168.145.77) 镜像:zookeeper:latest(docker pull zookeeper)version 3.6.1,wurstmeiste 阅读全文
posted @ 2020-09-10 13:48 hovin 阅读(802) 评论(0) 推荐(0) 编辑
摘要: 一、环境说明 系统:CentOS7.6 软件:Docker19.03 二、Docker的安装 2.1、在线安装 (1) 设置仓库,安装所需的软件包。 yum-utils 提供了 yum-config-manager ,并且 device mapper 存储驱动程序需要 device-mapper-p 阅读全文
posted @ 2020-09-08 09:14 hovin 阅读(1393) 评论(0) 推荐(0) 编辑
摘要: 一、环境说明 系统:Centos 7.6 主机:四台,负载均衡两台:node1(192.168.145.27/24),node2(192.168.145.37/24);后端服务器两台:real1(192.168.145.47/24),real2(192.168.145.57/24) VIP:192. 阅读全文
posted @ 2020-08-20 10:42 hovin 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 一、安装Jenkins与gitlab服务 Jenkins安装:https://www.cnblogs.com/hovin/p/13516574.html gitlab安装:https://www.cnblogs.com/hovin/p/13524323.html 二、Jenkins使用配置 2.1、 阅读全文
posted @ 2020-08-18 18:11 hovin 阅读(1048) 评论(0) 推荐(0) 编辑
摘要: 一、安装 (1) 下载rpm包 [root@gitlab ~]# wget https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/gitlab-ce-12.3.5-ce.0.el7.x86_64.rpm [root@gitlab ~]# ll 阅读全文
posted @ 2020-08-18 16:37 hovin 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 一、安装JDK (1) 下载JDK1.8 下载地址:https://www.oracle.com/java/technologies/javase-downloads.html [root@jenkins ~]# ll jdk-8u251-linux-x64.tar.gz -rw-r--r-- 1 阅读全文
posted @ 2020-08-17 11:35 hovin 阅读(376) 评论(0) 推荐(0) 编辑
摘要: 一、安装 1.1 yum安装 (1) 配置好yum源与epel源 #本地光盘yum源 [development] name=dvdbase repo baseurl=file:///mnt/cdrom/ enabled=1 gpgcheck=1 gpgkey=file:///mnt/cdrom/RP 阅读全文
posted @ 2020-07-16 13:51 hovin 阅读(13591) 评论(0) 推荐(3) 编辑