kubectl exec --stdin --tty [container-name] -- /bin/bash
kubectl exec pod_name -- sh -c "some_shell_code_run_inside_pod"
kubectl run <pod-name> --image=<image> --restart=Never
kubectl exec --stdin --tty shell-demo -- /bin/bash