- Home
- All questions
- 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.
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