29 March 2026
How I structure Argo CD so applications are discovered from the repository, Helm values stay with each environment, secrets stay encrypted in git, and adding a service usually means adding a directory.
28 September 2025
mtail is Google’s excellent log parser that extracts metrics from application logs for monitoring. Instead of writing complex log processing scripts or paying for expensive log analytics tools, mtail lets you define simple patterns …
6 March 2025
Install Nginx with ModSecurity on Debian and Ubuntu
ModSecurity is a powerful open-source Web Application Firewall (WAF) that helps protect web applications from various attacks. This guide will show you how to install and configure …