Get vs. Describe

Difficulty: Beginner

Question

What is the difference between 'kubectl get' and 'kubectl describe'?

Answer

'get' lists resources and their basic status. 'describe' provides detailed information, including events and internal state, which is vital for debugging.

Concepts covered

CLI, Debugging