02 2021 档案

摘要:VirtualBox的5种连接方式 区别: | |NAT | 桥接 |内部|仅主机| | | | | | | | Virtual->Host | √ | √ | × | 默认不需要设置 | | Host->Virtual | × | √ | × | 默认不需要设置 | | Virtual-> Oth 阅读全文
posted @ 2021-02-26 10:00 zendwang 阅读(176) 评论(0) 推荐(0)
摘要:![](https://img2020.cnblogs.com/blog/370392/202102/370392-20210220195153904-1251030694.png) 阅读全文
posted @ 2021-02-20 19:52 zendwang 阅读(43) 评论(0) 推荐(0)
摘要:1. 创建nginx deployment minikube kubectl -- apply -f https://k8s.io/examples/application/deployment.yaml minikube kubectl describe deployment nginx-depl 阅读全文
posted @ 2021-02-20 19:48 zendwang 阅读(141) 评论(0) 推荐(0)
摘要:1. 安装VirtualBox https://www.virtualbox.org/wiki/Downloads 2. 安装MiniKube(中国版) https://yq.aliyun.com/articles/221687 curl -Lo minikube https://kubernete 阅读全文
posted @ 2021-02-20 18:07 zendwang 阅读(176) 评论(0) 推荐(0)