EX280 Cluster Installation And Management Practice Question
Which TWO commands or tools can an administrator use to inspect cluster logs or events when troubleshooting node or pod issues? (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 logs <pod-name>
Administrators use 'oc logs' and 'oc get events' to investigate pod and cluster activities.
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 adm cluster-logs --tail=all
Why it's wrong here
The 'cluster-logs' subcommand does not exist.
- ✓
oc logs <pod-name>
Why this is correct
oc logs retrieves container log output.
- ✗
oc system-log dump
Why it's wrong here
The 'system-log' subcommand does not exist.
- ✗
oc adm tail-events
Why it's wrong here
The 'tail-events' subcommand does not exist.
- ✓
oc get events
Why this is correct
oc get events shows cluster-level event history and warnings.
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 →
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.