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
Copy file name to clipboardExpand all lines: content/en/docs/deployment/private-cloud/private-cloud-cluster/networking/private-cloud-ingress.md
+10-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -299,38 +299,36 @@ To configure Traefik for Mendix on Kubernetes, set up the following settings:
299
299
300
300
### Istio Ingress Controller
301
301
302
-
Istio is a well-known service mesh that includes a simple [ingress contoller](https://istio.io/latest/docs/tasks/traffic-management/ingress/kubernetes-ingress/).
302
+
Istio is a service mesh that includes a simple [ingress contoller](https://istio.io/latest/docs/tasks/traffic-management/ingress/kubernetes-ingress/).
303
303
304
304
#### Installing Istio
305
305
306
-
To install Istio, follow the official [installation instructions](https://istio.io/latest/docs/overview/quickstart/).
306
+
To install Istio, follow the [installation instructions](https://istio.io/latest/docs/overview/quickstart/).
307
307
308
-
You will also need to install an Istio [IngressClass](https://istio.io/latest/docs/tasks/traffic-management/ingress/kubernetes-ingress/).
308
+
Ensure that you also install an [Istio IngressClass](https://istio.io/latest/docs/tasks/traffic-management/ingress/kubernetes-ingress/).
309
309
310
310
{{% alert color="info" %}}
311
-
Istio is a feature-rich system with many configuration options. To validate an Istio configuration, it's highly recommended to test with a simple (non-Mendix) app to validate configuration.
311
+
Istio is a feature-rich system with many configuration options. To validate an Istio configuration, it is highly recommended to test with a simple (non-Mendix) app to validate configuration.
312
312
{{% /alert %}}
313
313
314
314
#### Configuring Istio in the Mxpc-cli Tool
315
315
316
-
To configure Istio for Mendix on Kubernetes, set up the following settings:
316
+
To configure Istio for Mendix on Kubernetes, configure the following settings:
317
317
318
318
* **Ingress Type** - Select **kubernetes-ingress**; this option configures the Ingress according to the additional domain name you supply.
319
319
* **Ingress Domain Name** - Provide the domain name which was registered for Istio
320
320
* **Ingress Path** - Set to `/*`.
321
321
* **Enable TLS** - Enable or disable TLS for your app's Ingress.
322
322
* **Custom Ingress Class** - Set to **enabled**.
323
-
* **Ingress Class Name** - Enter **istio**. This setting requires Custom Ingress Class to be enabled.
323
+
* **Ingress Class Name** - Enter **istio**. This setting requires **Custom Ingress Class** to be enabled.
324
324
* **Set Ingress Class as Annotation** - Set to **disabled**. This option adds the legacy `kubernetes.io/ingress.class` annotation to set the Ingress class, instead of using the Ingress class name.
325
325
326
-
### DEPRECATED NGINX Ingress Controller
326
+
### NGINX Ingress Controller (Deprecated)
327
327
328
328
{{% alert color="warning" %}}
329
329
The [Kubernetes Ingress NGINX Controller](https://kubernetes.github.io/ingress-nginx/) will be supported [until March 2026](https://kubernetes.io/blog/2025/11/11/ingress-nginx-retirement/).
330
330
331
-
We recommend switching to another ingress controller.
332
-
The [NGINX Ingress Controller](https://github.com/nginx/kubernetes-ingress) from the NGINX project (F5 Networks) has a similar feature set.
333
-
In most cases, switching from the deprecated Kubernetes controller to controller from F5 Networks would only require renaming ingress annotations.
331
+
We recommend switching to another Ingress controller. The [NGINX Ingress Controller](https://github.com/nginx/kubernetes-ingress) from the NGINX project (F5 Networks) has a similar feature set. In most cases, switching from the deprecated Kubernetes controller to controller from F5 Networks only requires renaming Ingress annotations.
334
332
{{% /alert %}}
335
333
336
334
{{% alert color="info" %}}
@@ -339,14 +337,14 @@ NGINX path based routing is supported for Operator version 2.19.0 and newer, and
339
337
340
338
##### Configuring the NGINX in the Mxpc-cli Tool
341
339
342
-
To configure the *deprecated* NGINX ingress controller with Mendix on Kubernetes, set up the following settings:
340
+
To configure the deprecated NGINX ingress controller with Mendix on Kubernetes, set up the following settings:
343
341
344
342
* **Ingress Type** - Select **kubernetes-ingress**; this option configures the Ingress according to the additional domain name you supply.
345
343
* **Ingress Domain Name** - Provide the domain name which you want to set for the Ingress resource file.
346
344
* **Ingress Path** - Optional. You can use this option to specify the Ingress path. The default value is `/`.
347
345
* **Enable TLS** - Enable or disable TLS for your app's Ingress.
348
346
* **Custom Ingress Class** - Set to **enabled**.
349
-
* **Ingress Class Name** - Enter **nginx**. This setting requires Custom Ingress Class to be enabled.
347
+
* **Ingress Class Name** - Enter **nginx**. This setting requires **Custom Ingress Class** to be enabled.
350
348
* **Set Ingress Class as Annotation** - Set to **disabled**. This option adds the legacy `kubernetes.io/ingress.class` annotation to set the Ingress class, instead of using the Ingress class name.
0 commit comments