1 Answer
- Newest
- Most votes
- Most comments
1
NGINX can work with an ALB. You just need to ensure the Nodes/IPs are in a target group and you have a Rule on your ALB to forward the webtraffic too.
EDIT Ensure the ALB Target group is configured with the Correct HTTP Ports for your NGINX machines.
Relevant content
- asked 5 months ago
- Accepted Answerasked a year ago
- asked 3 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 7 months ago
Do I need ALB controller for that? Can you check what I missed?
Does this help? https://aws.amazon.com/blogs/containers/exposing-kubernetes-applications-part-3-nginx-ingress-controller/
Under ingress, the nginx service should be set as target. Now it works. But I still need this AWS LB Controller.