Stop Axual services
Uninstall Axual from kubernetes
Time to do some cleanup
Uninstall Nginx
- 
Use the following command to uninstall the nginx controller from the nginx namespace. helm uninstall nginx -n nginx
Uninstall Axual Platform
- 
Use the following command to uninstall the Axual Platform from the kafka namespace. helm uninstall platform -n kafka
- 
For a complete uninstall, also delete the created Persistent Volume Claims (PVC) kubectl delete pvc --all --namespace kafka