1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Merge pull request #137 from nats-io/add-links

Add links to Helm charts
This commit is contained in:
Ginger Collison
2020-07-30 12:06:44 -05:00
committed by GitHub

View File

@@ -54,3 +54,12 @@ kubectl apply -f https://raw.githubusercontent.com/nats-io/k8s/master/nats-strea
For NATS Streaming, it is actually recommended to use the Fault Tolerance mode as that would show better performance than clustering mode and better failover. You can follow this guide to setup [NATS Streaming with Fault Tolerance.](stan-ft-k8s-aws.md)
## Using Helm Charts
Both NATS and NATS Streaming have officially supported Helm charts as well:
- [NATS Helm Chart](https://github.com/nats-io/k8s/tree/master/helm/charts/nats)
- [NATS Streaming Helm Chart](https://github.com/nats-io/k8s/tree/master/helm/charts/stan)