Description kube-score performs static code analysis of the Kubernetes YAML. It provides list of recommendations and improvements to make your…
KubeLinter – linter for the Kubernetes
Description KubeLinter is a static analysis tool that detects misconfigurations in Kubernetes deployments. That CLI tool can automatically analyzes YAML…
IaaC by Pulumi
This is recognition post of Pulumi quite new open source solution to manage infrastructure using code. Pulumi is a new…
git rebase
I would like to add one post about git. Tool I've been using for several years. To be honest this…
Update of Kubernetes secrets
Kubernetes secret is a way of storing sensitive data in Kubernetes, which can be used by various components in the…
CA Certificates
This is going to be a short post about how to generate CA certificates and import it to store to…
Python Generators
Generators in python are cool. They help developers to deal with long lists, increase the performance of the calculation of…
Ansible: docker-based testing environment
When I started using Ansible (version 1.4) docker wasn't such popular as it is nowadays and to test playbooks I…
HTTPie vs cURL (Part 3)
Over the last decades cURL was the king in CLI HTTP client area. It has many features which is enough…
HTTPie vs cURL (Part 2)
Over the last decades cURL was the king in CLI HTTP client area. It has many features which is enough…