Mysql Test App

  • By Canonical Data Platform
Channel Revision Published Runs on
latest/stable 36 01 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
latest/edge 36 01 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
juju deploy mysql-test-app
Show information

Platform:

Ubuntu
22.04 20.04

MySQL Test App

The test application charm used in various test scenarios for Charmed MySQL K8s/VM installations.

While this tutorial intends to guide and teach you as you deploy MySQL Test App, it will be most beneficial if you already have a familiarity with:

  • Basic terminal commands.
  • MySQL concepts such as replication and users.

MySQL Test App is the workload-less charm. It can be deployed and used in both K8s and VM installations.

Just deploy and relate it:

# Deploy
juju deploy mysql db
juju deploy mysql-test-app app
juju relate db app:database

# Run endless load test
juju run app/leader start-continuous-writes # (optional, to start endless write test)
juju run app/leader stop-continuous-writes  # (optional, to stop endless write test)

# Keep the house clean
juju remove-application app db