上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 29 下一页
该文被密码保护。 阅读全文
posted @ 2022-04-23 10:39 supermao12 阅读(2) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-04-23 10:36 supermao12 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-04-21 10:31 supermao12 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 创建三个docker容器以实现nginx的负载均衡 编写nginx的dockfile [root@docker nginx]# cat Dockerfile FROM nginx RUN echo 'i am container 1' > /usr/share/nginx/html/index.ht 阅读全文
posted @ 2022-04-20 21:12 supermao12 阅读(77) 评论(0) 推荐(0) 编辑
摘要: 自定义网络 查看所有的docker网络 网络模式 [root@docker ~]# docker network ls NETWORK ID NAME DRIVER SCOPE a4d70d5796e4 bridge bridge local fc2805a7d397 host host local 阅读全文
posted @ 2022-04-20 15:18 supermao12 阅读(302) 评论(0) 推荐(0) 编辑
摘要: 集群redis 分片+高可用+负载均衡 master + slave{1..5} 一个挂了另一个顶上 通过脚本创建6个redis配置文件 [root@docker ~]# for port in $(seq 1 6); \ do \ mkdir -p /mydata/redis/node-${por 阅读全文
posted @ 2022-04-20 15:16 supermao12 阅读(138) 评论(0) 推荐(0) 编辑
摘要: docker 如何处理网络访问 docker容器里项目访问项目 测试 docker run -d -P --name tomcat01 tomcat 拉一个tomcat7.0有net-tools docker run -d -P --name tomcat01 tomcat:7.0 docker e 阅读全文
posted @ 2022-04-19 20:55 supermao12 阅读(79) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-04-19 20:12 supermao12 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 1.三台虚拟机设置 ansible 内存 2GB 处理器 4 硬盘 40GB 光盘iso centos1804 网络适配器 仅主机模式 显示器 自动检测 controller 内存 5.3GB 处理器 4 硬盘 100GB 光盘iso centos1804 网络适配器 仅主机模式 网络适配器 NAT 阅读全文
posted @ 2022-04-14 17:28 supermao12 阅读(1322) 评论(0) 推荐(0) 编辑
摘要: Master下面执行 mkdir -p $HOME/.kube 执行的脚本,需要读取的配置文件 cp -i /etc/kubernetes/admin.conf $HOME/.kube/config chown $(id -u):$(id -g) $HOME/.kube/config echo "e 阅读全文
posted @ 2022-04-11 11:56 supermao12 阅读(78) 评论(0) 推荐(0) 编辑
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 29 下一页