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
- Host: GitHub
- URL: https://github.com/tty47/kind-k8s-clusters
- Owner: tty47
- Created: 2021-02-13T12:29:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-11T12:53:16.000Z (over 3 years ago)
- Last Synced: 2025-02-14T10:43:46.648Z (3 months ago)
- Topics: cluster, clustering, development, docker, k8s, kind, kubernetes, local-dev
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```