Of the different types of clustered MySQL environments, NDB Cluster is among the ones that involves more effort and resource to administer. And unless you are a command line freak, you would want to use a tool that gives you a full view of what is going on in your cluster.
It is possible to install ClusterControl and monitor your existing MySQL Cluster (NDB). In this blog post, we are going to show you on how to add two existing MySQL Clusters (production and staging) into ClusterControl.
- ClusterControl: 192.168.55.170
- Cluster #1:
- Management/API node: mgmd-api1 - 192.168.55.71
- Management/API node: mgmd-api2 - 192.168.55.72
- Data node: data1 …