kubectl get nodes
kubectl get cs
查看pods
kubectl get pod -A #获取所有pod
kubectl get pods
kubectl get pods -o wide
#
kubectl get namespace
Kebectl get pod --namespace=default
Kubectl exec -it pod bash
crictl ps --all
crictl rmi --prune
#crictl rmi -q
查看集群状态
kubectl get cs
kubectl get csr #查看是否有新的客户端请求颁发证书
kubectl get nodes
kubectl get node #查看node
查看pods
kubectl get pods
kubectl get pods -o wide
kubectl get pod -A #获取所有pod