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
feita há um ano679 visualizações
1 Resposta
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
respondido há um ano

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas