Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 591 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 591 Bytes

NATS + Minio on Kubernetes

Demo of NATS + Minio running on Kubernetes given during GopherCon 2017 Community Day.

Prerequisites

  • Kubernetes 1.6+ with working kubectl
  • Helm 2.5+
  • Minio installed via:
helm install stable/minio --name minio --namespace minio --set mode=distributed
mc config host add minio http://<External-IP>:9000 <accessKey> <secretKey> S3v4

Demo

Clone this repo and run: ./demo.sh

Cleanup

 helm delete --purge logbomb
 helm delete --purge logarchiver
 helm delete --purge nats
 mc rm --force --recursive minio/logarchiver/