# getting cpu and memory usage for container

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