Using Consul for Service Discovery
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 …
Blog about DevOps, distributed applications and microservices
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 …
As Docker containers supposed to be small, single process and easy replaceable instances, it’s not particularly clear how persistent data fits into that picture. Imagine you have …
Docker has several types of networks, but one of them is particularly interesting. Overlay network can span across hosts boundaries, so your web application container …