https://github.com/dotdc/kind-lab
Material to deploy a Kubernetes cluster using kind.
https://github.com/dotdc/kind-lab
kind kubernetes kubernetes-cluster lab
Last synced: 15 days ago
JSON representation
Material to deploy a Kubernetes cluster using kind.
- Host: GitHub
- URL: https://github.com/dotdc/kind-lab
- Owner: dotdc
- License: mit
- Created: 2023-04-27T22:11:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-27T22:15:37.000Z (about 3 years ago)
- Last Synced: 2025-07-27T01:59:08.301Z (11 months ago)
- Topics: kind, kubernetes, kubernetes-cluster, lab
- Language: HCL
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kind-lab
## Description
Deploy a kind cluster with [kube-prometheus-stack](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack).
## Usage
To create the kind cluster:
```bash
./start.sh
```
To delete the kind cluster:
```bash
./stop.sh
```