kubelet_running_pods

Jmnote (토론 | 기여)님의 2022년 10월 24일 (월) 16:09 판 (새 문서: ==개요== {{DISPLAYTITLE:kubelet_running_pods}} ;kubelet_running_pods <syntaxhighlight lang='bash'> kubectl get pod -A -owide | grep Running | awk '{print $(NF-2)}' | sort | uniq -c...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

kubelet_running_pods
kubectl get pod -A -owide | grep Running | awk '{print $(NF-2)}' | sort | uniq -c

kubectl describe no | egrep 'Name:|Non-terminated Pods:' | sed 'N;s/\n/ /'

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}