Charmed MongoDB K8s

Channel Revision Published Runs on
latest/stable 14 01 Aug 2022
Ubuntu 20.04
latest/edge 20 02 Mar 2023
Ubuntu 22.04 Ubuntu 20.04
latest/edge 16 03 Aug 2022
Ubuntu 22.04 Ubuntu 20.04
6/beta 38 05 Dec 2023
Ubuntu 22.04
6/edge 59 Yesterday
Ubuntu 22.04
5/edge 39 14 Dec 2023
Ubuntu 22.04
juju deploy mongodb-k8s --channel 6/edge
Show information

Platform:

Clean up the environment

In this tutorial, we’ve successfully:

  • Deployed MongoDB on LXD
  • Scaled our deployment
  • Added and removed database users
  • Enabled and disabled TLS

You may now keep your MongoDB deployment running to continue experimenting, or remove it entirely to free up resources on your machine.

Remove Charmed MongoDB

If you remove Charmed MongoDB as shown below, you will lose all data stored in MongoDB.

To remove Charmed MongoDB K8s, delete the juju model it is hosted on:

juju destroy-model tutorial --destroy-storage --force

Then, remove the overlord Juju controller. You can see all the available controllers by entering juju controllers.

To remove the overlord controller used in this tutorial, enter:

juju destroy-controller overlord

Remove Juju

If you remove Juju as shown below, you will lose access to any other applications you have hosted on Juju.

To remove Juju altogether, enter:

sudo snap remove juju --purge

You’ve successfully completed our Charmed MongoDB K8s tutorial :tada:

What next?

Join the community!


Help improve this document in the forum (guidelines). Last updated 15 hours ago.