kubectl get pods
kubectl describe pod somepod
kubectl exec nfs-server-pod-name -c containerInPod -it -- /bin/bash
showmount -e localhost
ls -al
kubectl describe pod somepod
kubectl exec nfs-server-pod-name -c containerInPod -it -- /bin/bash
showmount -e localhost
ls -al