NGINX Ingress Controller with NGINX Plus

This document explains the key characteristics that NGINX Plus brings on top of NGINX into the NGINX Ingress Controller.

NGINX Ingress Controller works with both NGINX and NGINX Plus – a commercial closed source version of NGINX that comes with additional features and support.

Below are the key characteristics that NGINX Plus brings on top of NGINX into the NGINX Ingress Controller.

Additional features

See the VirtualServer, Policy and TransportServer docs for a comprehensive guide of the NGINX Plus features available by using our custom resources

For the complete list of available NGINX Plus features available for Ingress resources, see the ConfigMap and Annotations docs. Note that such features are configured through annotations that start with nginx.com, for example, nginx.com/health-checks.

Dynamic reconfiguration

Every time the number of pods of services you expose via an Ingress resource changes, the Ingress Controller updates the configuration of the load balancer to reflect those changes. For NGINX, the configuration file must be changed and the configuration subsequently reloaded. For NGINX Plus, the dynamic reconfiguration is utilized, which allows NGINX Plus to be updated on-the-fly without reloading the configuration. This prevents increase of memory usage during reloads, especially with a high volume of client requests, as well as increased memory usage when load balancing applications with long-lived connections (WebSocket, applications with file uploading/downloading or streaming).

Commercial support

Support from NGINX Inc is available for NGINX Plus Ingress Controller.