Skip to content

Commit 7bcc962

Browse files
authored
mDNS setup for cluster HA docs
1 parent a13b439 commit 7bcc962

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/howto/cluster_access.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,6 @@ Traffic will then get balanced between all servers and as soon as a server goes
8989
```{note}
9090
To minimize fallback delay, one can make use of BFD alongside BGP to get sub-1s fallback time.
9191
```
92+
93+
### mDNS in L2 Network
94+
If you are running in an L2 network (for instance, in a typical home network) you can use mDNS and publish the same `.local` domain (something like `incus.local`) from multiple hosts. More than one host may send a reply in response to the multicast request, and the client will receive multiple mDNS response packets - this way, at the cost of packet flood, you get a simple way to ensure you reach *some* cluster node.

0 commit comments

Comments
 (0)