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
##### Install the AKS Extension using the Azure portal
182
182
183
-
You can also install the NLK controller AKS extension by navigating to [F5 NGINXaaS Loadbalancer for Kubernetes](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/f5-networks.f5-nginx-for-azure-aks-extension) in the Azure Marketplace and following the installation steps.
183
+
You can also install the NLK controller AKS extension by navigating to [F5 NGINXaaS Loadbalancer for Kubernetes](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/f5-networks.f5-nginx-for-azure-aks-extension) in the Azure Marketplace and following the installation steps.
184
+
{{< call-out "note" >}}
185
+
If you are creating a new AKS cluster as part of this installation, note that we will enable the [Azure CNI Node Subnet plugin](https://learn.microsoft.com/en-us/azure/aks/concepts-network-cni-overview). This causes Cluster IP addresses to be exposed within your VNET.
186
+
{{< /call-out >}}
184
187
185
188
- Select **Get it now**.
186
189
- Select **Continue** to proceed with the installation.
@@ -251,7 +254,7 @@ Expose a Kubernetes `Service` to route traffic to your workload. The `Service`
251
254
- Add the annotation: `nginx.com/nginxaas: nginxaas` to mark the service to be monitored by NLK.
252
255
- Choose one of the following `Service` types:
253
256
-`NodePort`: To route external traffic into the cluster using a well defined port exposed on each AKS worker node.
254
-
-`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.
257
+
-`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. If you created a new AKS cluster through the AKS Extenstion installation, this is configured automatically.
255
258
-`LoadBalancer`: To route traffic to the cluster's external load balancer. The load balancer routes traffic into the cluster as normal.
256
259
- The port name must be formatted as `{{NGINX Context}}-{{NGINX upstream name}}`. For example:
257
260
- If the upstream is in the `http` context and named `my-service` then the name is `http-my-service`
0 commit comments