文件名称:coreos-and-consul-cluster-via-terraform:通过 Terraform 在 AWS 上部署您自己的 CoreOS 和 Consul 集群
文件大小:6KB
文件格式:ZIP
更新时间:2024-07-12 11:46:27
Makefile
如何使用 Terraform 在 AWS 中使用 Consul+Registrator 建立 10 节点 CoreOS 集群 $ make 为了让自己更轻松,请运行cp terraform.tfvars.example terraform.tfvars然后进行适当的编辑。 如何访问舰队 $ $(terraform output fleet_env) $ fleetctl list-machines 如果你没有 fleectl 并且你在 Mac 上,你可以运行make fleetctl并且它会通过 Homebrew 安装它。 如何访问领事 $ open $(terraform output consul_url) # assuming again you're on a Mac
【文件预览】:
coreos-and-consul-cluster-via-terraform-master
----.gitignore(85B)
----main.tf(3KB)
----terraform.tfvars.example(189B)
----templates()
--------leader-cloud-config.yml.template(2KB)
--------follower-cloud-config.yml.template(2KB)
----Makefile(1KB)
----variables.tf(597B)
----outputs.tf(237B)
----README.md(528B)