consul

For more details, please read Document:

consul get-startarrow-up-right

consul Docsarrow-up-right

Below is short guide for using consul

Download, depend on your own system type:

https://www.consul.io/downloads.htmlarrow-up-right

Permanently set $PATH on Linux/Unix:

#You need to add it to your ~/.profile or ~/.bashrc file. 
export PATH="$PATH:/path/to/dir"

#Depending on what you're doing, you also may want to symlink to binaries:
cd /usr/bin
sudo ln -s /path/to/binary binary-name

#Note that this will not automatically update your path for the remainder of the session. To do this, you should run:
source ~/.profile 
#or
source ~/.bashrc

Run Agent (test)

open an other terminal

consul membersarrow-up-right

check on website

curl localhost:8500/v1/catalog/nodes

close

Ctrl+C or ps & kill

consul CLIarrow-up-right

consul agent -- Optionsarrow-up-right

Blueking consul analysis

/etc/consul.conf

Last updated