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 …
Much to my surprise, starting from the last week Kubernetes became the part of my job description. It’s no longer something just interesting to try, I actually …
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 …
How do you usually configure an app? Over the decades our industry came up with multiple approaches, like providing command line arguments, various config files, registry settings …
ZeroMQ is small, fast and very easy to use messaging library, which works equally well both within the same process and over the network. Despite being written …