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
posta un anno fa679 visualizzazioni
1 Risposta
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
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande