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

Update minimal-setup.md

This commit is contained in:
Ginger Collison 2020-01-21 13:26:42 -06:00 committed by GitHub
parent 17e72dfb65
commit a18cc0e83e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# Basic NATS and NATS Streaming setup in K8S
# Basic NATS and NATS Streaming Setup in K8S
## Minimal NATS and NATS Streaming setup
## Minimal NATS and NATS Streaming Setup
To try NATS with the minimal number of components, you can start with the following:
@ -52,7 +52,7 @@ Listening on [hello], clientID=[stan-sub], qgroup=[] durable=[]
In order to have higher availability you can setup NATS and NATS
Streaming (STAN) to run in clustering mode. The following commands
will setup a 3 node NATS cluster as well as a 3-node NATS Streaming
will setup a 3 node NATS cluster as well as a 3 node NATS Streaming
cluster that has an attached volume for persistence. Note that you will need more than one node available in your Kubernetes cluster in order for this to work, so in case of deploying onto minikube or docker desktop, please try the single node installer instead.
```sh