Shift-left security with image scanning. Trivy, policy gates, and runtime integration.
Catching vulnerabilities in images before they run in production is a security best practice. Here’s how to do it.
trivy image --exit-code 1 --severity CRITICAL,HIGH myimage:tag
Image scanning is one part of defense in depth; combine with minimal images and supply chain signing.
Docker Image Hardening for Production. Practical guidance for reliable, scalable platform operations.
Concrete systemd unit patterns that reduced flakiness: restart policies, resource limits, and structured logs.
Explore more articles in this category
A Kubernetes blue-green deployment guide built around a real rollout failure, showing the guardrails that matter when traffic shifting, health checks, and rollback timing all interact.
A practical GitHub Actions monorepo CI guide built around a real scaling problem: long queues, noisy failures, and developers waiting 40 minutes for feedback.
Practical game day scenarios for CI/CD: broken rollbacks, permission issues, and slow feedback loops—and how we fixed them.