09 2021 档案
摘要:https://github.com/wg/wrk apt install unzip -yapt-get install build-essential libssl-dev git -yapt install makegit clone https://github.com/wg/wrk.git
阅读全文
摘要:kubectl taint nodes --all node-role.kubernetes.io/master- 上面一个命令,可以让master和worker node运行在一个物理host上。
阅读全文
摘要:install docker on each node: apt-get update apt-get install \ apt-transport-https \ ca-certificates \ curl \ gnupg \ lsb-release curl -fsSL https://do
阅读全文
摘要:docker run --name mynginx -p 8080:80 -d nginx 如何进入一个running container中, nginx container 内部的路径: /usr/share/nginx/html/index.html 可以通过在container内部运行下面的命
阅读全文
摘要:kubectl run mynginx --image=nginx --port=80 创建pod有很多种方法 pod的yaml文件 simple-pod.yaml 创建一个pod kubectl create -f simple-pod.yaml 查看pod的参数情况 kubectl descri
阅读全文
摘要:curl ifconfig.io 如果一个VM在SLB后端,那么这个public ip显示的就是SLB的public ip地址 如果要看VM对应的NIC上的实际的公网地址,可以去networking去查看网卡配置。
阅读全文
浙公网安备 33010602011771号