Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dekobon/easy-consul
Scripts to create a three node Consul cluster on Joyent
https://github.com/dekobon/easy-consul
Last synced: 1 day ago
JSON representation
Scripts to create a three node Consul cluster on Joyent
- Host: GitHub
- URL: https://github.com/dekobon/easy-consul
- Owner: dekobon
- License: mit
- Created: 2015-10-26T17:43:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-29T23:02:54.000Z (over 8 years ago)
- Last Synced: 2024-04-16T07:51:02.792Z (7 months ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Easy Three Node Consul Cluster
## Demo
Watch how easy it is to boot a three node Consul cluster on Joyent!
[![asciicast](https://asciinema.org/a/28784.png)](https://asciinema.org/a/28784)## Getting started
1. Check out the git repository.
2. Install [Node.js](https://nodejs.org).
3. Install [Joyent SmartDC CLI utilities](https://github.com/joyent/node-smartdc) and the [Node.js json utility](https://github.com/trentm/json): `npm install -g smartdc json`.
4. [Configure the SmartDC environment variables `SDC_*`.](https://github.com/joyent/node-smartdc#cli-setup-and-authentication)
5. Run the bootstrap script: `./bootstrap.sh`.
6. Choose a data center that supports Triton (EU-AMS-1, US-EAST-1, US-SW-1).
7. Choose a package size - smaller is probably better initially.
8. Wait.
9. Enable access to the Consul UI (port 8500) via the firewall rules, setup a VPN or a [bastion host](https://en.wikipedia.org/wiki/Bastion_host).
10. Profit!