NLB WITH SEVERAL SERVICES IN EKS

0

0

I am trying to design a network load balancer in eks which is being utilised by several services on the namespace

I designed a network load balancer in eks but now I need to add on other services for my microservice architecture. How do I configure my nlb to use several services

profile picture
gefragt vor einem Jahr680 Aufrufe
1 Antwort
0

Generally, You can do that with ingress Controller on ALB. Most of case, ALB will be recommended option. Otherwise, you can do with NLB by defining some annotations. You need to define Ingress resources for each of your services instead of service resources. the only service will be in front of you ingress controller, and that will be the NLB. Flow : NLB -> Nginx Ingress Service -> My Service Refer : https://aws.amazon.com/blogs/opensource/network-load-balancer-nginx-ingress-controller-eks/

profile pictureAWS
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen