Skip to content

Kubernetes with https on AWS

I successfully created an eks cluster and deployed an application and created a service of type LoadBalancer. I also created a private link to expose the service. Everything works perfectly on http. But I do not know how can I get it working on https.I tried ingress-nginx-controller eks and alb but ingress address is always empty Can someone point me in right direction?