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

CKA study material · question 751 of 1000

Three different components allocate the three address ranges in a cluster. Which two pairings are correct? Choose two.

  1. The network plugin assigns Pod addresses
  2. kube-scheduler assigns Service addresses
  3. The API server assigns Service addresses
  4. kube-proxy assigns Node addresses
Show the answer

Answer: A. The network plugin assigns Pod addresses
C. The API server assigns Service addresses

Pods are addressed by the network plugin, Services by the API server, and Nodes by the kubelet or cloud-controller-manager. Neither the scheduler nor kube-proxy allocates addresses.

Source: Cluster Networking (Kubernetes) — Kubernetes IP address ranges

Challenge yourself on this topic → Study as cards