helm-kind
is a helm plugin that allows you to create Kubernetes cluster locally using Kind, with local directory nounted to cluster host filesystem, eg. for local development
- Plugin require latest version of Kind to be installed.
Install the stable version:
$ helm plugin install https://github.com/web-seven/helm-kind.git
# Create cluster
$ helm kind
# Delete cluster
$ kind delete cluster