Q13 Single choice Mark for later How would you return all the pod data in the json format using kubectl command? A kubectl get pods -o json B kubectl get pods --all-namspaces C kubectl get pods -o wide D kubectl get pods -o jsonpath Correct answer