Hashicorp Certified Consul Associate 002 · Free Practice Question Easy
Question 12
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
Reveal correct answer
Correct 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.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
You must be logged in to post a comment.
