1 Resposta
- Mais recentes
- Mais votos
- Mais comentários
2
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.
Conteúdo relevante
- feita há 2 meses
- feita há 2 meses
- feita há 2 meses
- feita há 2 meses
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.