Let's perform the following steps to remove the components of Gremlin from your Kubernetes cluster:
- List the Gremlin Helm releases:
$ helm ls |grep gremlin
gremlin 1 Thu Sep 26 04:37:05 2019 DEPLOYED gremlin-0.1.3 2.11.8
- Remove the Helm release using the release name:
$ helm delete gremlin --purge
Helm will remove the release from your cluster.