NGINX Ingress Controller
The NGINX Ingress Controller is an implementation of a Kubernetes Ingress Controller for NGINX. The Ingress is a Kubernetes resource that lets you configure an HTTP load balancer for applications running on Kubernetes, represented by one or more Services. Such a load balancer is necessary to deliver those applications to clients outside of the Kubernetes cluster.
The Ingress resource supports Content-based routing and TLS/SSL termination for each hostname.
Prerequisites
- Kubernetes cluster accessible with
kubectl
CLI - Install Helm