filhodanuvem / k8s

Deploy NATS on Kubernetes with Helm Charts ☸️

Home Page:https://nats-io.github.io/k8s/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screen Shot 2020-10-12 at 4 59 32 PM

License Version

Running NATS on K8S

In this repository you can find several examples of how to deploy NATS, NATS Streaming and other tools from the NATS ecosystem on Kubernetes.

Getting started with NATS using Helm

In this repo you can find the Helm 3 based charts to install NATS and NATS Streaming (STAN).

> helm repo add nats https://nats-io.github.io/k8s/helm/charts/
> helm repo update

> helm repo list
NAME          	URL 
nats          	https://nats-io.github.io/k8s/helm/charts/

> helm install my-nats nats/nats
> helm install my-stan nats/stan --set stan.nats.url=nats://my-nats:4222

License

Unless otherwise noted, the NATS source files are distributed under the Apache Version 2.0 license found in the LICENSE file.

About

Deploy NATS on Kubernetes with Helm Charts ☸️

https://nats-io.github.io/k8s/

License:Apache License 2.0


Languages

Language:Shell 63.1%Language:Smarty 28.7%Language:Mustache 4.2%Language:Makefile 2.4%Language:Dockerfile 1.6%