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

CKA study material · question 380 of 1000

In an event listing, what do the From, Reason and Message columns tell you? Choose two.

  1. From names the node the Pod is on
  2. Reason gives the container's exit code
  3. Reason and Message say what happened
  4. From names the component that reported the event
Show the answer

Answer: D. From names the component that reported the event
C. Reason and Message say what happened

From attributes the event to a component, which separates a scheduler complaint from a kubelet one.

Source: Debug Running Pods (Kubernetes) — Examining pod and container logs

Challenge yourself on this topic → Study as cards