Free Report! Gartner® Hype Cycle™ for Monitoring and Observability.Read more

Uninstall BindPlane OP Server

Helm

When BindPlane OP is managed by Helm, it can be uninstalled with the helm uninstall command.

This example assumes that BindPlane was deployed with Helm using the application name "bindplane".

text
1helm -n bindplane uninstall bindplane

Manually

BindPlane can be cleaned up manually by deleting the namespace it was deployed to.

bash
1kubectl delete namespace bindplane