An open API service indexing awesome lists of open source software.

https://github.com/tty47/kind-k8s-clusters


https://github.com/tty47/kind-k8s-clusters

cluster clustering development docker k8s kind kubernetes local-dev

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Kind-K8S-Clusters

The pourpose of this repository is for store different kind of cluster which will be created using the tool [KIND](https://kind.sigs.k8s.io/).

# Useful commands

```
kind create cluster --config
```

```
kind get clusters
kubectl cluster-info --context kind-kind
kind delete cluster
```