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 <[email protected]>
  • Loading branch information
t0lya committed Jan 6, 2025
1 parent 5fbba06 commit 3ea2bef
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 3ea2bef

Please sign in to comment.