Skip to content
ITNotes ITNotes

From Terminal to Cloud

  • AI
  • DevOps
  • HomeLab
  • Linux
  • Networking
  • Programming
  • English
    • English
    • Tiếng Việt
    • 日本語
  • AI
  • DevOps
  • HomeLab
  • Linux
  • Networking
  • Programming
  • English
    • English
    • Tiếng Việt
    • 日本語
Home » ci-cd » Page 2
DevOps tutorial - IT technology blog
Posted inDevOps

Secure Docker Image Builds in Kubernetes: Moving from DinD to Kaniko

May 18, 2026
Privileged containers are a major security risk in Kubernetes. Learn how to migrate your CI/CD pipeline to Kaniko for secure, daemon-less Docker image builds.
Read More
DevOps tutorial - IT technology blog
Posted inDevOps

Automating API Testing in CI/CD with Postman and Newman: 6 Months of Production Reality

May 16, 2026
Based on 6 months of production use, this guide explains how to integrate Postman and Newman into CI/CD pipelines to catch API bugs before they hit production.
Read More
DevOps tutorial - IT technology blog
Posted inDevOps

Kubernetes Preview Environments: How We Solved the ‘Who Broke Staging?’ Crisis with Argo CD

May 6, 2026
Is your staging server a bottleneck? Learn how to build automated, isolated preview environments for every Pull Request using Argo CD and Kubernetes.
Read More
DevOps tutorial - IT technology blog
Posted inDevOps

Mastering CI/CD: How We Automated Azure App Service Deployments in 6 Months

May 6, 2026
Based on 6 months of production usage, this guide shows you how to move from risky manual uploads to a 5-minute automated CI/CD pipeline using Azure DevOps and YAML.
Read More
Programming tutorial - IT technology blog
Posted inProgramming

Beyond Code Deploys: Mastering Feature Flags and Canary Releases

May 6, 2026
Stop conflating deployment with release. Learn how to use feature flags for instant toggles and risk-free canary rollouts using deterministic hashing, all without needing to redeploy code.
Read More
Programming tutorial - IT technology blog
Posted inProgramming

Stop Breaking Production: A Practical Guide to Playwright, TypeScript, and CI/CD

May 5, 2026
Ditch the manual testing headaches. This guide shows you how to build a resilient, professional E2E testing suite using Playwright, TypeScript, and GitHub Actions.
Read More
DevOps tutorial - IT technology blog
Posted inDevOps

Using vcluster to Create Virtual Kubernetes Clusters: Save Resources and Isolate Dev Environments

May 1, 2026
vcluster lets you run fully isolated virtual Kubernetes clusters inside a single host cluster — each with its own API server and full admin access. This guide covers how it compares to namespace isolation and separate clusters, then walks through setting one up from scratch.
Read More
DevOps tutorial - IT technology blog
Posted inDevOps

Local Kubernetes: Why You Should Swap Minikube for kind or k3d

April 29, 2026
Ditch expensive cloud testing. Learn how to use kind and k3d to spin up local Kubernetes clusters in seconds, compare their performance, and automate your testing with GitHub Actions.
Read More
Security tutorial - IT technology blog
Posted inSecurity

Stop Shipping Vulnerabilities: Automating SAST with Semgrep

April 29, 2026
Catch vulnerabilities before they hit production. This guide shows you how to use Semgrep to automate security scans in your CI/CD pipeline, reducing manual review time and preventing costly leaks.
Read More
DevOps tutorial - IT technology blog
Posted inDevOps

Ditch Docker Hub Limits: A Production-Grade Guide to Self-Hosting Harbor

April 26, 2026
Stop relying on shared Docker Hub accounts. This guide shows you how to deploy Harbor for production, implement automated Trivy vulnerability scanning, and secure your CI/CD pipeline based on real-world scaling experience.
Read More

Posts pagination

Previous page 1 2 3 4 Next page
Copyright 2026 — ITNotes. All rights reserved.
Privacy Policy | Terms of Service | Contact: [email protected] DMCA.com Protection Status
Scroll to Top