1 Antwort
- Neueste
- Die meisten Stimmen
- Die meisten Kommentare
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.
Relevanter Inhalt
- Wie stelle ich externen Zugriff auf mehrere Kubernetes-Services in meinem Amazon EKS-Cluster bereit?AWS OFFICIALAktualisiert vor 2 Jahren
- AWS OFFICIALAktualisiert vor 2 Jahren
- AWS OFFICIALAktualisiert vor 2 Jahren
- AWS OFFICIALAktualisiert vor 8 Monaten
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.