Skip to content

Commit 237e69e

Browse files
bene2k1nerda-codes
andauthored
Update pages/kubernetes/reference-content/introduction-to-kubernetes.mdx
Co-authored-by: Néda <[email protected]>
1 parent 3fe3f75 commit 237e69e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/kubernetes/reference-content/introduction-to-kubernetes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ A **service** is an abstraction which defines a logical group of pods that perfo
119119

120120
By default, services are only available using internally routable IP addresses, but can be exposed publicly.
121121

122-
It can be done either by using the `NodePort` configuration, which works by opening a static port on each node's external networking interface. Otherwise, it is possible to use the `LoadBalancer` service, which creates an Scaleway Load Balancer using Kubernetes load-balancer integration, provided by the CCM.
122+
It can be done either by using the `NodePort` configuration, which works by opening a static port on each node's external networking interface. Otherwise, it is possible to use the `LoadBalancer` service, which creates a Scaleway Load Balancer using the Kubernetes load-balancer integration, provided by the CCM.
123123

124124
<Message type="note">
125125
To use `NodePort` with Kubernetes Kapsule or Kosmos, security groups for Scaleway Instances must be configured to allow external connections to the exposed ports of the nodes.

0 commit comments

Comments
 (0)