Bird
0
0

What does it mean when a Kubernetes container status shows OOMKilled?

easy📝 Conceptual Q11 of 15
Kubernetes - Troubleshooting
What does it mean when a Kubernetes container status shows OOMKilled?
AThe container was deleted manually by the user.
BThe container was restarted due to a network failure.
CThe container completed its task successfully.
DThe container was stopped because it used more memory than allowed.
Step-by-Step Solution
Solution:
  1. Step 1: Understand OOMKilled meaning

    OOMKilled means Out Of Memory Killed, which happens when a container uses more memory than its limit.
  2. Step 2: Relate to container status

    When a container exceeds its memory limit, Kubernetes stops it to protect the system.
  3. Final Answer:

    The container was stopped because it used more memory than allowed. -> Option D
  4. Quick Check:

    OOMKilled = Memory limit exceeded [OK]
Quick Trick: OOMKilled means container used too much memory [OK]
Common Mistakes:
  • Confusing OOMKilled with network errors
  • Thinking OOMKilled means container finished normally
  • Assuming OOMKilled is a manual stop

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes