Application load balancer in EKS without ingress controller

0

Hi all, is it possible to create an Application load balancer and attach it to your EKS cluster without the need of an ingress controller?

2 réponses
1

If you want to use ALB and it's features, you would need the ingress controller. If a simple L4 Load Balancer meets your needs, you can use deploy Kubernetes "Service" of LoadBalancer type. It would provision a Classic Load Balancer

--Syd

profile picture
Syd
répondu il y a 2 ans
  • so what I am trying to achieve is having an NLB in front of an ALB in EKS in order to achieve the requirements of supporting HTTPS, having a static ip and attaching the ALB to a pod using a custom nginx image, hence I want to create an ALB without an ingress controller.

0

Have a look at the prerequisites in the EKS documentation for Application load balancing. The AWS Load Balancer Controller must be deployed on your cluster before you can load balance application traffic to an application.

AWS
Michael
répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions