Update content/en/docs/concepts/services-networking/service.md
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>pull/37330/head
parent
059c66e00c
commit
d24640e8d8
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue