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

https://github.com/johnweldon/nats-helm-kind-playground

Environment to quickly play with NATS Helm chart config
https://github.com/johnweldon/nats-helm-kind-playground

Last synced: 5 months ago
JSON representation

Environment to quickly play with NATS Helm chart config

Awesome Lists containing this project

README

          

# NATS Playground using Kind and Helm

This repo is **deprecated** and archived - this was part of some experimental work, but is **not recommended** or supported.

## Installation

This will create the kind cluster, and deploy the nats helm chart on it.

```sh
./up
```

## Clean Up

This will uninstall the helm chart, and remove the kind cluster.

```sh
./down
```