반응형
- k9s 를 사용할때 pod 리스트를 확인하려면 k9s -c pod 로 확인할 수 있는데
- 여기서 표시되는 컬럼은 아래와 같습니다.
View: Pods(<namespace>)[number of pods listed]
NAME pod name
READY number of pods in ready state / number of pods to be in ready state
RESTARTS number of times the pod has been restarted so far
STATUS state of the pod life cycle, such as Running | ... | Completed
CPU current CPU usage, unit is milli-vCPU
MEM current main memory usage, unit is MiB
%CPU/R current CPU usage as a percentage of what has been requested by the pod
%MEM/R current main memory usage as a percentage of what has been requested by the pod
%CPU/L current CPU usage as a percentage of the pod's limit (it cannot go beyond its limit)
%MEM/L current main memory usage as a percentage of the pod's limit (it cannot go beyond its limit)
IP IP address of the pod
NODE name of the node the pod is running on
AGE age of the pod, units are indicated (s = seconds, m = minutes, h = hours, d = days)
반응형
'IT > DevOps' 카테고리의 다른 글
[DevOps] kpexec 사용 법 (pod를 admin권한으로 접속하기) (0) | 2023.08.20 |
---|---|
[DevOps] k8s sniff 를 사용한 pod의 tcp 패킷 캡처 (0) | 2023.08.20 |
[kubernetes] pod 의 스케줄링 방법들과 예시 ( feat. anti affinity 활용 하여 다른 노드 다른 AZ에 스케줄링하기) (0) | 2023.02.08 |
[DevOps] helm template에서 loop 돌리기 (rage until 사용) (0) | 2023.02.07 |
[DevOps] NodLocal DNS Cache 란? (EKS에서 Node local dns사용하기) (0) | 2022.10.04 |