Running HA Nginx Ingress on AWS EKS with TLS(AWS ACM)
Written by Arunava Mukherjee, Operations Manager Kubernetes supports a high-level abstraction called Ingress. Ingress exposes HTTP and HTTPS routes from outside the cluster to services within the cluster. The traffic routing is controlled by rules defined on the Ingress resource. An ingress is a core concept of Kubernetes but is always implemented by a third-party…