Skip to content

Commit 32af392

Browse files
Apply suggestions from code review
Co-authored-by: Jessica <[email protected]>
1 parent 15702a1 commit 32af392

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
meta:
3-
title: Deploying an NGINX ingress controller on Scaleway Kubernetes Kapsule with a LoadBalancer
3+
title: Deploying an NGINX ingress controller on Scaleway Kubernetes Kapsule with a Load Balancer
44
description: This page explains how to expose an application via an ingress object, and using a Load Balancer to make the IP persistent.
55
content:
66
h1: Exposing a Kubernetes Kapsule ingress controller service with a Load Balancer
@@ -17,7 +17,7 @@ dates:
1717
This guide 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

20-
The guide also delves into the differences between ephemeral and persistent IP addresses, helping you understand when and why to use each type. To complete the guide, we will deploy a demo application that illustrates the entire setup.
20+
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.
2121

2222
By the end of this guide, you should have a robust and well-configured NGINX ingress controller running on Scaleway's Kubernetes platform.
2323

@@ -42,7 +42,7 @@ On Scaleway Kapsule, the LoadBalancer service provisions a Scaleway Load Balance
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

45-
### PROXY Protocol
45+
### PROXY protocol
4646
The PROXY protocol allows the LoadBalancer to forward the client's original IP address to the ingress controller, preserving source information for logging and security.
4747

4848
## Deploying the ingress controller

0 commit comments

Comments
 (0)