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
- Host: GitHub
- URL: https://github.com/johnweldon/nats-helm-kind-playground
- Owner: johnweldon
- Archived: true
- Created: 2024-01-19T02:35:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T16:56:27.000Z (over 1 year ago)
- Last Synced: 2025-01-25T23:22:36.712Z (over 1 year ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```