kubectl exec ls -lah

Shell
sudo kubectl -n <namespace> --context=<context-with-access> exec <pod-name> -it /bin/bash

ex:
sudo kubectl -n default --context=staging-devops exec microservice1-jd830k-880 -it /bin/bashkubectl exec <pod_name> -- ls -la /
Source

Also in Shell: