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
asked 5 years ago216 views
1 Answer
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
answered 5 years 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