NGINX Ingress Controller

NGINX Ingress Controller for Kubernetes manages traffic that originates outside your cluster (ingress traffic) using the Kubernetes Ingress rules. You can use either the host name, path, or both the host name and path to route incoming requests to the appropriate service.

Only administrators can enable and disable NGINX Ingress Controller. Both administrators and regular users with the appropriate roles and permissions can create Ingress resources.

Configuration of the NGINX Ingress Controller is managed by way of cluster_config.ingress_controller option parameters in the MKE configuration file.