Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.8 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.8 KB

bixby-consul

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

Authors

License

The MIT License

Copyright (c) Jared Hanson