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

CKA study material · question 870 of 1000

In a Pod's event list, one entry comes From default-scheduler and another From kubelet. What does that distinction tell you?

  1. That the events were recorded on different nodes
  2. That the second event is more recent
  3. That one concerns placement and the other what happened after it
  4. That the Pod was rescheduled between the two
Show the answer

Answer: C. That one concerns placement and the other what happened after it

From names the component that recorded the event, so scheduler events describe the placement decision and kubelet events describe pulling images and starting containers.

Source: Debug Running Pods (Kubernetes) — Using kubectl describe pod to fetch details about pods

Challenge yourself on this topic → Study as cards