Courseiva
Troubleshooting And DiagnosticseasyMultiple SelectObjective-mapped

EX280 Troubleshooting And Diagnostics Practice Question

An administrator is investigating pod crash loops in a namespace. Which TWO commands are most useful for gathering initial diagnostic data about the crashing pods? (Choose TWO)

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

oc describe pod <pod-name>

oc logs --previous and oc describe pod are the standard foundational commands for inspecting exit codes, termination reasons, and prior log output of crashing pods.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • oc describe pod <pod-name>

    Why this is correct

    Displays pod events, exit codes, restart counts, and error reasons.

  • oc logs <pod-name> --previous

    Why this is correct

    Provides the log output from the container instance before it crashed.

  • oc adm must-gather

    Why it's wrong here

    Too heavy for a quick single-pod check, though useful for full cluster diagnostics.

  • oc rsh <pod-name>

    Why it's wrong here

    Cannot attach to a crashing pod that is not currently running.

  • oc debug node/<node-name>

    Why it's wrong here

    Node debugging is unnecessary when troubleshooting application-level pod crashes.

About these practice questions

This EX280 question is part of Courseiva's 509-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written and reviewed by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

Last reviewed August 2026 · checked against the official Red Hat exam blueprint

This EX280 practice question is part of Courseiva's free Red Hat certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the EX280 exam.