How to install Percona XtraDB Cluster for MySQL on Windows

My organization is exploring a 3 node Percona XtraDB Cluster for MySQL. I don’t have access to that environment. I want to explore and learn Percona XtraDB Cluster. I like to install the same on my laptop. Using Docker can I install a 3 node Percona XtrDB cluster for MySQL? Please help.
Thank you very much for your help.

1 Like

@Debdutta_Nath You can absolutely use docker to set up a 3-node PXC. Our official images: Docker Hub Be sure to pull the latest 8 tag.

I would suggest you skip the ‘service discovery’ aspect as that is not typical in production deployments. Just use ‘CLUSTER_JOIN’ as noted in the docker docs.

1 Like