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
- A. kubectl describe pod <pod-name>
- B. kubectl ג€"n prelude describe pod <pod-name>
- C. kubectl describe secrets
- D. kubectl explain
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.