A city internal API must be reachable only from inside the cluster. Which Service type should the administrator choose?
Select an answer to reveal the explanation.
Short Explanation
In-cluster only? ClusterIP is the private extension — no node-port billboard, no cloud LB.
Full Explanation
ClusterIP is the default Service type and provides a stable virtual IP routable inside the cluster. NodePort and LoadBalancer add external exposure paths beyond internal access needs. ExternalName maps to an external DNS name and does not allocate a ClusterIP for Pod backends.