
MySQL Router K8s
- Canonical
- Databases
Channel | Revision | Published | Runs on |
---|---|---|---|
8.0/stable | 599 | 11 Mar 2025 | |
8.0/stable | 598 | 11 Mar 2025 | |
8.0/candidate | 599 | 27 Feb 2025 | |
8.0/candidate | 598 | 27 Feb 2025 | |
8.0/beta | 599 | 25 Feb 2025 | |
8.0/beta | 598 | 25 Feb 2025 | |
8.0/edge | 628 | 31 Mar 2025 | |
8.0/edge | 627 | 31 Mar 2025 |
juju deploy mysql-router-k8s --channel 8.0/stable
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
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>