NAT mode settings in loadbalancer service annotation #1026
Unanswered
hanamantagoud
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi ,
As per below link , 5 NAT modes are explained in the documentation.
https://github.com/loxilb-io/loxilbdocs/blob/main/docs/nat.md
But at the global level configuration , when we need to set the
setLBMode, only 3 are supported.But at individual service level , 5 modes are given.
loxilb.io/lbmode Set LB mode individually for each service. The values that can be specified: "default", "onearm", "fullnat", "hostonearm", "fullproxy" and "dsr". Please refer to this document for more details.What is hostonearm , fullproxy , dsr mode from 5 NAT modes given in above documentation ?
How to enable L2 DSR mode and L3 DSR mode using annotations ?
All reactions