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

CKA study material · question 250 of 1000

Which statements about Service type layering are correct? Choose two.

  1. A LoadBalancer Service replaces the cluster IP with an external one
  2. A NodePort Service also has a cluster IP
  3. A LoadBalancer Service also has a node port by default
  4. A NodePort Service has no cluster IP
Show the answer

Answer: B. A NodePort Service also has a cluster IP
C. A LoadBalancer Service also has a node port by default

LoadBalancer builds on NodePort, which builds on ClusterIP, so all three addresses exist for one Service.

Source: Service (Kubernetes) — type: ClusterIP

Challenge yourself on this topic → Study as cards