wanjunlei sudo ufw status 查看防火墙状态 kubectl get po –all-namespaces 列出集群的所有pod,看看哪些不是running的 然后用kubectl describe po -n {namespace} {pod_name} 看看异常pod的events 如果events看不出来问题,就用kubectl logs -f -n {namespace} {pod_name}看看pod的日志