创建
kubectl create -f dashboard.yaml
删除
kubectl delete -f dashboard.yaml
查看pods
kubectl get pods --namespace=kube-system
查看pod明细
kubectl describe service/kubernetes-dashboard --namespace="kube-system"
查看pod 日志
kubectl logs kubernetes-dashboard-latest-139424868-tdc0t --namespace=kube-system
后续记录yaml语法