Skip to content

bixbyjs/bixby-consul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

145 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors