kuebctl get pods --all-namespaces
kubectl create -f 123.yaml --save-config --record
kubectl apply -f 123.yaml --record
kubect delete -f 123.yaml
kubectl logs pods名称 -n namespace
kubectl describe pods 名称 -n namespace
kubectl exec -it pods 名称 bash -n namespace
kubectl delete pods pods 名称 bash -n namespace

kubectl get service --all-namespaces -o wide
kubectl get pods --all-namespaces -o wide
kubectl get nodes--all-namespaces -o wide
kubectl get deployment -n namespace
kubectl get deployment -n namespace -o wide

#强制删除pods

kubectl delete po <your-pod-name> -n <name-space> --force --grace-period=0

 

Logo

K8S/Kubernetes社区为您提供最前沿的新闻资讯和知识内容

更多推荐