I'm running into an issue with the way Galera cluster is set up to work with MariaDB.
Each node in the cluster has to have a configuration that houses the IP addresses of every other node (inclusive) in the cluster. If I ever want to add a node to the cluster, I have to manually add that node's IP address to the configurations on every other node.
This makes spinning up and down servers dynamically for the cluster difficult.
Are there any work arounds for this? Possibly a way to notify every node of a new node being added to the cluster remotely?