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

Add links to Helm charts

This commit is contained in:
Waldemar Quevedo
2020-07-30 10:02:06 -07:00
committed by GitHub
parent 543d572f79
commit b8527087b3

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