I'm happy to show a simple example I developed for running simple MySQL replication on Kubernetes.
The reason I've done this is that I'm in the process of preparing a presentation for Percona Live and decided to start out with basic replication. I figured if I get that working, getting Galera replication using Percona XtraDB Cluster will be even easier since SST makes it easier and less complicated when a node joins the cluster versus a slave connecting to a master and having to concern itself with binary log position and getting a snapshot that corresponds to that.
Using my blog post to easily build a Kubernetes cluster with VMware …
[Read more]