Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 302 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 302 Bytes

MySQL simple replication example for Kubernetes

This repository is very simple and designed to primarily be a proof-of-concept.

The POC is essentially show how to launch two types of MySQL replication on Kubernetes:

  • Asynchronous master and slave(s)
  • Galera synchronous (Percona XtraDB Cluster)