AWS Open Source Blog

Cornell Anthony

Author: Cornell Anthony

Cornell is a Cloud Support Engineer at AWS. On a daily basis he provides solutions for customer's cloud architecture in the Networking and DevOps domain. If not at work, you could find him playing soccer, badminton or table tennis .

diagram: Network load balancer in front of the Ingress resource.

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

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 different ingress controllers that can do this job, it’s important to choose the right one for the type […]