h3poteto / aws-global-accelerator-controller

A Kubernetes controller for Global Accelerators and Route53
Apache License 2.0
26 stars 8 forks source link

Create Global Accelerator according to ingress #36

Closed h3poteto closed 2 years ago

h3poteto commented 2 years ago

For example, aws-load-balancer-controller creates ALB associated with ingress.

h3poteto commented 2 years ago

Ingress can have multiple host rules, in this case, aws-lb-controller creates multiple LB for each host?

h3poteto commented 2 years ago

It does not create multiple LB. It adds multiple rules in the listener rule of the LB.