Recent Posts

Adding blog to search engines.

less than 1 minute read

I’ve added blog to Google and Yandex search engines. This was by no mean an easy task. I’ve went throught following steps: Add Google Analytics to blog ...

TIL - Validating Jenkins Pipeline from CLI

less than 1 minute read

During last couple of days I’ve been developing Jenkins CI and CD pipelines. Since I’m get used to Python’s linting tools like flake8 workflow where you have...

Mounting ConfigMap as single file

less than 1 minute read

Many guys who work with Kubernetes don’t know that you can mount ConfigMap into existing folder inside a Pod as a single file.