#查看pod最后200行日志
kubectl logs --tail 200 -f <podname> -n <namesapce> | more
举例:查看demo-project命名空间下的mysql-v1-0 pod
# kubectl logs --tail 200 -n demo-project -f mysql-v1-0
#查看pod最后200行日志
kubectl logs --tail 200 -f <podname> -n <namesapce> | more
举例:查看demo-project命名空间下的mysql-v1-0 pod
# kubectl logs --tail 200 -n demo-project -f mysql-v1-0