Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Accepted Answer
That specific tutorial is setting up an active-active cluster, thus it shouldn’t really matter which node you connect to, though for the purpose of getting things working, I’d connect to the primary, which would be the one you ran galera_new_cluster on – galera-node-01 in the guide.
Since they are all binding to 0.0.0.0 using:
bind-address=0.0.0.0
You should be able to connect remotely using your Droplets Public IPv 4 IP without any issues. If you’re not able to connect, try disabling ufw temporarily and then try to reconnect.
ufw disable
@jtittle this config bind-address=0.0.0.0 works for me! Thank you very much!