Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 448 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 448 Bytes

NATS Streaming - simple installation

  1. For an installation of a simple NATS Streaming server, a setup is provided:

    kubectl create namespace natss
    kubectl apply -n natss -f natss/config/broker/natss.yaml
    

    NATS Streaming is deployed as a StatefulSet, using "nats-streaming" ConfigMap in the namespace "natss".

For tuning NATS Streaming, see here