Check MariaDB cluster status
To check the status of your MariaDB cluster, log in to the master or primary database server host using SSH, start the MariaDB command-line client using your administrative credentials, and run the following command within it:
SHOW PROCESSLIST;
SHOW SLAVE HOSTS;
The output of these commands will be a list of cluster nodes and their current replication status.