Skip to main content
🎤 Luca Berton is speaking at Red Hat Summit & KubeCon EU 2026!Learn more
Back to blog

CI/CD

11 articles tagged CI/CD.

April 15, 2026·Luca Berton·Development

Git for DevOps Engineers

Essential Git workflows for DevOps: branching strategies, interactive rebasing, cherry-picking, bisect debugging, and CI/CD integration.

Git
DevOps
CI/CD
Read more
April 13, 2026·Luca Berton·DevOps

GitHub Actions CI/CD for Terraform

Automate Terraform with GitHub Actions. Plan on PR, apply on merge, remote state locking, and secure secrets for IaC pipelines.

GitHub Actions
Terraform
CI/CD
Read more
March 28, 2026·Luca Berton·DevOps

Value Stream Mapping: DevOps Success Examples & Optimization

Learn how successful DevOps teams use value stream mapping to cut lead time. Real-world outcomes, bottleneck fixes, and automation strategies.

Value Stream
DevOps
Lean
Read more
March 20, 2026·Luca Berton·DevOps

CI/CD Pipeline Tutorial from Scratch

Build a complete CI/CD pipeline from scratch with GitHub Actions. Lint, test, build, and deploy your application — fully automated on every push to your.

CI/CD
GitHub Actions
DevOps
Read more
March 9, 2026·Luca Berton·Development

Git Branching Strategy for Teams

Choose the right Git branching strategy. Compare GitFlow, GitHub Flow, and trunk-based development for different team sizes and needs.

Git
Branching
CI/CD
Read more
February 27, 2026·Luca Berton·DevOps

Docker Image Optimization Guide

Reduce Docker image size by up to 90%. Multi-stage builds, layer caching, distroless base images, and build-time best practices.

Docker
Optimization
Containers
Read more
February 25, 2026·Luca Berton·DevOps

DevSecOps Pipeline Essentials

Integrate security into CI/CD. SAST, dependency scanning, container scanning, secrets detection, and compliance as code.

devsecops
Security
CI/CD
Read more
February 20, 2026·Luca Berton·MLOps

CI/CD for ML on Kubernetes

Build a CI/CD pipeline for ML models using GitHub Actions, MLflow, Docker, and Kubernetes. Automate the path from training to production.

CI/CD
MLOps
GitHub Actions
Read more
February 19, 2026·Luca Berton·DevOps

Terraform CI/CD Pipelines

Build CI/CD pipelines for Terraform using GitHub Actions. Automate plan, apply, and destroy workflows with safety checks.

Terraform
CI/CD
GitHub Actions
Read more
February 15, 2026·Luca Berton·DevOps

GitHub Actions CI/CD Advanced Guide

Advanced GitHub Actions for CI/CD. Matrix builds, reusable workflows, dependency caching, artifacts, environments, and self-hosted runners.

GitHub Actions
CI/CD
Automation
Read more
January 7, 2026·Luca Berton·DevOps

GitOps with ArgoCD Beginner Guide

Get started with GitOps using ArgoCD on Kubernetes. Install ArgoCD, create applications, configure sync, and automate deployments.

ArgoCD
gitops
kubernetes
Read more