会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
supermao
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
18
19
20
21
22
23
24
25
26
···
29
下一页
2022年4月23日
CET4 003
该文被密码保护。
阅读全文
posted @ 2022-04-23 10:39 supermao12
阅读(2)
评论(0)
推荐(0)
编辑
CET4 004
该文被密码保护。
阅读全文
posted @ 2022-04-23 10:36 supermao12
阅读(1)
评论(0)
推荐(0)
编辑
2022年4月21日
CET4 002
该文被密码保护。
阅读全文
posted @ 2022-04-21 10:31 supermao12
阅读(2)
评论(0)
推荐(0)
编辑
2022年4月20日
docker nginx容器的均衡负载
摘要: 创建三个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 网络互通
摘要: 自定义网络 查看所有的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)
编辑
docker redis集群实验
摘要: 集群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)
编辑
2022年4月19日
docker network
摘要: 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)
编辑
CET4 001
该文被密码保护。
阅读全文
posted @ 2022-04-19 20:12 supermao12
阅读(3)
评论(0)
推荐(0)
编辑
2022年4月14日
ansible 一键部署openstack (双节点)
摘要: 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)
编辑
2022年4月11日
k8s(3) 集群运行
摘要: 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
下一页
公告