0 votes
in Kubernetes K8s by

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

1 Answer

0 votes
by

c) kubectl exec -it <pod name> sh

...