What is the purpose of kubectl exec?
kubectl exec
Build a new container image from a Dockerfile.
Create an external Service for the pod.
Execute a command inside a container that is already running in a pod.
Create a new Kubernetes cluster.