Kustomize: native overlay engine for Kubernetes

Kubernetes has become a standard for organizations adopting cloud-native architectures and containerization technologies. As we trying to adopt Kubernetes, especially at the begging, when a luck of knowledge and experience creates a mess of configuration and environment specific changes. And soon or late the one question become a vital is how to manage all of … Read more

Server maintenance with fan-out pattern in Azure DevOps YAML

Today, I am going to show you an implementation of well-known fan-out pattern in Azure DevOps YAML (AZDO) CI/CD pipeline using Azure DevOps REST API. I will present a simple way to get an one or a few pipelines be executed from one central place called management plain in fan-out mode. What is fan-out and … Read more

Release flow implementation with SAST/DAST on Azure DevOps

Today, we will take about one of the most popular product delivery flow, commonly used in small and medium size projects. This is release flow. Release flow origins from main stream flow, where there is only one main branch and short living feature branches. In release flow, new release candidate cuts from main branch each … Read more

Building automated feature test environment on hybrid infrastructure

Nowadays a hybrid approach in building infrastructure is become a standard which commonly used. We are placing more and more elements of infrastructure, to a cloud. Like automation, CI/CD environment and web servers. No need to host and maintain on-premise integration servers any more. But having in-place servers are still critical for many companies. Saving … Read more