Kubernetes - Pods
You run this command but get an error:
What is the most likely cause?
kubectl exec mypod ls /data
What is the most likely cause?
kubectl exec mypod ls /data
-- separator between Pod name and command.----, kubectl treats ls as a Pod or option, causing an error.-- before the command -> Option A-- before command [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions