Skip to content

Commit 71fa95c

Browse files
Apply suggestions from code review
Co-authored-by: Jessica <[email protected]>
1 parent 58dd093 commit 71fa95c

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
@@ -14,7 +14,7 @@ dates:
1414
posted: 2025-06-17
1515
---
1616

17-
This guide walks you through the process of deploying an NGINX ingress controller on Scaleway's Kubernetes Kapsule service.
17+
This page walks you through the process of deploying an NGINX ingress controller on Scaleway's Kubernetes Kapsule service.
1818
We will configure a Load Balancer that uses a persistent IP address, which is essential for maintaining consistent routing. Additionally, we will enable the PROXY protocol to preserve client information such as the original IP address and port, which is recommended for applications that need to log or act on this data.
1919

2020
We will explore the differences between ephemeral and persistent IP addresses, helping you understand when and why to use each type, and guide you through deploying a demo application that illustrates the entire setup.
@@ -67,7 +67,7 @@ To use a persistent IP with the ingress controller:
6767

6868
Use Helm to deploy the NGINX ingress controller with Scaleway-specific configurations.
6969

70-
1. Add the NGINX ingress Helm repository
70+
1. Add the NGINX ingress Helm repository:
7171
```bash
7272
helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
7373
helm repo update

0 commit comments

Comments
 (0)