Skip to content

Instantly share code, notes, and snippets.

@crisog
Forked from BigNerd/k9s.txt
Created February 14, 2025 20:13
Show Gist options
  • Select an option

  • Save crisog/007656fc04fbbce5c6fbcb5843e2b1e6 to your computer and use it in GitHub Desktop.

Select an option

Save crisog/007656fc04fbbce5c6fbcb5843e2b1e6 to your computer and use it in GitHub Desktop.
K9s column descriptions
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment