Using a Network Load Balancer with the NGINX Ingress Controller on Amazon EKS | Amazon Web Services

Kubernetes Ingress is an API object that provides a collection of routing rules that govern how external/internal users access Kubernetes services running in a cluster. An ingress controller is responsible for reading the ingress resource information and processing it appropriately. As there are di…