摘要:
k8s-部署-04-docker环境部署 1、部署主机: 部署主机 主机IP 主机名 10.4.7.200 hdss7-200.host.com 10.4.7.21 hdss7-21.host.com 10.4.7.22 hdss7-22.host.com 2、下载docker镜像 curl -fs 阅读全文
posted @ 2022-04-06 14:15
AlexMa
阅读(36)
评论(0)
推荐(0)
摘要:
k8s-部署-03-签发证书 0、部署主机 10.4.7.200 1、安装证书环境:cfssl # 1、下载证书 wget https://pkg.cfssl.org/R1.2/cfssl_linux-amd64 -O /usr/bin/cfssl wget https://pkg.cfssl.or 阅读全文
posted @ 2022-04-06 11:55
AlexMa
阅读(62)
评论(0)
推荐(0)
摘要:
k8s-部署-02-DNS 0、部署主机 10.4.7.10 1、bind软件安装 # 1.1、软件安装 yum install -y bind 2、配置文件修改 # 1.2、配置文件配置 [root@hdss7-11 network-scripts]# cat /etc/named.conf // 阅读全文
posted @ 2022-04-06 11:33
AlexMa
阅读(36)
评论(0)
推荐(0)
摘要:
k8s-部署-01-环境准备 1、服务主机规划: IP地址 主机名 主机角色 10..4.7.11 hdss7-11.host.com 10.4.7.12 hdss7-12.host.com 10.4.7.21 hdss7-21.host.com 10.4.7.22 hdss7-22.host.co 阅读全文
posted @ 2022-04-06 10:38
AlexMa
阅读(37)
评论(0)
推荐(0)
摘要:
1、常用命令 编译:mvn compile --src/main/java目录java源码编译生成class (target目录下) 测试:mvn test --src/test/java 目录编译 清理:mvn clean --删除target目录,也就是将class文件等删除 打包:mvn pa 阅读全文
posted @ 2022-04-02 16:41
AlexMa
阅读(347)
评论(2)
推荐(0)
摘要:
git 常用命令总结 1、git初始化git init 2、初始化配置 本地配置: git config user.name AlexMa git config user.email 1611224578@qq.com 系统配置: git config --global user.name Alex 阅读全文
posted @ 2022-04-02 15:54
AlexMa
阅读(18)
评论(0)
推荐(0)