add AWS EKS ELB instructions for nginx ingress
Signed-off-by: meldafrawi <mohamed.eldafrawi@rancher.com>
This commit is contained in:
parent
675799bd87
commit
6e469977a0
@ -36,3 +36,14 @@ spec:
|
||||
|
||||
4. Create the ingress controller:
|
||||
`$ kubectl -n longhorn-system apply longhorn-ingress.yml`
|
||||
|
||||
|
||||
|
||||
#### For AWS EKS clusters:
|
||||
User need to create an ELB to expose nginx ingress controller to the internet. (additional cost may apply)
|
||||
|
||||
1. Create pre-requisite resources:
|
||||
https://github.com/kubernetes/ingress-nginx/blob/master/docs/deploy/index.md#prerequisite-generic-deployment-command
|
||||
|
||||
2. Create ELB:
|
||||
https://github.com/kubernetes/ingress-nginx/blob/master/docs/deploy/index.md#aws
|
||||
|
Loading…
Reference in New Issue
Block a user