For the complete documentation index, see llms.txt. This page is also available as Markdown.

getting cpu and memory usage for container

$ kubectl top po --containers
POD                                NAME                CPU(cores)   MEMORY(bytes)
1-cpu-pod                          ubuntu              2m           73Mi
...

Last updated