Skip to content

Commit 3778863

Browse files
committed
Reword explanation of ClusterIP for Services
1 parent 453dd71 commit 3778863

File tree

1 file changed

+2
-0
lines changed
  • content/en/docs/concepts/services-networking

1 file changed

+2
-0
lines changed

content/en/docs/concepts/services-networking/service.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,8 @@ Kubernetes `ServiceTypes` allow you to specify what kind of Service you want.
653653
* `ClusterIP`: Exposes the Service on a cluster-internal IP. Choosing this value
654654
makes the Service only reachable from within the cluster. This is the
655655
default that is used if you don't explicitly specify a `type` for a Service.
656+
You can expose the service to the public with an Ingress or the
657+
Gateway API.
656658
* [`NodePort`](#type-nodeport): Exposes the Service on each Node's IP at a static port
657659
(the `NodePort`).
658660
To make the node port available, Kubernetes sets up a cluster IP address,

0 commit comments

Comments
 (0)