Daily challenges →
☸️ Kubernetes medium ⚡ 50 XP

A pod is stuck in 'Pending' state. Which command gives the most useful diagnostic info?

`kubectl describe pod` shows the Events section which reveals why a pod is Pending — usually insufficient resources, image pull errors, or no matching nodes. `kubectl get pod` only shows status; `kubectl logs` needs a running container.

🌊 This is a free sample — 507+ more questions on DevOps Ocean

Sign in free to practice the full question bank with daily challenges, XP, streaks, duels and a global leaderboard.

Practice the full bank — free →