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

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.

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
```