Add example of TLS termination using a classic ELB

This commit is contained in:
Manuel de Brito Fontes 2017-06-28 16:22:46 -04:00
parent 3c9ac43058
commit 2bc507c2d4
3 changed files with 150 additions and 0 deletions

View file

@ -0,0 +1,15 @@
### 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](images/listener.png)