Skip to content

Commit

Permalink
Add loadbalance plugin to submariner-lighthouse-coredns configmap
Browse files Browse the repository at this point in the history
The loadbalance will act as a round-robin DNS load balancer by
randomizing the order of A, AAAA, and MX records in the answer.
This helps distribute load across pods for headless services DNS.

Signed-off-by: Tony Le <tony.le@usa.com>
  • Loading branch information
t0lya committed Jan 15, 2025
1 parent f14c74e commit c6d1343
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ errors
health
ready
prometheus :9153
loadbalance
}`
expectedCorefile := ""

Expand Down

0 comments on commit c6d1343

Please sign in to comment.