Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justinclayton/coreos-and-consul-cluster-via-terraform
Deploy Your Own CoreOS and Consul Cluster on AWS via Terraform
https://github.com/justinclayton/coreos-and-consul-cluster-via-terraform
Last synced: 11 days ago
JSON representation
Deploy Your Own CoreOS and Consul Cluster on AWS via Terraform
- Host: GitHub
- URL: https://github.com/justinclayton/coreos-and-consul-cluster-via-terraform
- Owner: justinclayton
- Created: 2014-12-31T09:25:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-25T21:29:42.000Z (over 9 years ago)
- Last Synced: 2024-08-02T14:10:44.754Z (4 months ago)
- Language: Makefile
- Size: 153 KB
- Stars: 32
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
How To Stand Up A 10-Node CoreOS Cluster With Consul+Registrator In AWS Using Terraform
===
```
$ make
```To make it easier on yourself, run `cp terraform.tfvars.example terraform.tfvars` and then edit as appropriate.
How To Access Fleet
===
```
$ $(terraform output fleet_env)
$ fleetctl list-machines
```If you don't have fleetctl and you're on a Mac, you can run `make fleetctl` and it will install it via Homebrew.
How To Access Consul
===
```
$ open $(terraform output consul_url) # assuming again you're on a Mac
```