Study. uk . com
  1. Home
  2. All questions
  3. Question 383

CKA study material · question 383 of 1000

Where can a container write a message explaining a fatal event so tools can surface it?

  1. /etc/kubernetes/status
  2. /var/log/pods
  3. /dev/termination-log
  4. /dev/stderr only
Show the answer

Answer: C. /dev/termination-log

A termination message written to /dev/termination-log is surfaced in the Pod's status.

Source: Determine the Reason for Pod Failure (Kubernetes) — Writing and reading a termination message

Challenge yourself on this topic → Study as cards