事件查询可以先查询所有的事件
# kubectl get event
查询相关Pod的事件
# kubectl describe pod my-pod
# kubectl logs POD containerName
# kubectl exe -it POD -- /bin/sh