Tag: #progressive-delivery
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 4 posts
From Issue to Deploy — Building an Automation Pipeline Where AI Reviews and CI/CD Verifies and Ships (2025)
If the previous post was about the 'parts' of AI development automation, this one assembles those parts. You file an Issue; AI opens a PR, another AI reviews it, CI verifies it, a human gates only the core decisions, CD
2026-05-14 · 26 min read #ai-automation#ci-cd#github-actions#ai-code-review#autonomous-pipelineGitOps Complete Guide 2025: ArgoCD vs Flux, ApplicationSet, Image Updater, Multi-Cluster
Everything about GitOps! ArgoCD vs Flux comparison, Git as single source of truth, ApplicationSet (Cluster/Git/Matrix generators), Image Updater (automatic image updates), Helm/Kustomize integration, Progressive Delivery
2026-04-14 · 16 min read #gitops#argocd#flux#continuous-delivery#kubernetesArgoCD GitOps Production Guide: Progressive Delivery, Canary Deployment, and Automated Rollback Strategies
A comprehensive guide to ArgoCD GitOps workflows covering progressive delivery with Argo Rollouts, canary and blue-green deployment strategies, automated rollback, sync policies, multi-cluster management, and production
2026-03-07 · 16 min read #devops#argocd#gitops#progressive-delivery#canary-deploymentDevOps Progressive Delivery: Argo Rollouts in Production
DevOps Progressive Delivery: Argo Rollouts in Production - A Practical Application Guide Based on 2026 Standards
2026-03-04 · 25 min read #devops#progressive-delivery#2026-03