If you want to check pods resources usage without installing any third party tool then you can get memory and cpu usage of pod from cgroup.
Exec into the pod and check:
CPU
cat /sys/fs/cgroup/cpu/cpuacct.usage
Memory
cat /sys/fs/cgroup/memory/memory.usage_in_bytes