Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 225 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 225 Bytes

kind-cluster

A fully-fledged kubernetes cluster powered by kind & docker

To install it, just run:

kind create cluster --config=config.yaml

To delete it:

kind delete cluster --name=kind-cluster