Consul components for the Bixby framework.
Consul is a service networking platform that securely connects applications. Originally designed as a service registry to facilitate service discovery, it also provides service mesh capabilities, including secure communication and access control.
Developed by Jared Hanson.
https://developer.hashicorp.com/consul/tutorials/get-started-vms/virtual-machine-gs-deploy
$ ./consul agent -bind=127.0.0.1 -data-dir=./var $ ./consul agent -bind=127.0.0.1 -data-dir=./var -server $ ./consul agent -bind=127.0.0.1 -data-dir=./var -server -bootstrap
$ consul members
NOTE: Has a key/value store for config
$ dig @127.0.0.1 -p 8600 consul.service.consul
- Jared Hanson { }
Copyright (c) Jared Hanson