Dissecting Kubernetes example
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 …
Blog about DevOps, distributed applications and microservices
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 …
I’ve been running two WordPress blogs for some time and my biggest regret is that they are not running in Docker containers. If I did …
Docker is cool. It is a great tool to pack your application into set of containers, throw them into the host and they’ll just work. However, …
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 …
Having an app running from within Docker container is fun, that’s for sure. But do you know what would be even more fun? Many apps running from within …
Recently I was asked to build a small internal app: dynamic dashboard for one of our projectors, which are hanging all over the office and display some company info …