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
질문됨 5년 전224회 조회
1개 답변
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
답변함 5년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠