Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 635 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 635 Bytes

kindctl

Contains utility scripts to make working with "kind" (Kubernetes in Docker) convenient

Kind repository: https://github.com/kubernetes-sigs/kind
Kind documentation: https://kind.sigs.k8s.io/docs/user/quick-start/

Script Description
create-cluster Create one/multiple clusters (default or named, single or multi node)
delete-cluster Delete a cluster (default or named)
setup-dashboard Setup Kubernetes dashboard in any of the clusters
start-proxy Start a proxy to access the dashboard, for the default cluster or any named cluster
stop-proxy Stop the proxy for the default or a named cluster