Adventures in DevOps
Saturday, May 30, 2026
Getting Started with Kafka on Kind Cluster
›
Apache Kafka is one of the most widely used event streaming platforms for building real time data pipelines and streaming applications. Befo...
Thursday, April 30, 2026
Troubleshooting Kind Cluster Creation Issues
›
Kind (Kubernetes in Docker) is a tool used to run a lightweight Kubernetes cluster locally inside Docker containers. It is a great platform ...
Thursday, February 12, 2026
Troubleshooting MSBuild Assembly Issues When Migrating Azure DevOps Pipelines from Windows-2019 to Windows-2022
›
A team encountered a failure in our Azure DevOps build pipeline when using the Microsoft-hosted agent windows-2019. The pipeline suddenly st...
Wednesday, January 28, 2026
Enabling Chef Logs in Windows Event Viewer
›
Chef is a desired configuration management tool used to configure multiple systems into the same, identical state. When Chef desired state c...
Sunday, January 25, 2026
Getting Started with Docker Linting Using GitHub Actions
›
Linting is a vital part of modern software development, as it helps prevent issues early and improves code quality throughout the developmen...
Friday, October 31, 2025
How to Convert StringList Parameters to PowerShell Arrays in Azure DevOps YAML Pipelines
›
Azure DevOps YAML pipelines provide a well-established, code-based approach to defining CI/CD workflows as code. When working with YAML pipe...
Wednesday, October 29, 2025
Enable Cross-Origin Resource Sharing in Nginx Reverse Proxy
›
Cross-Origin Resource Sharing (CORS) is a web security feature that controls how web pages can request resources from a different domain tha...
Thursday, September 25, 2025
How to Use Painless Scripts for Conditional Logic in Ingest Pipelines
›
In the ELK stack, an ingest pipeline is used to process and transform documents before they are indexed into Elasticsearch. There are severa...
›
Home
View web version