Deleting Gremlin from your cluster

Let's perform the following steps to remove the components of Gremlin from your Kubernetes cluster:

  1. 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
  1. Remove the Helm release using the release name:
$ helm delete gremlin --purge

Helm will remove the release from your cluster.