At the time of writing this, the latest Vault version is 1.3. This supports the joining of a node to a Raft cluster.
I've seen that in the official example the join seems that must be run manually. So the first node run vault operator init
and all the others join.
Is there currently a way to have the Raft join mechanism automatic out-of-the-box? I believe not so this must be handled externally with some tooling. is it right?