Is it possible to exec in to a K8s pod the same way we exec into docker containers or containers running inside of a pod?p
Edit -
This question not about execing into a container in a pod. This is about the pod itself. Might be it's not possible but that is what the question is about. So stop marking it duplicate with - Can we exec into container in a POD in K8S?
Yes, using kubectl exec command we can shell into a running container/pod