This book has covered a lot of material, including a brief overview of high availability in terms of what it means to you and how MySQL fulfills those requirements. We focused on MySQL InnoDB Cluster and all its components: the InnoDB storage engine, Group Replication, the AdminAPI, MySQL Shell, and MySQL Router. Not only that, but we also walked through developing high-availability applications as well as setting up InnoDB Cluster by using the sandbox and a set of MySQL servers running on separate machines.
You also saw a unique alternative platform to experiment with InnoDB Cluster: ...