Service LoadBalancer Preserve DNS

0

How can you preserve DNS when dealing with an EKS Service? If a Service is deleted I don't want to have to propagate a change through DNS.

I found that that the Kubernetes "loadBalancerIP" spec does not appear to work.

Next I am exploring running two load balancers so that we can manage the external and manage the Kubernetes Service ELB in IP based target group.

Any thoughts on a this path or a better one? Should we be thinking about this differently?

Thx! bkc

ahec
feita há 5 anos224 visualizações
1 Resposta
0

As a first config, I've decided to use the aws-alb-ingress-controller pointing to our nginx-ingress-controller.

https://aws.amazon.com/blogs/opensource/kubernetes-ingress-aws-alb-ingress-controller/

https://github.com/helm/charts/tree/master/stable/nginx-ingress

ahec
respondido há 5 anos

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