True or False? When joining a new Consul agent to a cluster, the consul join command must include all the server nodes that make up the cluster.

True or False? When joining a new Consul agent to a cluster, the consul join command must include all the server nodes that make up the cluster.
A . False
B. True

Answer: A

Explanation:

A new Consul agent may join any node in the existing cluster. After joining with one member, the gossip communication will propagate the updated membership state across the cluster.

Therefore, you can type consul join <hostname> for a single Consul server node, and Consul will take care of the rest.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments