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

1 Answer
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
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions