Skip to content

justinclayton/coreos-and-consul-cluster-via-terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Deploy Your Own CoreOS and Consul Cluster on AWS via Terraform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published