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

CKA study material · question 210 of 1000

What is true of a Service with clusterIP set to None? Choose two.

  1. No cluster IP is allocated for it
  2. kube-proxy does not handle it
  3. It is assigned a NodePort automatically
  4. It load balances across endpoints in round robin
Show the answer

Answer: A. No cluster IP is allocated for it
B. kube-proxy does not handle it

A headless Service gets no address, kube-proxy ignores it, and clients connect to Pods directly.

Source: Service (Kubernetes) — Headless Services

Challenge yourself on this topic → Study as cards