Kubernetes - Pods
To open an interactive shell inside the container named
worker of Pod job-pod, which command is correct?worker of Pod job-pod, which command is correct?-it is for interactive terminal, -c specifies container.kubectl exec -it [pod] -c [container] -- [command].job-pod, container: worker, command: /bin/bash.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions