Kubernetes - kubectl Essential Commands
If you run
kubectl exec -it mypod -- /bin/sh on a pod with multiple containers, what will happen?kubectl exec -it mypod -- /bin/sh on a pod with multiple containers, what will happen?kubectl exec requires specifying which container to target using -c.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions