One-off Kubernetes jobs
So far all examples I made for Docker in Swarm Mode or Kubernetes blog posts were built around some sort of a service: web server, …
Blog about DevOps, distributed applications and microservices
So far all examples I made for Docker in Swarm Mode or Kubernetes blog posts were built around some sort of a service: web server, …
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 using Gitlab CI for a while now and until certain point it worked really well. We had three build servers (GitLab runners) in the beginning, …
Application deployment strategies are really evolving fast. While containerized applications still look hot, there’s something even more interesting happening. What if instead of dealing with application …
I’ve been talking to one of our security guys recently about providing my piece of software with secret certificate and in the meanwhile keeping that …
Seeing how easy it was to provision one VM with Ansible, I can’t stop thinking: would it be as easy to deal with the whole cluster? …
I’m still looking for ways to automate hosts configuration. So far I’ve been using Vagrant + bash/PowerShell for configuring Linux or Windows hosts, but somehow I …
Last month we finally finished migration from our previous CI/CD system to GitLab CE and that’s something that makes me extremely happy. It’s just so much …
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 …
In one of my previous posts about Docker health checks closer to the end of the post I managed to build a Dockerfile and run it …