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

CKA study material · question 280 of 1000

Which components assign the cluster's non-overlapping address ranges? Choose two.

  1. The kube-apiserver assigns Service addresses
  2. kube-proxy assigns Pod addresses
  3. CoreDNS assigns Service addresses
  4. The network plugin assigns Pod addresses
Show the answer

Answer: D. The network plugin assigns Pod addresses
A. The kube-apiserver assigns Service addresses

The network plugin addresses Pods, the API server addresses Services, and the kubelet or cloud controller addresses Nodes.

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

Challenge yourself on this topic → Study as cards