F5 NGINX Integration
The F5 NGINX Ingress Controller is the Ingress controller provided by F5. It is NOT the NGINX Ingress controller provided by the Kubernetes project. The F5 NGINX controller includes both the open source version and ngnixPlus. To configure:
The default Ingress
class
is nginx
. You can change it by specifying an Ingress
class
:
The open source version of the F5 NGINX Ingress controller doesn't support sticky sessions, so you can only have one OpenUnison replica running. If you're deploying NGINX Plus, you can enable it by adding the network.f5nginx.plus
configuration:
No Load Balancer?
If you don't have a load balancer, run the following to expose NGINX directly via a host port: