摘要:
1、在kubenetes集群中创建一个pod 创建redis,拉取镜像 kubectl create deployment redis --image=redis 2、查看镜像是否下载成功 kubectl get pod status为running 表示拉取完成 3、暴露redis端口 kubec 阅读全文
摘要:
1、在kubenetes集群中创建一个pod 创建nginx,拉取镜像 kubectl create deployment nginx --image=nginx 2、查看镜像是否下载成功 kubectl get pod status为running 表示拉取完成 3、暴露Nginx端口 kubec 阅读全文
摘要:
重启服务服务器后,kubectl get nodes,查看节点报错: kubernetes error: IP:6443 was refused - did you specify the right host or port? 查看systemctl status kubelet状态, 查看日志: 阅读全文