I have two types of subnets as DMZ subnets and private subnets. EKS cluster is on the private subnet, and one of the ALBs is on the DMZ subnet. I want to create an ingress controller in the private subnet and need to point that from the DMZ subnet ALB. How can I do it?
I am using this one currently: .7.0/deploy/static/provider/cloud/deploy.yaml. But I create the ingress controller, it will create another ALB in the DMZ zone automatically.