摘要:
一、vmstat [root@master ~]# vmstat 3 5 procs memory swap-- io -system-- cpu r b swpd free buff cache si so bi bo in cs us sy id wa st 9 0 0 96112 0 7288 阅读全文
posted @ 2022-02-20 23:40
曾某某scau
阅读(272)
评论(0)
推荐(0)
摘要:
一、k8s架构 二、环境准备 关闭防火墙 [root@master ~]# systemctl stop firewalld [root@master ~]# systemctl disable firewalld 关闭selinux [root@master ~]# sed -i 's/enfor 阅读全文
posted @ 2022-02-20 12:17
曾某某scau
阅读(107)
评论(0)
推荐(0)
摘要:
一、Docker网络模型 二、如何与外界通信 Docker使用iptables实现网络通信 1. 外部访问容器 - 外界地址经过DNAT转换成能到达docker0的容器地址 [root@localhost ~]# iptables -t nat -vnL DOCKER Chain DOCKER (2 阅读全文
posted @ 2022-02-20 10:46
曾某某scau
阅读(73)
评论(0)
推荐(0)
摘要:
从仓库拉取镜像 [root@localhost ~]# docker pull centos Using default tag: latest latest: Pulling from library/centos 查看当前拥有镜像 [root@localhost ~]# docker image 阅读全文
posted @ 2022-02-20 00:33
曾某某scau
阅读(58)
评论(0)
推荐(0)