Skip to content

canhnt/k8s-nats-streaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NATS Streaming Server on Kubernetes

This project contains a Docker image and a Helm chart to run NATS Streaming Server in the Kubernetes cluster. The NATS Streaming Server can run in fault tollerance mode

Requirements

  • Kubernetes v1.8.0 or later.
  • A NFS instance like Amazon EFS or Google Gluster.

Syntax

Build Helm chart

make helm

Helm chart options

Keys Default Description
image 'docker.io/canhnt/nats-streaming-server:v0.6.0' Docker image to deploy
imagePullPolicy 'IfNotPresent'
replicas 3 Number of nats-streaming replicas
storageSize 1Gi Storage size of the share volume between nats-streaming replicas
pv.serverUrl 'FAKED' URL of the NFS instance