标签:cat points nod gre 命令 uber web -o int
kubectl create -f mysql-rc.yaml
kubectl create -f myweb-rc.yaml
kubectl create -f myweb-svc.yaml
kubectl get nodes
kubectl describe node xxxx
kubectl get pods
kubectl describe pod xxxx
kubectl get deployments
kubectl describe deployment xxxx
kubectl get rs
kubectl get endpoints
kubectl get svc tomcat-service -o yaml
查看端口是否被监听了
netstat -tlp |grep 31002
标签:cat points nod gre 命令 uber web -o int
原文地址:http://www.cnblogs.com/lexiaofei/p/7810722.html