In this post, we will see how to setup MySQL NDB Cluster from a
docker image. I assume that the reader has some basic
understanding of docker and its terminology.
Steps to install MySQL NDB Cluster:
Let's create a MySQL NDB Cluster with the following
environment:
MySQL NDB Cluster version (Latest GA version)1 Management Node4
Data Nodes1 Mysqld ServerConfiguration slots for upto 4
additional API nodes
Note: Docker software must be installed and running on the
same host where we are planning to install MySQL NDB Cluster.
Also make sure we have enough resources allocated to docker so
that we shouldn’t face any issues later on.
Step 1: Get the MySQL NDB Cluster docker image on your
host
Users can get the MySQL NDB Cluster image from github site
(link). Then …