Playing with a service mesh
I was looking for something new to play with the other day and somehow ended up with the thing called a service mesh. Pretty interesting …
Blog about DevOps, distributed applications and microservices
I was looking for something new to play with the other day and somehow ended up with the thing called a service mesh. Pretty interesting …
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 …
Imagine your distributed app has two kinds of services: web and db. Both of them are replicated for higher availability, live on different hosts, go …