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

Related questions

+1 vote
asked Sep 27, 2022 in Kubernetes K8s by SakshiSharma
0 votes
asked Jan 10, 2023 in Kubernetes K8s by sharadyadav1986
...