How to deploy Nginx Ingress Controller in EKS
I spent some time researching how to deploy the Nginx Ingress Controller to an EKS cluster. Firstly, we can decide how to use the Nginx Ingress Controller, and you have several different choices:
- CLB or NLB: Deploy the controller as either a Classic Load Balancer or a Network Load Balancer category.
- Public or Private: The load balancer is either publicly accessible or private access only (only accessible within your VPC network).
- HTTP or HTTPS: Whether to configure SSL, allowing encrypted connections between the client and the Load Balancer.