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

CKA study material · question 503 of 1000

A Pod has just been assigned to a node by kube-scheduler. Which statement correctly describes what the scheduler did?

  1. It pulled the container image and asked the runtime to start the containers
  2. It chose a node for a Pod that was not yet bound to one, and stopped there
  3. It created the Pod's network namespace before binding
  4. It wrote the Pod's containers into the node's static manifest directory
Show the answer

Answer: B. It chose a node for a Pod that was not yet bound to one, and stopped there

The scheduler's job ends at binding: it finds unbound Pods and picks nodes. Pulling images, creating namespaces and starting containers are the kubelet's and the runtime's work.

Source: Kubernetes Components (Kubernetes) — Core Components › Control Plane Components

Challenge yourself on this topic → Study as cards