Skip to content

Commit aed10fe

Browse files
Update private-cloud-ingress.md
1 parent a3c68bd commit aed10fe

1 file changed

Lines changed: 10 additions & 12 deletions

File tree

content/en/docs/deployment/private-cloud/private-cloud-cluster/networking/private-cloud-ingress.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -299,38 +299,36 @@ To configure Traefik for Mendix on Kubernetes, set up the following settings:
299299
300300
### Istio Ingress Controller
301301
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/).
303303
304304
#### Installing Istio
305305
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/).
307307
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/).
309309
310310
{{% 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.
312312
{{% /alert %}}
313313
314314
#### Configuring Istio in the Mxpc-cli Tool
315315
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:
317317
318318
* **Ingress Type** - Select **kubernetes-ingress**; this option configures the Ingress according to the additional domain name you supply.
319319
* **Ingress Domain Name** - Provide the domain name which was registered for Istio
320320
* **Ingress Path** - Set to `/*`.
321321
* **Enable TLS** - Enable or disable TLS for your app's Ingress.
322322
* **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.
324324
* **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.
325325
326-
### DEPRECATED NGINX Ingress Controller
326+
### NGINX Ingress Controller (Deprecated)
327327
328328
{{% alert color="warning" %}}
329329
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/).
330330
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.
334332
{{% /alert %}}
335333
336334
{{% alert color="info" %}}
@@ -339,14 +337,14 @@ NGINX path based routing is supported for Operator version 2.19.0 and newer, and
339337
340338
##### Configuring the NGINX in the Mxpc-cli Tool
341339
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:
343341
344342
* **Ingress Type** - Select **kubernetes-ingress**; this option configures the Ingress according to the additional domain name you supply.
345343
* **Ingress Domain Name** - Provide the domain name which you want to set for the Ingress resource file.
346344
* **Ingress Path** - Optional. You can use this option to specify the Ingress path. The default value is `/`.
347345
* **Enable TLS** - Enable or disable TLS for your app's Ingress.
348346
* **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.
350348
* **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.
351349
352350
{{< figure src="/attachments/deployment/private-cloud/private-cloud-cluster/private-cloud-networking/configure-nginx.png" class="no-border" >}}

0 commit comments

Comments
 (0)