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
已提問 1 年前檢視次數 682 次
1 個回答
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
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南