Velero is an open-source tool tailored for Kubernetes environments. It facilitates backup, restoration, disaster recovery, and resource migration tasks. It…
Terraform – Initial Setup
Terraform is the go-to choice for Infrastructure as Code (IaC) due to its simplicity and effectiveness. You have the flexibility…
RBAC in Kubernetes
RBAC in kubernetes
Paralleling in PowerShell
Paralleling Paralleling in general refers to the technique of running multiple tasks or operations simultaneously. Consequently, parallel execution is taking…
Azure DevOps REST API – Create Release
Azure DevOps REST API - Create release
kube-score – static code analysis for Kubernetes
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…