ingress-nginx-helm/examples/tls-termination/elb-nginx
2017-09-08 11:56:25 -03:00
..
images Add example of TLS termination using a classic ELB 2017-06-28 17:36:39 -04:00
nginx-ingress-controller.yaml Release nginx ingress controller 0.9.0-beta.13 2017-09-08 11:56:25 -03:00
README.md Add example of TLS termination using a classic ELB 2017-06-28 17:36:39 -04:00

Elastic Load Balancer for TLS termination

This example shows the required steps to use classic Elastic Load Balancer for TLS termination.

Change line of the file elb-tls-nginx-ingress-controller.yaml replacing the dummy id with a valid one "arn:aws:acm:us-west-2:XXXXXXXX:certificate/XXXXXX-XXXXXXX-XXXXXXX-XXXXXXXX"

Then execute:

$ kubectl create -f elb-tls-nginx-ingress-controller.yaml

This example creates an ELB with just two listeners, one in port 80 and another in port 443

Listeners