Docker health checks
Somehow I missed the news that starting from version 1.12 Docker containers support health checks. Such checksĀ don’t just test if container itself is running, but …
Blog about DevOps, distributed applications and microservices
Somehow I missed the news that starting from version 1.12 Docker containers support health checks. Such checksĀ don’t just test if container itself is running, but …
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 …