1 réponse
- Le plus récent
- Le plus de votes
- La plupart des commentaires
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.
Contenus pertinents
- demandé il y a 2 ans
- demandé il y a 2 ans
- demandé il y a 7 mois
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a 2 ans
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.