Hello Kubernetes experts! I was trying to follow the documentation below to create an alb-ingress-controller with ingress resources- https://aws.amazon.com/blogs/containers/using-alb-ingress-controller-with-amazon-eks-on-fargate/
It's supposed to create an alb and bind the address field of Kubernetes ingress but the address field of ingress is empty! No error.
I documented the steps in my blog at https://blogs.aspnet4you.com/2020/03/17/run-serverless-kubernetes-pods-using-amazon-eks-and-aws-fargate/ and you can see address of ingress is empty! Ingress PODs are running fine.
I could create an alb manually which is what I did but it defeats the purpose. Any idea why alb didn't get created?
Thanks, Prodip