Merge pull request #125 from nats-io/renovate/nats-io-nats-top-0.x Update dependency nats-io/nats-top to v0.6.4
Merge pull request #125 from nats-io/renovate/nats-io-nats-top-0.x
Update dependency nats-io/nats-top to v0.6.4
_ _ _ __ __ _| |_ ___ | |__ _____ __ | '_ \ / _` | __/ __|_____| '_ \ / _ \ \/ / | | | | (_| | |_\__ \_____| |_) | (_) > < |_| |_|\__,_|\__|___/ |_.__/ \___/_/\_\
A lightweight container with NATS utilities.
Use tools to interact with NATS.
$ docker run --rm -it natsio/nats-box:latest ~ # nats pub -s demo.nats.io test 'Hello World' 16:33:27 Published 11 bytes to "test"
Running in Kubernetes:
# Interactive mode kubectl run -i --rm --tty nats-box --image=natsio/nats-box --restart=Never nats-box:~# nats sub -s nats hello & nats-box:~# nats pub -s nats hello world
You can mount a local volume to get nsc accounts, nkeys, and other config back on the host.
$ docker run --rm -it -v $(pwd)/nsc:/nsc natsio/nats-box:latest # In case NSC not initialized already: nats-box:~# nsc init -d /nsc $ tree -L 2 nsc/ nsc/ ├── accounts │ ├── nats │ └── nsc.json └── nkeys ├── creds └── keys 5 directories, 1 file
git tag -s -a "v0.19.0" -m "v0.19.0"
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
nats-box
A lightweight container with NATS utilities.
Getting started
Use tools to interact with NATS.
Running in Kubernetes:
Using NSC to manage NATS v2 users and accounts
You can mount a local volume to get nsc accounts, nkeys, and other config back on the host.
Releasing