1 Introduction to the NGINX Ingress Controller Module

The NGINX Ingress Controller module is used to install the NGINX Ingress Controller.

The default namespace for NGINX Ingress Controller module is ingress-nginx.

The NGINX Ingress Controller is an implementation of the Kubernetes Ingress Resource to access Services within a cluster. For information on the Kubernetes Ingress Resource, see the upstream documentation.

The NGINX Ingress Controller provides the options to use various Custom Resource Definitions (CRDs), such as Ingress, VirtualServer, VirtualServerRoute and TransportServer.

For more information on the NGINX Ingress Controller, see the upstream documentation.