k8s查看pod的资源使用情况
] # kubectl top pod -n default
NAME CPU(cores) MEMORY(bytes)
test1 17m 2108Mi
test2 0m 2Mi
CPU使用量单位(毫core)
] # kubectl top pod -n default
NAME CPU(cores) MEMORY(bytes)
test1 17m 2108Mi
test2 0m 2Mi
CPU使用量单位(毫core)