You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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" >}}).
Copy file name to clipboardExpand all lines: content/nginxaas-azure/changelog.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ See the [Supported Regions]({{< ref "/nginxaas-azure/overview/overview.md#suppor
61
61
62
62
- {{% icon-feature %}} **NGINXaaS Load Balancer for Kubernetes is now Generally Available**
63
63
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">}}).
@@ -250,7 +250,7 @@ Expose a Kubernetes `Service` to route traffic to your workload. The `Service`
250
250
- Choose one of the following `Service` types:
251
251
-`NodePort`: To route external traffic into the cluster using a well defined port exposed on each AKS worker node.
252
252
-`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.
254
254
- The port name must be formatted as `{{NGINX Context}}-{{NGINX upstream name}}`. For example:
255
255
- If the upstream is in the `http` context and named `my-service` then the name is `http-my-service`
256
256
- 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`
259
259
**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:
260
260
261
261
- 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.
263
263
{{</ note >}}
264
264
265
265
The following example uses a service of type `NodePort`:
0 commit comments