OpenEBS for Percona

    Percona is highly scalable and requires underlying persistent storage to be equally scalable and performing. OpenEBS provides scalable storage for Percona for providing a simple and scalable RDS like solution for both On-Premise and cloud environments.

    Advantages of using OpenEBS for Percona database:

    • For each database instance of Percona, a dedicated OpenEBS workload is allocated so that granular storage policies can be applied. OpenEBS storage controller can be tuned with resources such as memory, CPU and number/type of disks for optimal performance.

    Deployment model

    As shown above, OpenEBS volumes need to be configured with three replicas for high availability. This configuration works fine when the nodes (hence the cStor pool) is deployed across Kubernetes zones.

    1. Install OpenEBS

      If OpenEBS is not installed in your K8s cluster, this can done from . If OpenEBS is already installed, go to the next step.

    2. Configure cStor Pool

      If cStor Pool is not configured in your OpenEBS cluster, this can be done from here. If cStor pool is already configured, go to the next step. Sample YAML named openebs-config.yaml for configuring cStor Pool is provided in the Configuration details below.

    3. You must configure a StorageClass to provision cStor volume on cStor pool. StorageClass is the interface through which most of the OpenEBS storage policies are defined. In this solution we using a StorageClass to consume the cStor Pool which is created using external disks attached on the Nodes. Since Percona-MySQL is a deployment, it requires high availability of data at Storage level. So cStor volume is 3. Sample YAML named openebs-sc-disk.yamlto consume cStor pool with cStor volume replica count as 3 is provided in the configuration details below.

    4. Launch and test Percona:

      Create a file called percona-openebs-deployment.yaml and add content from given in the configuration details section. Run kubectl apply -f percona-openebs-deployment.yaml to deploy Percona application. For more information, see Percona documentation. In other way, you can use stable Percona image with helm to deploy Percona in your cluster using the following command.

    Reference at openebs.ci

    A sample Percona server at

    Sample YAML for running Percona-mysql using cStor are here

    Monitor OpenEBS Volume size

    It is not seamless to increase the cStor volume size (refer to the roadmap item). Hence, it is recommended that sufficient size is allocated during the initial configuration.

    As in most cases, cStor pool may not be dedicated to just Percona database alone. It is recommended to watch the pool capacity and add more disks to the pool before it hits 80% threshold. See cStorPool metrics.

    Maintain volume replica quorum during node upgrades

    cStor volume replicas need to be in quorum when applications are deployed as and cStor volume is configured to have 3 replicas. Node reboots may be common during Kubernetes upgrade. Maintain volume replica quorum in such instances. See for more details.

    Configuration details

    openebs-config.yaml

    openebs-sc-disk.yaml

    percona-openebs-deployment.yaml

    Feedback

    Was this page helpful?

    YesNo