This is part of the Charmed Kafka K8s Tutorial. Please refer to this page for more information and the overview of the content.
Cleanup your environment
If you’re done with testing and would like to free up resources on your machine, just remove Multipass VM.
Warning When you remove VM as shown below you will lose all the data in Kafka and any other applications inside Multipass VM!
multipass delete --purge my-vm
What’s next?
In this tutorial we’ve successfully deployed Kafka, added/removed users, connected client applications and even enabled and disabled TLS. If you’re looking for what to do next you can:
- Run Charmed Kafka on VMs.
- Check out our Charmed offerings of MySQL, PostgreSQL, MongoDB.
- Read about High Availability Best Practices
- Report any problems you encountered.
- Give us your feedback.
- Contribute to the code base