We use following command to enter inside a running container.
a) kubectl exec <pod name> sh
b) kubectl run -it <pod name> sh
c) kubectl exec -it <pod name> sh
d) None of the options