Skip to content

Commit e3d4991

Browse files
authored
docs: move n4a load balancer topic (#538)
1 parent 4bb4abc commit e3d4991

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

content/nginxaas-azure/changelog-archive/changelog-2024.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To see a list of currently active issues, visit the [Known issues]({{< ref "/ngi
4444

4545
- {{% icon-feature %}} **NGINXaaS Load Balancer for Kubernetes preview release**
4646

47-
You can now use NGINXaaS as an external load balancer to direct traffic into Kubernetes. For details, see the [quickstart]({{< ref "/nginxaas-azure/quickstart/loadbalancer-kubernetes.md" >}}).
47+
You can now use NGINXaaS as an external load balancer to direct traffic into Kubernetes. For details, see the [quickstart]({{< ref "/nginxaas-azure/loadbalancer-kubernetes.md" >}}).
4848

4949
## October 10, 2024
5050

content/nginxaas-azure/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ See the [Supported Regions]({{< ref "/nginxaas-azure/overview/overview.md#suppor
6161

6262
- {{% icon-feature %}} **NGINXaaS Load Balancer for Kubernetes is now Generally Available**
6363

64-
NGINXaaS can now be used as an external load balancer to route traffic to workloads running in your Azure Kubernetes Cluster. To learn how to set it up, see the [Quickstart Guide]({{< ref "/nginxaas-azure/quickstart/loadbalancer-kubernetes.md">}}).
64+
NGINXaaS can now be used as an external load balancer to route traffic to workloads running in your Azure Kubernetes Cluster. To learn how to set it up, see the [Quickstart Guide]({{< ref "/nginxaas-azure/loadbalancer-kubernetes.md">}}).
6565

6666
## January 23, 2025
6767

content/nginxaas-azure/quickstart/loadbalancer-kubernetes.md renamed to content/nginxaas-azure/loadbalancer-kubernetes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: NGINXaaS Load Balancer for Kubernetes
33
weight: 250
44
toc: true
5-
url: /nginxaas/azure/quickstart/loadbalancer-kubernetes/
5+
url: /nginxaas/azure/loadbalancer-kubernetes/
66
type:
77
- how-to
88
---
@@ -250,7 +250,7 @@ Expose a Kubernetes `Service` to route traffic to your workload. The `Service`
250250
- Choose one of the following `Service` types:
251251
- `NodePort`: To route external traffic into the cluster using a well defined port exposed on each AKS worker node.
252252
- `ClusterIP`: To route traffic to pods directly if you are running an Azure Container Networking Interface (CNI) that lets you expose the pods on the Azure VNET.
253-
- `LoadBalancer`: To route traffic to the cluster's external load balancer. The load balancer routes traffic into the cluster as normal.
253+
- `LoadBalancer`: To route traffic to the cluster's external load balancer. The load balancer routes traffic into the cluster as normal.
254254
- The port name must be formatted as `{{NGINX Context}}-{{NGINX upstream name}}`. For example:
255255
- If the upstream is in the `http` context and named `my-service` then the name is `http-my-service`
256256
- If the upstream is in the `stream` context and named `jet` then the port name is `stream-jet`
@@ -259,7 +259,7 @@ Expose a Kubernetes `Service` to route traffic to your workload. The `Service`
259259
**NGINX Ingress Controller users**: with v5.0.0 and upwards, if you wish to route traffic from your NGINXaaS deployment to your NGINX Ingress Controller service, please make the following changes to your helm chart values:
260260

261261
- Add `"nginx.com/nginxaas": "nginxaas"` to the NGINX Ingress Controller service annotations.
262-
- Modify the `service.httpPort.name` or `service.httpsPort.name` values to provide the expected port name format, as above.
262+
- Modify the `service.httpPort.name` or `service.httpsPort.name` values to provide the expected port name format, as above.
263263
{{</ note >}}
264264

265265
The following example uses a service of type `NodePort`:

0 commit comments

Comments
 (0)