Follow this to setup a MySQL database cluster with group replication. Group
replication is where the database across the cluster is constantly synced, so
you can write or read from any database and it will be replicated across the
other ones.
This increases the redundancy and read throughput.
Assumptions
Following