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
posta 5 anni fa224 visualizzazioni
1 Risposta
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
con risposta 5 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande