Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.21 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.21 KB

helm logo github logo

helm-kind

Helm3 supported GitHub release (latest by date) Artifact Hub

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

Pre-requisites

  1. Plugin require latest version of Kind to be installed.

Installation

Install the stable version:

$ helm plugin install https://github.com/web-seven/helm-kind.git

Usage

# Create cluster
$ helm kind

# Delete cluster 
$ kind delete cluster