摘要: 一、准备 Centos 8 服务器 1、下载安装Centos 8 下载地址:https://www.centos.org/download/ 建议安装mini不带gui版本的。 2、关闭防火墙 防火墙相关命令 #查看状态 systemctl status firewalld.service #打开防 阅读全文
posted @ 2020-08-26 17:25 燕马越空 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 一、初始化环境 所有需要用到kubernetes的服务器都执行以下指令。 1、下载安装Centos 8下载地址:https://www.centos.org/download/ 建议安装mini不带gui版本的。 部署4个server : k8s-master01 192.168.2.171 k8s 阅读全文
posted @ 2020-08-26 17:13 燕马越空 阅读(677) 评论(0) 推荐(0) 编辑
摘要: 安装supervisor (1)安装 Centos 扩展源 Centos下安装 supervisor 需要先添加 Centos 下的扩展包源, yum install epel-release (2)安装 supervisor yum install supervisor ubuntu 下使用 ap 阅读全文
posted @ 2020-08-26 17:09 燕马越空 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 搭建 Harbor 镜像仓库服务器 重新创建一台服务器 HarborSERVER 192.168.2.170 , 按前面方式安装Docker 。 1、在 docker/daemon.json 配置仓库地址 vi /etc/docker/daemon.json { "insecure-registri 阅读全文
posted @ 2020-08-26 16:58 燕马越空 阅读(307) 评论(0) 推荐(0) 编辑