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