HN user

valfadeev

1 karma
Posts0
Comments2
View on HN
No posts found.
Vagrant 2.0 9 years ago

This is exactly where I began getting the most out of Vagrant, that is, simulating a distributed cluster locally. It gets me as close as possible to how it would work on the provider infrastructure, e.g. AWS. In particular, spinning up an automated Consul cluster and then using it get a group of RabbitMQ nodes to converge[0]. The same is certainly achievable through container orchestration, but that adds more layers of abstraction, especially on the networking side.

[0] https://github.com/ValFadeev/consul-demo