MySQL Test App
- Canonical
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 64 | 15 Nov 2024 | |
latest/stable | 63 | 15 Nov 2024 | |
latest/stable | 62 | 15 Nov 2024 | |
latest/stable | 61 | 15 Nov 2024 | |
latest/edge | 64 | 12 Sep 2024 | |
latest/edge | 63 | 12 Sep 2024 | |
latest/edge | 62 | 12 Sep 2024 | |
latest/edge | 61 | 12 Sep 2024 |
juju deploy mysql-test-app --channel edge
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
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