Skip to content

Instantly share code, notes, and snippets.

View Undermove's full-sized avatar
🐢
Turtle! 🐢

Dmitry Afonchenko Undermove

🐢
Turtle! 🐢
  • Dodo Pizza
  • Moscow
View GitHub Profile
@BigNerd
BigNerd / k9s.txt
Last active May 23, 2024 09:08
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