Clean up¶
When you are done experimenting, remove the tutorial deployment to free up resources.
Destroy the model¶
Destroy the model, including its storage. This removes Airbyte and all of the supporting charms in one step:
juju destroy-model airbyte-model --destroy-storage --no-prompt
Destroy the controller¶
If you no longer need the Juju controller:
juju destroy-controller airbyte-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 securing and observing your deployment.
Read the Airbyte architecture explanation to understand the components behind what you just deployed.
Check the Airbyte reference for system requirements and Charmhub-generated configuration details.