Difficulty: Beginner
What is the difference between 'kubectl get' and 'kubectl describe'?
'get' lists resources and their basic status. 'describe' provides detailed information, including events and internal state, which is vital for debugging.
CLI, Debugging