Run Multiple Consul Servers on a Single Node
Do you know you can run multiple Consul servers on a single node to quickly set up a Consul cluster for testing, eliminating the need for separate VMs?
To run a Consul server on a single node, use the following command:
~ consul agent -server \
-no...
terrible.hashnode.dev3 min read