| Channel | Revision | Published | Runs on | 
|---|---|---|---|
| 8.0/stable | 748 | 23 Jun 2025 | |
| 8.0/stable | 747 | 23 Jun 2025 | |
| 8.0/candidate | 748 | 16 Jun 2025 | |
| 8.0/candidate | 747 | 16 Jun 2025 | |
| 8.0/beta | 748 | 23 Jun 2025 | |
| 8.0/beta | 747 | 23 Jun 2025 | |
| 8.0/edge | 852 | 28 Oct 2025 | |
| 8.0/edge | 851 | 28 Oct 2025 | |
| 8.0/edge | 850 | 28 Oct 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 manage related applications
Modern mysql_client interface:
Relations to new applications are supported via the “mysql_client” interface. To create a relation:
juju relate mysql-router-k8s application
To remove a relation:
juju remove-relation mysql-router-k8s application
All listed on CharmHub applications are available here, e.g.:
Legacy mysql interface:
This charm does NOT support legacy mysql interface.
Internal operator user
To rotate the internal router passwords, the relation with backend-database should be removed and related again. That process will generate a new user and password for the application, while retaining the requested database and data.
juju remove-relation mysql-k8s mysql-router-k8s
juju integrate mysql-k8s mysql-router-k8s
