- Home
- All questions
- Question 250
CKA study material · question 250 of 1000
Which statements about Service type layering are correct? Choose two.
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