From 6e469977a0f647405a123903d3be2466c5bf2794 Mon Sep 17 00:00:00 2001 From: Mohamed Eldafrawi <18232258+meldafrawi@users.noreply.github.com> Date: Tue, 10 Mar 2020 00:41:58 +0200 Subject: [PATCH] add AWS EKS ELB instructions for nginx ingress Signed-off-by: meldafrawi --- docs/longhorn-ingress.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/longhorn-ingress.md b/docs/longhorn-ingress.md index e856da8..8096002 100644 --- a/docs/longhorn-ingress.md +++ b/docs/longhorn-ingress.md @@ -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