Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nats-io/k8s
NATS on Kubernetes with Helm Charts
https://github.com/nats-io/k8s
Last synced: about 2 months ago
JSON representation
NATS on Kubernetes with Helm Charts
- Host: GitHub
- URL: https://github.com/nats-io/k8s
- Owner: nats-io
- License: apache-2.0
- Created: 2019-07-22T17:39:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T18:46:24.000Z (9 months ago)
- Last Synced: 2024-04-14T02:21:09.427Z (9 months ago)
- Language: Go
- Homepage:
- Size: 1.25 MB
- Stars: 411
- Watchers: 16
- Forks: 294
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
- Governance: GOVERNANCE.md
Awesome Lists containing this project
README
[![License][License-Image]][License-Url]
[License-Url]: https://www.apache.org/licenses/LICENSE-2.0
[License-Image]: https://img.shields.io/badge/License-Apache2-blue.svg# Running NATS on K8S
In this repository you can find several examples of how to deploy NATS, NATS Streaming
and other tools from the NATS ecosystem on Kubernetes.- [NATS Helm Chart](https://github.com/nats-io/k8s/tree/main/helm/charts/nats#jetstream)
- [NATS Surveyor Chart](https://github.com/nats-io/k8s/tree/main/helm/charts/surveyor)
- [NATS JetStream Controller Chart](https://github.com/nats-io/k8s/tree/main/helm/charts/nack)## Getting started with NATS using Helm
In this repo you can find the Helm 3 based [charts](https://github.com/nats-io/k8s/tree/main/helm/charts) to install NATS.
```sh
> helm repo add nats https://nats-io.github.io/k8s/helm/charts/
> helm repo update> helm repo list
NAME URL
nats https://nats-io.github.io/k8s/helm/charts/> helm install my-nats nats/nats
```## License
Unless otherwise noted, the NATS source files are distributed
under the Apache Version 2.0 license found in the LICENSE file.