Skip to content

Commit d24640e

Browse files
Update content/en/docs/concepts/services-networking/service.md
Co-authored-by: divya-mohan0209 <[email protected]>
1 parent 059c66e commit d24640e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ Kubernetes `ServiceTypes` allow you to specify what kind of Service you want.
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.
656656
You can expose the service to the public with an [Ingress](docs/reference/kubernetes-api/service-resources/ingress-v1/) or the
657-
Gateway API.
657+
[Gateway API](https://gateway-api.sigs.k8s.io/).
658658
* [`NodePort`](#type-nodeport): Exposes the Service on each Node's IP at a static port
659659
(the `NodePort`).
660660
To make the node port available, Kubernetes sets up a cluster IP address,

0 commit comments

Comments
 (0)