Skip to main content

Articles

Technical notes on Kubernetes, CI/CD, Linux and DevOps practices.

Falco: Runtime Security Monitoring on Kubernetes

Trivy scans images, Kyverno validates deployments, but what watches over what happens once the containers are running? Falco, the CNCF project, monitors syscalls in real time and alerts as soon as abnormal behavior is detected.

Traefik v3 Deep Dive: beyond basic Ingress

Traefik v3 isn’t just an IngressController. Middlewares, IngressRoute CRD, TCP/UDP routing, plugins, dashboard and observability: everything that makes Traefik a complete reverse proxy on Kubernetes.

ArgoCD in practice: GitOps made simple

GitOps is the standard for deploying to Kubernetes, and ArgoCD is its most popular implementation. A hands-on review: how it works, why it’s different from a classic CI/CD pipeline, and how to structure your deployments.

Taskfile: the modern replacement for Makefile

Taskfile (Task) is a task runner written in Go that advantageously replaces Make for modern projects. A look at its history, its advantages, and a comparison with Make, Just and shell scripts.