/
Is it necessary to configure "round-robin" DNS in the Primary DNS or can a secondary DNS be utilized?
Is it necessary to configure "round-robin" DNS in the Primary DNS or can a secondary DNS be utilized?
This can be done in any DNS server, primary or secondary. Swarm doesn't need DNS; it is for the benefit of the Swarm clients. The round-robin record shown below would allow for clients one method of distributing their initial requests across the cluster:
swarm 0 IN A 192.168.1.101
0 IN A 192.168.1.102
0 IN A 192.168.1.103
0 IN A 192.168.1.104
, multiple selections available,
Related content
Does the creation of a secondary DNS inside the network provide improvements?
Does the creation of a secondary DNS inside the network provide improvements?
More like this
DNS Load balancing Requests to Swarm
DNS Load balancing Requests to Swarm
More like this
How are requests spread across a Swarm cluster?
How are requests spread across a Swarm cluster?
More like this
Configuring Swarm for Gateway
Configuring Swarm for Gateway
More like this
Why do I need to define a cluster name for Swarm?
Why do I need to define a cluster name for Swarm?
More like this
Connecting to a Swarm Cluster
Connecting to a Swarm Cluster
More like this
© DataCore Software Corporation. · https://www.datacore.com · All rights reserved.