The Nginx Ingress Controller is a popular Kubernetes Ingress controller that uses Nginx as a reverse proxy and load balancer to route external traffic into a cluster, acting as a single entry point with SSL/TLS termination, load balancing, session handling, and path-based routing. This guide set...
Source: [Dev.to](https://dev.to/vultr/setting-up-nginx-ingress-controller-with-ssl-on-kubernetes-50go)