Clean up¶
When you are done experimenting, remove the tutorial deployment to free up resources.
If you used the Multipass VM¶
If you followed the prerequisites and ran this tutorial in the superset-tutorial Multipass VM, deleting the VM removes everything at once, including Juju, MicroK8s, and all deployed charms:
multipass delete superset-tutorial --purge
This is the fastest way to clean up and needs no further steps below.
If you ran this on your own machine¶
If you ran the tutorial directly on a host rather than in a disposable VM, remove each piece individually instead.
Destroy the controller¶
Destroying the controller removes its models, including all the data stored in PostgreSQL and Redis:
juju destroy-controller superset-controller --destroy-all-models --destroy-storage --no-prompt
Remove the snaps¶
To remove the tools installed for this tutorial:
sudo snap remove juju microk8s
Next steps¶
Work through the how-to guides for ingress, single sign-on, Trino integration, alerts and reports, and observability.
Read the explanation section to understand the architecture behind what you just deployed.
Check the reference section for supported feature flags, integrations, and system requirements.