Add example of TLS termination using a classic ELB
This commit is contained in:
parent
3c9ac43058
commit
2bc507c2d4
3 changed files with 150 additions and 0 deletions
15
examples/tls-termination/elb-nginx/README.md
Normal file
15
examples/tls-termination/elb-nginx/README.md
Normal 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
|
||||
|
||||

|
||||
Loading…
Add table
Add a link
Reference in a new issue