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

CKA study material · question 702 of 1000

A Service is changed from ClusterIP to NodePort. Which two statements are then true? Choose two.

  1. It is still reachable on its cluster IP
  2. Its cluster IP is released
  3. It is additionally reachable on a port on every node
  4. kube-proxy stops handling it
Show the answer

Answer: A. It is still reachable on its cluster IP
C. It is additionally reachable on a port on every node

NodePort builds on ClusterIP rather than replacing it, adding a node-level port on top; LoadBalancer builds on NodePort in the same layered way.

Source: Service (Kubernetes) — Service type

Challenge yourself on this topic → Study as cards