VMware NSX 4.x Professional — Question 76

Which kubectl command should be run to find the Kubernetes authentication method? (Choose the best answer.)

Answer options

Correct answer: A

Explanation

The correct answer is A, as 'kubectl describe pod <pod-name>' provides detailed information about the specified pod, including its authentication method. Options B and D do not directly relate to authentication, and option C focuses on secrets, which may include authentication-related data but does not provide the authentication method itself.