Recent Posts

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.