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
Navigation
Level | Path | Navlink |
---|---|---|
1 | reference | Reference |
2 | r-releases-notes | Release Notes |