Charmed MySQL K8s

Channel Revision Published Runs on
8.0/stable 153 27 Jun 2024
Ubuntu 22.04
8.0/candidate 153 26 Jun 2024
Ubuntu 22.04
8.0/beta 160 15 Jul 2024
Ubuntu 22.04
8.0/beta 161 15 Jul 2024
Ubuntu 22.04
8.0/edge 165 23 Jul 2024
Ubuntu 22.04
8.0/edge 164 23 Jul 2024
Ubuntu 22.04
juju deploy mysql-k8s --channel 8.0/stable
Show information

Platform:

How to integrate DB with my charm

Please check the supported interfaces of the current charm first. You have options to use modern (preferred) or legacy interfaces. Make sure you are familiar with Juju integration concepts.

The most existing charms currently use ops-lib-mysql interface (legacy). Canonical recommends for new charms to use data-platform-libs instead. You can take a look at mysql-test-app for more practical examples. Consider to read the great manual about the charm development. The legacy charm details are well described here.

FAQ:

  • Q: Does the requirer need to set anything in relation data?
    A: it depends on the interface. Check the mysql_client interface requirements.
  • Q: Is there a charm library available, or does my charm need to compile the mysql relation data on its own?
    A: Yes, the library is available: data-platform-libs.
  • Q: How do I obtain the database url/uri?
    A: it is planned, but currently missing. Meanwhile use PostgreSQL as an example.

Troubleshooting:

Contact us if you have any questions, issues and/or ideas!


Help improve this document in the forum (guidelines). Last updated 10 months ago.