How to use Vagrant to create Consul cluster
Last two articles about Consul service discovery involved one simple but extremely boring manual task: creating and configuring a cluster. In fact, I had to …
Blog about DevOps, distributed applications and microservices
Last two articles about Consul service discovery involved one simple but extremely boring manual task: creating and configuring a cluster. In fact, I had to …
In previous post we created a small Consul cluster which kept track of 4 services in it: two web services and two db‘s. However, we didn’t …