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

Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
pull/37330/head
Thomas Güttler 2023-01-17 14:46:17 +01:00 committed by GitHub
parent 059c66e00c
commit d24640e8d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -654,7 +654,7 @@ Kubernetes `ServiceTypes` allow you to specify what kind of Service you want.
makes the Service only reachable from within the cluster. This is the
default that is used if you don't explicitly specify a `type` for a Service.
You can expose the service to the public with an [Ingress](docs/reference/kubernetes-api/service-resources/ingress-v1/) or the
Gateway API.
[Gateway API](https://gateway-api.sigs.k8s.io/).
* [`NodePort`](#type-nodeport): Exposes the Service on each Node's IP at a static port
(the `NodePort`).
To make the node port available, Kubernetes sets up a cluster IP address,