Managing and Monitoring your NATS Server Infrastructure
Last updated
Was this helpful?
Last updated
Was this helpful?
Managing a NATS Server is simple, typical lifecycle operations include:
Using the CLI tool to check server cluster connectivity and latencies, as well as get account information, and manage and interact with streams (and other NATS applications). Try the following examples to learn about the most common ways to use nats
.
nats cheat
nats cheat server
nats stream --help
to monitor, manage and interact with streams
nats consumer --help
to monitor, manage stream consumers
nats context --help
if you need to switch between servers, clusters or user credentials
Using the CLI tool when using JWT based authentication and authorization, to create, revoke operators, accounts, and user (i.e. client applications) JWTs and keys.
to a server to reload a configuration or rotate log files
a server (or cluster)
Understanding
Monitoring the server via:
The monitoring and tools like
By subscribing to
Gracefully shut down a server with