mysql-router-k8s

MySQL Router K8s

Channel Revision Published Runs on
8.0/stable 748 23 Jun 2025
Ubuntu 22.04
8.0/stable 747 23 Jun 2025
Ubuntu 22.04
8.0/candidate 748 16 Jun 2025
Ubuntu 22.04
8.0/candidate 747 16 Jun 2025
Ubuntu 22.04
8.0/beta 748 23 Jun 2025
Ubuntu 22.04
8.0/beta 747 23 Jun 2025
Ubuntu 22.04
8.0/edge 748 13 Jun 2025
Ubuntu 22.04
8.0/edge 747 13 Jun 2025
Ubuntu 22.04
juju deploy mysql-router-k8s --channel 8.0/stable
Show information

Platform:

How to deploy and manage units

Basic Usage

To deploy a single unit of MySQL Router using its default configuration

juju deploy mysql-router-k8s --channel 8.0 --trust

To deploy MySQL Router in high-availability mode, specify the number of desired units with the -n option.

juju deploy mysql-router-k8s --channel 8.0 --trust -n <number_of_replicas>

Scaling

Both scaling-up and scaling-down operations are performed using juju scale-application:

juju scale-application mysql-router-k8s <desired_num_of_units>

Help improve this document in the forum (guidelines). Last updated 1 year, 2 months ago.