GithubHelp home page GithubHelp logo

nats-cnc-exploration's Introduction

Steps should be performed from the root of the nats-cnc-exploration project.

Cleanup

docker rm broker.example.com controller01.example.com client01.example.com controller02.example.com

Start servers

docker run -v `pwd`:/nats --name broker.example.com nats -c /nats/server1.conf
docker run --link broker.example.com -v `pwd`:/nats --name controller01.example.com nats -c /nats/server2.conf

Create a Docker image called nats_client with cnats installed

docker build nats_client -t nats_client

Start agent

docker run -it --link broker.example.com --link controller01.example.com -v `pwd`:/nats --name client01.example.com nats_client /cnats/examples/nats-subscriber -s nats://client:[email protected]:4222 -tls -tlscacert /nats/ssl/certs/ca.pem -tlscert /nats/ssl/certs/client01.example.com.pem -tlskey /nats/ssl/private_keys/client01.example.com.pem

Create a Docker image called nots_top with nats_top installed

docker build nats_top -t nats_top

Start monitor

docker run -it --link broker.example.com --link controller01.example.com --link client01.example.com nats_top /gocode/bin/nats-top -s broker.example.com -ms 8222 -k -lookup

Start controller

docker run -it --link broker.example.com --link controller01.example.com -v `pwd`:/nats --name controller02.example.com nats_client /cnats/examples/nats-publisher -s nats://controller:[email protected]:4222 -tls -tlscacert /nats/ssl/certs/ca.pem -tlscert /nats/ssl/certs/controller02.example.com.pem -tlskey /nats/ssl/private_keys/controller02.example.com.pem

nats-cnc-exploration's People

Contributors

mikaelsmith avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.