Skip to content

jrmanes/kind-k8s-clusters

Repository files navigation

Kind-K8S-Clusters

The pourpose of this repository is for store different kind of cluster which will be created using the tool KIND.

Useful commands

kind create cluster --config <config_file.yaml>
kind get clusters
kubectl cluster-info --context kind-kind
kind delete cluster