MySQL Forums
Forum List  »  MySQL & Kubernetes

Re: When access single storage from multiple pods of MySQL give error
Posted by: Johannes Schlüter
Date: May 31, 2024 05:02AM

Sharing storage isn't possible.

You can use a StatefulSet to ensure each Pod has its own storage and then use Group Replication to synchronize data.

Using MySQL Operator makes that simple.
https://dev.mysql.com/doc/mysql-operator/en/

Options: ReplyQuote


Subject
Written By
Posted
Re: When access single storage from multiple pods of MySQL give error
May 31, 2024 05:02AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.