percona / roadmap

Public Percona Roadmaps
10 stars 1 forks source link

[K8SPXC-1325] Expand the XtraDB cluster to another k8s cluster #102

Open spron-in opened 10 months ago

spron-in commented 10 months ago

Community Note

Tell us about the feature

In conversations with users, we learnt about the use case, where it is desired to add more nodes into the existing PXC cluster instead of doing an async replication between two distinct clusters.

 

For example, one user was doing blue-green deployments when upgrading k8s cluster. For stateless apps, it was easy to deploy some Pods in the new k8s cluster and partially route the traffic.

Whereas for PXC the only option is having async replication between two distinct clusters, vs just adding one more node. 

 

Similar to what we do in MongoDB, where we allow users to expand the replica set with externalNodes: [https://docs.percona.com/percona-operator-for-mongodb/replication.html]

Link to JIRA