Skip to content

Commit 15702a1

Browse files
authored
Apply suggestions from code review
1 parent 8f4ad60 commit 15702a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/kubernetes/reference-content/lb-ingress-controller.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ By the end of this guide, you should have a robust and well-configured NGINX ing
3535
### Ingress controller
3636
An ingress controller manages external HTTP/HTTPS traffic to services within a Kubernetes cluster. The NGINX ingress controller routes traffic based on ingress resource rules.
3737

38-
### LoadBalancer Service
38+
### LoadBalancer service
3939
On Scaleway Kapsule, the LoadBalancer service provisions a Scaleway Load Balancer with an external IP, exposing the ingress controller via the Scaleway Cloud Controller Manager (CCM).
4040

41-
### Ephemeral vs. Persistent IPs
41+
### Ephemeral vs. persistent IPs
4242
- Ephemeral IP: Dynamically assigned by Scaleway when a LoadBalancer service is created. It may change if the service is deleted and recreated, requiring DNS updates.
4343
- Persistent IP: A flexible IP reserved via the Scaleway API, CLI or console, ensuring consistency across service recreations. This is recommended for production to maintain stable DNS records.
4444

0 commit comments

Comments
 (0)