We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b46eef commit 20685c8Copy full SHA for 20685c8
content/en/docs/concepts/services-networking/service.md
@@ -550,7 +550,7 @@ The default is `ClusterIP`.
550
* `ClusterIP`: Exposes the Service on a cluster-internal IP. Choosing this value
551
makes the Service only reachable from within the cluster. This is the
552
default `ServiceType`.
553
-* [`NodePort`](#nodeport): Exposes the Service on each Node's IP at a static port
+* [`NodePort`](#type-nodeport): Exposes the Service on each Node's IP at a static port
554
(the `NodePort`). A `ClusterIP` Service, to which the `NodePort` Service
555
routes, is automatically created. You'll be able to contact the `NodePort` Service,
556
from outside the cluster,
0 commit comments