Extensibility with NGINX Plus

This document explains how F5 NGINX Plus can extend the functionality of the F5 NGINX Ingress Controller.


The NGINX Ingress Controller works with NGINX as well as NGINX Plus, a commercial closed source version of NGINX which has additional features and support from NGINX Inc. The NGINX Ingress Controller can leverage functionality from NGINX Plus to extend its base capabilities.

Additional features

For a comprehensive guide of NGINX Plus features available with Ingress resources, see the ConfigMap and Annotations documentation.

Note:
NGINX Plus features are configured for Ingress resources using Annotations that start with nginx.com.

For a comprehensive guide of NGINX Plus features available with custom resources, see the Policy, VirtualServer and TransportServer documentation.

Dynamic reconfiguration

The NGINX Ingress Controller updates the configuration of the load balancer to reflect changes every time the number of pods exposed through an Ingress resource changes. When using NGINX, the configuration file must be changed then reloaded.

For NGINX Plus, its dynamic reconfiguration is utilized, updating NGINX Plus without reloading. This avoids the increase of memory usage caused by reloads (Particularly with large volumes of client requests) and when load balancing applications with long-lived connections (Such as those using WebSockets or handling file uploads, downloads or streaming).