Tagged articles

GitOps

127 articles · Page 1 of 2
Ray's Galactic Tech
Ray's Galactic Tech
Aug 9, 2026 · Cloud Native

Goodbye Hand‑Written YAML Hell: Deploy Microservices with Helm

The article explains how manual Kubernetes YAML quickly becomes unmanageable in microservice environments and demonstrates how Helm provides templating, parameterization, versioning, dependency management, and lifecycle hooks to create a standardized, automated, production‑grade deployment pipeline that can handle billions of requests across multiple services.

CI/CDGitOpsHelm
0 likes · 35 min read
Goodbye Hand‑Written YAML Hell: Deploy Microservices with Helm
Alibaba Cloud Native
Alibaba Cloud Native
Aug 6, 2026 · Artificial Intelligence

OpenAgentPack: Managing and Migrating Cloud AI Agents Like Code

OpenAgentPack is an open‑source tool that lets you describe a cloud AI Agent’s entire workflow—including model, environment, skills, MCP, knowledge files and credentials—in a single agents.yaml file, version it in Git, preview changes with validate and plan commands, and redeploy the agent across providers while preserving reproducibility, collaboration and auditability.

AI agentsCLICloud Native
0 likes · 7 min read
OpenAgentPack: Managing and Migrating Cloud AI Agents Like Code
Cloud Architecture
Cloud Architecture
Aug 5, 2026 · Backend Development

From Commit Standards to K8s Deployment: A Practical Git Engineering Guide for Backend Teams

The article explains how backend teams can achieve safe, traceable, and continuously controllable production releases for large microservice systems by building a Git‑centric engineering pipeline that covers commit conventions, branch strategies, automated versioning, immutable artifacts, GitOps configuration, and progressive canary rollouts on Kubernetes.

CI/CDGitGitOps
0 likes · 36 min read
From Commit Standards to K8s Deployment: A Practical Git Engineering Guide for Backend Teams
Cloud Architecture
Cloud Architecture
Aug 4, 2026 · Cloud Native

From 10 to 1000 Deployments a Day: A Practical Guide to High‑Frequency Kubernetes CI/CD Architecture

This article analyses why traditional CI/CD pipelines become a bottleneck when services grow to hundreds, outlines a production‑grade, four‑plane architecture for Kubernetes that delivers declarative, auditable, concurrent, rollback‑able, gray‑scale, and extensible high‑frequency deployments, and provides concrete examples, code snippets, and a step‑by‑step rollout plan.

ArgoCDCI/CDCanary
0 likes · 37 min read
From 10 to 1000 Deployments a Day: A Practical Guide to High‑Frequency Kubernetes CI/CD Architecture
Golang Shines
Golang Shines
Jul 28, 2026 · Cloud Native

Building a Fully Automated GitOps Delivery Pipeline with Argo CD on Kubernetes

This guide walks through implementing a GitOps workflow for Kubernetes using Argo CD, covering repository structure, Helm chart management, permission boundaries, Argo CD installation, application manifests, CI integration, troubleshooting OutOfSync states, and handover procedures, all with concrete commands and examples.

Argo CDCI/CDGit
0 likes · 30 min read
Building a Fully Automated GitOps Delivery Pipeline with Argo CD on Kubernetes
Cloud Architecture
Cloud Architecture
Jul 7, 2026 · Databases

MySQL User & Permission Management: From Grant Statements to Production-Grade Security Architecture

This comprehensive guide explains why MySQL permission mistakes happen, walks through the authentication and authorization process, shows how to design multi‑layered user models, role hierarchies, declarative GitOps workflows, Kubernetes integration, and production‑ready automation for secure, auditable, and scalable database access.

GitOpsKubernetesMySQL
0 likes · 42 min read
MySQL User & Permission Management: From Grant Statements to Production-Grade Security Architecture
Code Mala Tang
Code Mala Tang
Jun 18, 2026 · Artificial Intelligence

How Warp’s Dual‑Loop Architecture Enables Self‑Improving AI Agents

The article explains Warp founder Zach Lloyd’s practical dual‑loop system that lets AI agents automatically learn from human‑corrected feedback, continuously refining their task‑execution skills through an inner execution loop and an outer improvement loop.

AI AgentGitOpsWarp
0 likes · 10 min read
How Warp’s Dual‑Loop Architecture Enables Self‑Improving AI Agents
AI Waka
AI Waka
Jun 8, 2026 · Artificial Intelligence

Building Reliable Snowflake AI Agents: SKILL‑Based SOPs for Production Analytics

The article explains how Snowflake’s AI agents can achieve production‑grade reliability by encoding standard operating procedures as version‑controlled, declarative SKILL contracts that enforce deterministic logic, validation, guardrails, and progressive disclosure, supported by a GitOps‑driven zero‑ETL deployment pipeline.

AI AgentCortex SearchGitOps
0 likes · 14 min read
Building Reliable Snowflake AI Agents: SKILL‑Based SOPs for Production Analytics
Cloud Architecture
Cloud Architecture
Jun 7, 2026 · Cloud Native

Kubernetes ConfigMap & Secret: Principles, Architecture, and Production‑Ready Governance Guide

This guide explains why ConfigMap and Secret often cause production incidents, outlines their responsibilities, details the propagation chain from the API server to pods, and provides concrete best‑practice patterns—including immutable objects, GitOps workflows, external secret management, reloader controllers, and observability—to achieve safe, scalable configuration governance in Kubernetes.

GitOpsKubernetesSecret
0 likes · 38 min read
Kubernetes ConfigMap & Secret: Principles, Architecture, and Production‑Ready Governance Guide
TechVision Expert Circle
TechVision Expert Circle
May 28, 2026 · Industry Insights

Why Do 80% of AIOps Projects Fail at the “Last Mile”?

The article analyzes why most AIOps initiatives stumble between model deployment and real‑world usage, detailing four fatal scenarios, a full‑stack architecture breakdown, three emerging technical solutions for 2026, and the essential organizational changes needed to succeed.

2026 trendsAIOpsGitOps
0 likes · 12 min read
Why Do 80% of AIOps Projects Fail at the “Last Mile”?
Cloud Architecture
Cloud Architecture
May 8, 2026 · Cloud Native

From Crash to Self‑Healing: Engineering a Resilient Kubernetes Distributed Architecture

Using a real‑world e‑commerce supply‑chain case, the article dissects how Kubernetes’ declarative control loop, probes, scheduling, and autoscaling can be combined with proper service design, observability, and GitOps to transform a fragile deployment platform into a self‑healing, production‑grade system.

GitOpsKubernetesMicroservices
0 likes · 39 min read
From Crash to Self‑Healing: Engineering a Resilient Kubernetes Distributed Architecture
Cloud Architecture
Cloud Architecture
Apr 30, 2026 · Cloud Native

KCL Breakthrough: Using a Configuration Language to End YAML Hell and Enable Production‑Grade Kubernetes GitOps

The article explains how KCL (Kusion Configuration Language) transforms Kubernetes configuration from fragile YAML files into typed, constraint‑driven models, detailing its architecture, practical examples, CI/CD integration, and when it outperforms Helm and Kustomize for large‑scale GitOps deployments.

GitOpsInfrastructure as CodeKCL
0 likes · 32 min read
KCL Breakthrough: Using a Configuration Language to End YAML Hell and Enable Production‑Grade Kubernetes GitOps
Cloud Architecture
Cloud Architecture
Apr 27, 2026 · Cloud Native

Build Once, Deploy Hundreds: Helm Multi‑Environment Delivery Practices & Pitfalls

This article explains how to turn Helm from a simple templating tool into a production‑grade, multi‑environment delivery framework by covering Helm's core concepts, engineering upgrades, values schema, CI/CD integration, GitOps workflows, high‑concurrency considerations, and a comprehensive list of common pitfalls and best‑practice recommendations.

CI/CDDevOpsGitOps
0 likes · 36 min read
Build Once, Deploy Hundreds: Helm Multi‑Environment Delivery Practices & Pitfalls
DevOps Coach
DevOps Coach
Apr 26, 2026 · Cloud Native

Accelerating Kubernetes Automation: Mastering GitOps Best Practices

This guide explains GitOps fundamentals—declarative, versioned, automated deployments—and shows how tools like Argo CD, Flux, Helm, Kustomize, Tekton, and Sealed Secrets can speed up Kubernetes delivery, improve reliability, enhance security, and foster better collaboration across DevOps teams.

Argo CDCI/CDCloud Native
0 likes · 16 min read
Accelerating Kubernetes Automation: Mastering GitOps Best Practices
Cloud Architecture
Cloud Architecture
Apr 20, 2026 · Cloud Native

Industrial‑Grade Kubernetes Deployment: Zero‑Downtime Rolling Updates for Million‑Scale Concurrency

This article dissects a real‑world e‑commerce deployment failure, identifies common misconfigurations in Kubernetes Deployments, and presents a comprehensive, production‑ready guide that covers controller principles, rolling‑update sequencing, readiness semantics, capacity planning, HPA tuning, graceful shutdown, progressive delivery, GitOps integration, and a checklist of best‑practice patterns to achieve zero‑downtime releases capable of handling million‑level concurrent traffic.

GitOpsHPAKubernetes
0 likes · 43 min read
Industrial‑Grade Kubernetes Deployment: Zero‑Downtime Rolling Updates for Million‑Scale Concurrency
Ray's Galactic Tech
Ray's Galactic Tech
Apr 19, 2026 · Cloud Native

Building a Production‑Ready Cloud‑Native Kubernetes Platform: From Zero to SRE Success

This article presents a step‑by‑step guide to designing and implementing a production‑grade Kubernetes platform with GitOps, observability, capacity governance, fault‑injection, and SRE practices, showing how to achieve unified delivery, reliability, and low‑cost operation for high‑concurrency business services.

Cloud NativeGitOpsInfrastructure
0 likes · 37 min read
Building a Production‑Ready Cloud‑Native Kubernetes Platform: From Zero to SRE Success
TechVision Expert Circle
TechVision Expert Circle
Apr 14, 2026 · R&D Management

Why CTOs Should Focus on Reducing Headcount, Not Hiring More

The article argues that senior CTOs see team bloat as their biggest challenge and outlines how platform engineering, GitOps, IaC, AI agents, and LLM‑assisted coding can let a smaller staff deliver equal or greater business value through architectural upgrades and efficiency gains.

AI AgentCTOGitOps
0 likes · 10 min read
Why CTOs Should Focus on Reducing Headcount, Not Hiring More
Ray's Galactic Tech
Ray's Galactic Tech
Apr 7, 2026 · Cloud Native

Mastering Kubernetes at Scale: Production‑Ready Guide for 30+ Clusters

This comprehensive guide explains how to transform Kubernetes from a single‑cluster setup into a production‑grade, multi‑cluster platform that can handle tens of thousands of pods and high‑concurrency workloads by applying architectural, operational, and governance best practices across eight layers of the stack.

GitOpsKubernetesMulti-Cluster
0 likes · 38 min read
Mastering Kubernetes at Scale: Production‑Ready Guide for 30+ Clusters
Cloud Architecture
Cloud Architecture
Apr 3, 2026 · Cloud Native

Production‑Ready Practices for Kubernetes ConfigMap and Secret: Principles, Architecture, and Implementation

The article explains how to move beyond basic ConfigMap and Secret usage in Kubernetes by covering core principles, immutable configurations, multi‑layer architecture, naming conventions, split strategies, security hardening, GitOps workflows, and concrete code examples for reliable production deployments.

GitOpsHelmImmutable
0 likes · 38 min read
Production‑Ready Practices for Kubernetes ConfigMap and Secret: Principles, Architecture, and Implementation
DevOps Coach
DevOps Coach
Mar 26, 2026 · Cloud Native

How kubara Enables Rapid, Production‑Ready Kubernetes Platforms in 30 Minutes

This article explains how the open‑source kubara framework provides a GitOps‑driven, hub‑and‑spoke Kubernetes platform that can be bootstrapped in about 30 minutes, detailing its architecture, default security, control‑plane components, data‑plane onboarding, and step‑by‑step commands for a production‑grade setup.

Argo CDCloud NativeGitOps
0 likes · 20 min read
How kubara Enables Rapid, Production‑Ready Kubernetes Platforms in 30 Minutes
Ray's Galactic Tech
Ray's Galactic Tech
Mar 24, 2026 · Cloud Native

Mastering Production-Grade Blue‑Green and Canary Deployments on Kubernetes

This comprehensive guide explains how to design, implement, and operate production‑grade blue‑green and canary releases on Kubernetes, covering traffic control, state handling, capacity planning, observability, automation scripts, code examples, and best‑practice checklists to ensure safe, scalable rollouts in high‑traffic environments.

Blue-Green DeploymentCI/CDCanary Release
0 likes · 32 min read
Mastering Production-Grade Blue‑Green and Canary Deployments on Kubernetes
DevOps Coach
DevOps Coach
Mar 7, 2026 · Cloud Native

Argo CD 3.3 Unveiled: PreDelete Hooks, Source Hydrator & Production‑Ready Enhancements

Argo CD 3.3 introduces a suite of production‑ready features—including native PreDelete hooks for safe resource cleanup, an enhanced Source Hydrator with Git notes and inline parameters, automatic OIDC token refresh, shallow Git cloning for large repos, and built‑in KEDA autoscaling—plus detailed upgrade guidance and best‑practice recommendations.

Argo CDCI/CDGitOps
0 likes · 26 min read
Argo CD 3.3 Unveiled: PreDelete Hooks, Source Hydrator & Production‑Ready Enhancements
DevOps Coach
DevOps Coach
Feb 24, 2026 · Cloud Native

Create a Production‑Grade GitOps CI/CD Pipeline Using GitHub Actions and Argo

This guide walks through a production‑level GitOps CI/CD pipeline that integrates GitHub Actions for building and pushing Docker images, a separate GitOps repository for declarative Kubernetes manifests managed with Helm and Kustomize, and Argo CD plus Argo Rollouts to deliver automated, safe, progressive releases across staging and production environments.

Argo CDCI/CDGitHub Actions
0 likes · 12 min read
Create a Production‑Grade GitOps CI/CD Pipeline Using GitHub Actions and Argo
DevOps Coach
DevOps Coach
Jan 27, 2026 · Operations

Why ArgoCD v3.2.5 Is a Must‑Upgrade for Secure GitOps Pipelines

ArgoCD v3.2.5, released on January 14 2026, brings critical stability and security fixes—including a refreshed notifications engine, ApplicationSet reconciliation improvements, precise error messages, and dependency updates—making it essential for production GitOps deployments, especially for users still on the EOL 2.x series.

Argo CDGitOpsUpgrade
0 likes · 12 min read
Why ArgoCD v3.2.5 Is a Must‑Upgrade for Secure GitOps Pipelines
Ray's Galactic Tech
Ray's Galactic Tech
Jan 21, 2026 · Cloud Native

Mastering Kubernetes CI/CD: From Jenkins Pipelines to GitOps Automation

This guide walks through building a Kubernetes‑centric CI/CD system—covering high‑frequency releases, multi‑environment isolation, automated rollback, Jenkins pipeline examples, Harbor image registry setup, Argo CD GitOps workflows, blue‑green and canary deployments, configuration security, observability, and practical rollout recommendations for teams at any maturity level.

Argo CDCI/CDDevOps
0 likes · 9 min read
Mastering Kubernetes CI/CD: From Jenkins Pipelines to GitOps Automation
Ops Community
Ops Community
Jan 17, 2026 · Cloud Native

How to Build Multi‑Cloud GitOps 2.0 with ArgoCD and Crossplane

This guide walks through implementing a GitOps 2.0 workflow that combines ArgoCD and Crossplane to manage both application deployments and multi‑cloud infrastructure as declarative YAML stored in Git, covering architecture, environment setup, step‑by‑step installation, example use cases, best‑practice recommendations, troubleshooting, monitoring, and backup strategies.

ArgoCDCrossplaneGitOps
0 likes · 37 min read
How to Build Multi‑Cloud GitOps 2.0 with ArgoCD and Crossplane
MaGe Linux Operations
MaGe Linux Operations
Dec 31, 2025 · Cloud Native

Helm vs Kustomize: When to Choose Each Tool and How to Combine Them

This article objectively compares Helm and Kustomize based on three years of team experience, detailing design philosophies, core mechanisms, feature differences, practical use‑case recommendations, mixed‑usage patterns, and best‑practice guidelines for GitOps‑driven Kubernetes deployments.

GitOpsKubernetesKustomize
0 likes · 20 min read
Helm vs Kustomize: When to Choose Each Tool and How to Combine Them
Ops Community
Ops Community
Dec 30, 2025 · Cloud Native

Why I Dropped Jenkins for GitHub Actions & ArgoCD: A Complete GitOps Migration Guide

After years of using Jenkins, the author explains why moving to a GitOps workflow with GitHub Actions for CI and ArgoCD for CD offers lower maintenance, tighter integration with Kubernetes, declarative configurations, and automated deployments, and provides a step‑by‑step guide covering environment requirements, repository layout, CI pipeline, ArgoCD application setup, multi‑environment strategies, secret management, RBAC, monitoring, troubleshooting, and migration best practices.

ArgoCDCI/CDDevOps
0 likes · 21 min read
Why I Dropped Jenkins for GitHub Actions & ArgoCD: A Complete GitOps Migration Guide
Ops Community
Ops Community
Dec 19, 2025 · Cloud Native

Why We Dropped Jenkins for Tekton & ArgoCD: A Complete Migration Blueprint

This guide explains the shortcomings of Jenkins, outlines the core GitOps principles, details the selection of Tekton, ArgoCD, Harbor, and Kyverno, and provides step‑by‑step configurations, pipelines, and best‑practice recommendations for a production‑grade migration to a cloud‑native CI/CD platform.

ArgoCDCI/CDGitOps
0 likes · 31 min read
Why We Dropped Jenkins for Tekton & ArgoCD: A Complete Migration Blueprint
MaGe Linux Operations
MaGe Linux Operations
Nov 25, 2025 · Cloud Native

Helm vs Kustomize: Which Is the Best Practice for Managing Kubernetes Applications?

This guide compares Helm and Kustomize, detailing their design philosophies, key features, suitable scenarios, environment requirements, step‑by‑step installation and deployment procedures, best‑practice recommendations, common pitfalls, troubleshooting tips, CI/CD integration, and monitoring strategies to help teams choose the optimal Kubernetes application management tool.

GitOpsHelmKubernetes
0 likes · 35 min read
Helm vs Kustomize: Which Is the Best Practice for Managing Kubernetes Applications?
DevOps Coach
DevOps Coach
Nov 17, 2025 · Cloud Native

What’s New in ArgoCD 3.2? Features, Upgrade Guide, and Installation Tips

ArgoCD 3.2.0, released on November 5 2025, brings progressive ApplicationSet sync, memory‑optimized webhook handling, expanded health checks, OCI registry support, and CLI improvements, while deprecating 2.14; the article explains these changes, upgrade considerations, and step‑by‑step installation methods for both Helm and kubectl.

ArgoCDCI/CDCloud Native
0 likes · 15 min read
What’s New in ArgoCD 3.2? Features, Upgrade Guide, and Installation Tips
Ops Community
Ops Community
Oct 22, 2025 · Cloud Native

How to Build a Production‑Ready GitOps Pipeline with ArgoCD and Helm in 10 Minutes

This step‑by‑step guide shows how to set up a full‑stack GitOps workflow using ArgoCD and Helm on Kubernetes, covering prerequisites, environment matrix, a 10‑step implementation checklist, monitoring, performance tuning, security hardening, common troubleshooting, rollback scripts, and best‑practice recommendations.

ArgoCDCI/CDContinuous Delivery
0 likes · 32 min read
How to Build a Production‑Ready GitOps Pipeline with ArgoCD and Helm in 10 Minutes
DevOps Coach
DevOps Coach
Oct 16, 2025 · Cloud Native

Mastering Kargo: Proven GitOps Configuration Practices and YAML Templates

This guide walks you through advanced Kargo configuration for GitOps, covering essential CRDs such as Warehouse, Stage, and PromotionTemplate, offering concrete YAML examples, best‑practice recommendations, secure Git repository layouts, multi‑service promotion strategies, event‑driven rollouts, and safety measures to build scalable, reliable CI/CD pipelines.

Argo CDCI/CDCloud Native
0 likes · 8 min read
Mastering Kargo: Proven GitOps Configuration Practices and YAML Templates
dbaplus Community
dbaplus Community
Sep 23, 2025 · Cloud Native

Mastering Kubernetes in 2025: 6 Proven Strategies for Secure, Scalable Ops

This guide outlines six essential Kubernetes management practices for 2025—Infrastructure as Code, centralized monitoring and logging, SSL-offloaded ingress, RBAC with OIDC, GitOps deployments, and secret management—offering concrete steps, tool recommendations, and security tips to build reliable, automated cloud‑native clusters.

Cloud NativeDevOpsGitOps
0 likes · 7 min read
Mastering Kubernetes in 2025: 6 Proven Strategies for Secure, Scalable Ops
DevOps Coach
DevOps Coach
Sep 14, 2025 · Operations

How We Cut Redis Costs by 95% with AWS ElastiCache Serverless for Argo CD

This article details Kaltura's migration of Argo CD's built‑in Redis to AWS ElastiCache Serverless for Valkey, explaining the cost, performance, and operational challenges of the default setup, the step‑by‑step migration process, and the substantial savings and reliability gains achieved.

Argo CDElastiCacheGitOps
0 likes · 11 min read
How We Cut Redis Costs by 95% with AWS ElastiCache Serverless for Argo CD
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
Aug 8, 2025 · Artificial Intelligence

Can GitOps Power Low‑Cost LLM Agents? A Hands‑On Exploration

This article examines how the Manus sandbox and CodeAct mechanisms inspire a GitOps‑based approach to building LLM agents, detailing the design of planner and executor components, workflow steps, advantages such as RAG and observability, and the potential for low‑cost, scalable intelligent agent development.

AI agentsGitOpsIntelligent Agents
0 likes · 12 min read
Can GitOps Power Low‑Cost LLM Agents? A Hands‑On Exploration
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
Aug 7, 2025 · Cloud Native

How GitOps Powers Cloud‑Native Large‑Scale Cluster Management

This article details Alibaba Cloud's intelligent operations team’s challenges and solutions for managing thousands of cloud‑native clusters, covering their multi‑layered operation architecture, GitOps workflow, infrastructure‑as‑code integration, and the role of AI‑driven intelligent operations in large‑scale environments.

GitOpsIaCKubernetes
0 likes · 23 min read
How GitOps Powers Cloud‑Native Large‑Scale Cluster Management
Cloud Native Technology Community
Cloud Native Technology Community
Jul 17, 2025 · Databases

How Operators Turn Kubernetes into a Database Management Powerhouse

This article explains how Kubernetes' reconciliation loop, originally designed for stateless resources, can be extended to manage stateful workloads like PostgreSQL databases using Operators such as CloudNativePG and Atlas, providing a declarative, GitOps‑friendly workflow for provisioning, upgrading, and schema migration.

ATLASCloudNativePGDatabase Management
0 likes · 16 min read
How Operators Turn Kubernetes into a Database Management Powerhouse
MaGe Linux Operations
MaGe Linux Operations
May 13, 2025 · Operations

Master Argo CD: A Hands‑On Guide to GitOps Continuous Delivery

This comprehensive guide introduces Argo CD, explains its architecture and core concepts, walks through installation, cluster registration, application creation from a Git repository, and demonstrates how to sync and monitor applications using both the UI and CLI, empowering developers to adopt GitOps for Kubernetes deployments.

Argo CDCLIContinuous Delivery
0 likes · 17 min read
Master Argo CD: A Hands‑On Guide to GitOps Continuous Delivery
Cloud Native Technology Community
Cloud Native Technology Community
Mar 18, 2025 · Cloud Native

Best Practices for Managing Core Services in Large‑Scale Kubernetes Deployments

Scaling Kubernetes across dozens or hundreds of clusters requires standardized core services—networking, security, observability, and automation—so organizations should adopt templated configurations, GitOps tools, centralized monitoring, and automated certificate management to reduce complexity, improve security, and lower operational overhead.

AutomationCluster ManagementGitOps
0 likes · 8 min read
Best Practices for Managing Core Services in Large‑Scale Kubernetes Deployments
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Feb 17, 2025 · Cloud Native

Multi‑Cluster Delivery with ACK One GitOps: A Case Study at Wondershare Technology

Wondershare Technology adopted Alibaba Cloud's ACK One GitOps platform to automate and unify the deployment of dozens of Kubernetes clusters across multiple regions, addressing manual deployment inefficiencies, traceability, rollback challenges, and multi‑tenant permission management while achieving a 50% increase in release efficiency.

Argo CDCI/CDCloud Native
0 likes · 7 min read
Multi‑Cluster Delivery with ACK One GitOps: A Case Study at Wondershare Technology
Liangxu Linux
Liangxu Linux
Nov 23, 2024 · Cloud Native

How a Solo Engineer Runs a Full‑Stack SaaS on Kubernetes

This article details how a single‑person startup leverages Kubernetes on AWS EKS to handle load balancing, automatic DNS, TLS, autoscaling, monitoring, alerting, secret management, and CI/CD for a Django‑based SaaS, illustrating practical configurations, code snippets, and infrastructure‑as‑code patterns.

AWS EKSCI/CDDjango
0 likes · 16 min read
How a Solo Engineer Runs a Full‑Stack SaaS on Kubernetes
Alibaba Cloud Native
Alibaba Cloud Native
Aug 20, 2024 · Cloud Native

How We Built a Scalable Cloud‑Native DevOps Platform from Scratch

From zero‑to‑hero in 2021, a Shanghai tech firm designed, selected, and implemented a full‑stack Cloud‑Native DevOps solution on Alibaba Cloud, covering project management, GitFlow, CI/CD pipelines, multi‑environment image promotion, infrastructure‑as‑code, and monitoring to support hundreds of micro‑services.

CI/CDDevOpsGitOps
0 likes · 16 min read
How We Built a Scalable Cloud‑Native DevOps Platform from Scratch
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Jul 16, 2024 · Cloud Native

Building an Event‑Driven Automated CI Pipeline with Alibaba Cloud EventBridge and ACK One Serverless Argo Workflows

This guide explains how to create a fully automated, event‑driven CI pipeline on Kubernetes by combining Alibaba Cloud EventBridge with the ACK One Serverless Argo Workflows service to trigger builds from Git events, compile Docker images with BuildKit cache, and deploy them via GitOps.

Argo WorkflowsCI/CDGitOps
0 likes · 9 min read
Building an Event‑Driven Automated CI Pipeline with Alibaba Cloud EventBridge and ACK One Serverless Argo Workflows
Continuous Delivery 2.0
Continuous Delivery 2.0
Jun 3, 2024 · Operations

What Is Trusted DevOps? Principles, IaC, and Integration with GitOps

The article explains DevOps and trusted DevOps concepts, outlines key characteristics such as security integration and automation, introduces Everything‑as‑Code components, details Infrastructure‑as‑Code principles, tools, examples, limitations, and how IaC fits into CI/CD pipelines and GitOps workflows.

AutomationCI/CDGitOps
0 likes · 11 min read
What Is Trusted DevOps? Principles, IaC, and Integration with GitOps
Alibaba Cloud Native
Alibaba Cloud Native
Apr 5, 2024 · Cloud Native

How ACK One Enables Multi‑Cluster GitOps for Hybrid Cloud Deployments

This article explains the core concepts of GitOps, outlines the advantages of using ACK One GitOps for multi‑cluster, hybrid‑cloud continuous delivery, and provides step‑by‑step guidance, code examples, and security configurations for Argo CD, ApplicationSets, RBAC, and secret management.

ACK OneArgoCDGitOps
0 likes · 12 min read
How ACK One Enables Multi‑Cluster GitOps for Hybrid Cloud Deployments
Efficient Ops
Efficient Ops
Mar 30, 2024 · Cloud Native

How GitOps Transforms Cloud‑Native Deployment: A Practical Guide

This article explores the GitOps approach for cloud‑native environments, detailing its principles, benefits, and step‑by‑step implementation—including standardized content storage, declarative configuration, automated deployment/rollback, and change verification—to boost development efficiency and reliability.

CI/CDCloud NativeDevOps
0 likes · 12 min read
How GitOps Transforms Cloud‑Native Deployment: A Practical Guide
Alibaba Cloud Native
Alibaba Cloud Native
Feb 18, 2024 · Cloud Native

How to Build a Hybrid Cloud Disaster‑Recovery System with Alibaba ACK One

This guide explains how to use Alibaba Cloud's ACK One platform to connect on‑premises and public‑cloud Kubernetes clusters, configure network interconnectivity, create multi‑cluster fleets, optionally deploy applications via GitOps, and manage traffic with a multi‑cluster gateway for seamless same‑city disaster recovery.

ACK OneGitOpsKubernetes
0 likes · 13 min read
How to Build a Hybrid Cloud Disaster‑Recovery System with Alibaba ACK One
DevOps Cloud Academy
DevOps Cloud Academy
Feb 14, 2024 · Cloud Native

Weaveworks Shuts Down: What It Means for GitOps and the Future of Flux

Weaveworks, the company that coined the term GitOps, announced its closure due to unstable sales despite $10 million revenue, prompting industry analysis of GitOps’s commercial viability, competition with ArgoCD, and the future stewardship of the open‑source Flux project under CNCF.

Cloud NativeContinuous DeliveryFlux
0 likes · 5 min read
Weaveworks Shuts Down: What It Means for GitOps and the Future of Flux
Cloud Native Technology Community
Cloud Native Technology Community
Feb 2, 2024 · Cloud Native

Achieving Sub‑2‑Hour RTO: A Cloud‑Native Disaster Recovery Blueprint for Enterprises

This article examines how a leading global industrial group leveraged a cloud‑native platform to design a disaster‑recovery solution that meets a sub‑2‑hour RTO and a 1‑minute RPO, detailing architecture, data‑layer strategies, middleware replication, application and access‑layer handling, and operational best practices.

ACPCloud NativeDisaster Recovery
0 likes · 17 min read
Achieving Sub‑2‑Hour RTO: A Cloud‑Native Disaster Recovery Blueprint for Enterprises
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
Dec 14, 2023 · Operations

How GitOps Transforms Change Management: Automation, Code, and Transparency

GitOps leverages Git's version‑control strengths to automate, codify, and make transparent infrastructure changes, combining IaC, merge requests, and CI/CD, while exploring its principles, toolchains like FluxCD, ArgoCD, Jenkins X, and practical implementations such as SRE Stack for end‑to‑end change management.

AutomationCI/CDCloud Native
0 likes · 17 min read
How GitOps Transforms Change Management: Automation, Code, and Transparency
DevOps Cloud Academy
DevOps Cloud Academy
Dec 6, 2023 · Databases

Implementing a Complete Azure DevOps Database CI/CD Workflow with Bytebase

This article demonstrates how to set up a full database CI/CD pipeline on Azure DevOps using Bytebase, covering Docker deployment, ngrok configuration, GitOps integration, SQL review automation, approval processes, schema write‑back, and migration detection, with step‑by‑step instructions and code examples.

Azure DevOpsBytebaseDatabase CI/CD
0 likes · 11 min read
Implementing a Complete Azure DevOps Database CI/CD Workflow with Bytebase
DevOps Cloud Academy
DevOps Cloud Academy
Oct 14, 2023 · Cloud Native

Introducing Kargo: A Multi‑Stage Application Orchestration Platform for CI/CD on Kubernetes

The article explains how Kargo, an open‑source, GitOps‑based platform built on Argo CD experience, addresses the complexities of multi‑stage CI/CD pipelines in Kubernetes by providing declarative stage definitions, promotion workflows, and advanced delivery features such as canary releases and A/B testing.

Argo CDCI/CDContinuous Delivery
0 likes · 12 min read
Introducing Kargo: A Multi‑Stage Application Orchestration Platform for CI/CD on Kubernetes
DevOps Cloud Academy
DevOps Cloud Academy
Sep 6, 2023 · Cloud Native

The Evolving Role of Developers in Infrastructure as Code and Cloud‑Native Platforms

This article examines how infrastructure management has shifted toward treating infrastructure as code, the growing responsibilities of developers in deploying and maintaining cloud‑native platforms such as Kubernetes, the challenges they face, and the supporting role of platform/DevOps teams and tools like Terraform and ArgoCD.

ArgoCDCloud NativeDevOps
0 likes · 7 min read
The Evolving Role of Developers in Infrastructure as Code and Cloud‑Native Platforms
DevOps Cloud Academy
DevOps Cloud Academy
Jul 8, 2023 · Cloud Native

Argo CD and Argo Rollouts 2023 User Survey Results: Insights and Trends

The 2023 CNCF user survey of Argo CD and Argo Rollouts reveals high adoption rates, strong Net Promoter Scores, dominant usage by DevOps and platform engineers, expanding production deployments, and growing ecosystem integrations, highlighting opportunities and challenges for the GitOps and progressive delivery landscape.

Argo CDArgo RolloutsDevOps
0 likes · 12 min read
Argo CD and Argo Rollouts 2023 User Survey Results: Insights and Trends
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Jul 3, 2023 · Operations

How GitOps Revolutionizes Cloud‑Native Deployments: Lessons from Horizon CD

This article examines the shortcomings of traditional host‑based deployments, explains the GitOps methodology with declarative configuration and automation tools, and details a real‑world implementation at NetEase Cloud Music using Horizon CD, Argo CD, and Helm to achieve scalable, reliable, and version‑controlled cloud‑native releases.

ArgoCDCI/CDCloud Native
0 likes · 19 min read
How GitOps Revolutionizes Cloud‑Native Deployments: Lessons from Horizon CD
dbaplus Community
dbaplus Community
Jul 1, 2023 · Operations

How We Rebuilt a Private Cloud Platform to Supercharge Developer Efficiency

This article recounts a year‑long effort by a senior SRE engineer to redesign a private cloud platform, detailing the motivations, architectural choices, SSO and RBAC implementations, workflow automation, GitOps deployment, release engineering improvements, and the cultural shift toward metrics‑driven development.

DevOpsGitOpsKubernetes
0 likes · 22 min read
How We Rebuilt a Private Cloud Platform to Supercharge Developer Efficiency
DevOps Cloud Academy
DevOps Cloud Academy
Jun 13, 2023 · Cloud Native

Understanding GitOps: Principles, Workflow, and Benefits

This article explains GitOps as an automated, Git‑centric approach to managing cloud‑native infrastructure using IaC, pull requests, and CI/CD pipelines, detailing how it works, its components, deployment strategies, and the operational advantages it brings to modern software delivery.

CI/CDDevOpsGitOps
0 likes · 12 min read
Understanding GitOps: Principles, Workflow, and Benefits
Ant R&D Efficiency
Ant R&D Efficiency
Jun 12, 2023 · Cloud Native

Platform Engineering: Challenges and Best Practices in Large-Scale Implementation

Platform engineering at scale requires unified self‑service abstractions, domain‑specific languages like KCL, divide‑and‑conquer monorepo structures, robust modeling and automation, and a collaborative culture, as demonstrated by Ant Group’s KusionStack implementation that supports thousands of projects with a sub‑one‑to‑nine platform‑to‑developer ratio.

DevOpsDomain Specific LanguagesGitOps
0 likes · 20 min read
Platform Engineering: Challenges and Best Practices in Large-Scale Implementation
DevOps Cloud Academy
DevOps Cloud Academy
May 29, 2023 · Databases

Best Database Schema Migration Tools: CLI, GUI, and GitOps/Database-as-Code Solutions

Database schema changes are among the riskiest development tasks, and this article reviews top migration tools—from basic CLI clients like mysql and psql, through popular GUIs such as phpMyAdmin and DBeaver, to modern GitOps/Database-as-Code solutions like Liquibase, Flyway, Sqitch, Atlas, Prisma, and Bytebase—highlighting their features, pricing, and collaboration capabilities.

CLIDatabaseDevOps
0 likes · 9 min read
Best Database Schema Migration Tools: CLI, GUI, and GitOps/Database-as-Code Solutions
MaGe Linux Operations
MaGe Linux Operations
Mar 31, 2023 · Cloud Native

Why Argo Is the Secret Weapon for GitOps on Kubernetes

This article explains GitOps fundamentals, introduces the Argo project and its four core components, and shows how Argo CD, Workflows, Rollouts, and Events empower DevOps engineers to achieve safer, more reliable, and fully automated continuous delivery on Kubernetes.

ArgoCI/CDCloud Native
0 likes · 10 min read
Why Argo Is the Secret Weapon for GitOps on Kubernetes
Alibaba Cloud Native
Alibaba Cloud Native
Mar 2, 2023 · Cloud Native

Master Multi‑Cluster GitOps with ACK One and ArgoCD – A Step‑by‑Step Guide

This guide walks you through using ACK One’s GitOps capabilities to manage multi‑cluster Kubernetes deployments with ArgoCD, covering prerequisites, CLI commands, console operations, application version upgrades, rollbacks, user‑permission management, Applicationset for multi‑cluster scaling, and Image Updater integration for end‑to‑end CI/CD automation.

ACK OneArgoCDCI/CD
0 likes · 18 min read
Master Multi‑Cluster GitOps with ACK One and ArgoCD – A Step‑by‑Step Guide
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Feb 24, 2023 · Cloud Native

NetEase Cloud Music Open-Sources Horizon: A Kubernetes-Based GitOps Continuous Deployment Platform

NetEase Cloud Music open-sourced Horizon, a Kubernetes-based GitOps continuous deployment platform, offering standardized Helm‑based templates, RBAC, multi‑cloud support, CI integration, and extensibility, built on Argo CD, Tekton, and other components, now used in large‑scale production across multiple regions.

Argo CDCI/CDCloud Native
0 likes · 9 min read
NetEase Cloud Music Open-Sources Horizon: A Kubernetes-Based GitOps Continuous Deployment Platform
DevOps Cloud Academy
DevOps Cloud Academy
Feb 19, 2023 · Databases

Implementing Database GitOps with Bytebase: A Step‑by‑Step Guide

This article walks through setting up a local MySQL cluster, configuring Ngrok, deploying Bytebase via Docker, enabling GitOps integration with GitHub, and managing SQL schema changes through automated pull‑request workflows, providing code snippets and detailed screenshots for each step.

BytebaseDatabase CI/CDDocker
0 likes · 7 min read
Implementing Database GitOps with Bytebase: A Step‑by‑Step Guide
DevOps Cloud Academy
DevOps Cloud Academy
Feb 10, 2023 · Operations

Differences Between DevOps and GitOps

DevOps is a software development practice focused on accelerating delivery and improving quality through collaboration and automation, while GitOps manages cloud-native applications by using Git as the single source of truth for configuration and deployment, emphasizing consistency, controllability, and streamlined operations.

AutomationCloud NativeDevOps
0 likes · 3 min read
Differences Between DevOps and GitOps
Cloud Native Technology Community
Cloud Native Technology Community
Jan 30, 2023 · Cloud Native

2023 Cloud‑Native Trends and Predictions: Cloud IDEs, FinOps, SBOM, GitOps, OpenTelemetry, WebAssembly and More

The article surveys the 2023 cloud‑native landscape, highlighting the rise of cloud‑based IDEs, the mainstreaming of FinOps and GreenOps, the ubiquity of open‑source SBOMs, the maturation of GitOps and OpenTelemetry, the growing impact of WebAssembly, and several related forecasts for the industry.

Cloud NativeFinOpsGitOps
0 likes · 21 min read
2023 Cloud‑Native Trends and Predictions: Cloud IDEs, FinOps, SBOM, GitOps, OpenTelemetry, WebAssembly and More
Alibaba Cloud Native
Alibaba Cloud Native
Dec 12, 2022 · Cloud Native

How ACK One Enables Multi‑Cluster GitOps and Unified Alert Management

ACK One is a distributed cloud‑native container platform that unifies management of Kubernetes clusters across hybrid‑cloud, edge, and on‑prem environments, offering GitOps‑based multi‑cluster application distribution with ArgoCD integration and a centralized alert‑management system.

ArgoCDGitOpsKubernetes
0 likes · 9 min read
How ACK One Enables Multi‑Cluster GitOps and Unified Alert Management
DevOps Cloud Academy
DevOps Cloud Academy
Dec 11, 2022 · Cloud Native

GitOps: The Missing Link for CI/CD on Kubernetes

GitOps leverages Git as an immutable source of truth to streamline CI/CD pipelines for Kubernetes, enhancing productivity, security, and compliance by providing observable, auditable deployments, centralized control, and easy rollbacks, while requiring dedicated tools such as Flux or Weave GitOps Core for full implementation.

CI/CDCloud NativeDevOps
0 likes · 12 min read
GitOps: The Missing Link for CI/CD on Kubernetes
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Oct 24, 2022 · Cloud Native

GitOps on Kubernetes: Secure, Scalable Continuous Deployment Best Practices

GitOps, a cloud‑native continuous deployment approach that uses Git as the single source of truth, enables secure, auditable, and multi‑tenant Kubernetes management by automating state reconciliation, supporting multi‑cluster and multi‑environment deployments, and integrating tools like Argo CD, Flux, Helm, and Kustomize.

Argo CDContinuous DeploymentDevOps
0 likes · 12 min read
GitOps on Kubernetes: Secure, Scalable Continuous Deployment Best Practices
Open Source Linux
Open Source Linux
Aug 15, 2022 · Cloud Native

Top GitOps Tools for Kubernetes: A Comprehensive Guide

This article reviews the most popular GitOps tools for Kubernetes, explains the GitOps concept, and details how each tool—such as ArgoCD, Flux, Helm, Crossplane, and Argo Rollouts—enables declarative, automated, and auditable infrastructure management.

Argo RolloutsArgoCDCrossplane
0 likes · 22 min read
Top GitOps Tools for Kubernetes: A Comprehensive Guide
Ops Development Stories
Ops Development Stories
Aug 9, 2022 · Operations

How GitOps Powers Automated Deployments: Push vs Pull Strategies Explained

GitOps, introduced by WeaveWorks in 2017, treats application configurations as code stored in Git, enabling versioned, automated, and standardized deployments, with two main strategies—Push and Pull—each offering distinct advantages, and Zadig’s implementation showcases practical automation for code, environment, and service changes.

DevOpsGitOpsZadig
0 likes · 6 min read
How GitOps Powers Automated Deployments: Push vs Pull Strategies Explained
Alibaba Cloud Native
Alibaba Cloud Native
Aug 1, 2022 · Cloud Native

How Kruise Rollout Enables Progressive Delivery in Cloud‑Native Kubernetes

Kruise Rollout, an open‑source progressive delivery framework from the OpenKruise community, extends native Kubernetes workloads with incremental, traffic‑aware rollouts, automated batch control via Prometheus metrics, and non‑intrusive integration, offering a robust alternative to Argo Rollout and Flagger for large‑scale deployments.

Canary DeploymentCloud NativeGitOps
0 likes · 9 min read
How Kruise Rollout Enables Progressive Delivery in Cloud‑Native Kubernetes
DevOps
DevOps
Feb 23, 2022 · Cloud Native

Challenges and Solutions for Cloud‑Native Application Delivery: GitOps with ArgoCD, Tekton, and SOPS

The article analyzes the pain points of cloud‑native application delivery, explains how GitOps—using Kubernetes as a declarative platform and Git as a single source of truth—addresses configuration drift, and demonstrates a practical GitSecOps pipeline built with ArgoCD, Tekton, Kustomize, and SOPS for secure CI/CD.

ArgoCDCloudNativeGitOps
0 likes · 9 min read
Challenges and Solutions for Cloud‑Native Application Delivery: GitOps with ArgoCD, Tekton, and SOPS
Liulishuo Tech Team
Liulishuo Tech Team
Dec 14, 2021 · Cloud Native

How We Migrated a High‑Traffic Business Gateway to Kubernetes with Kong

This article details the step‑by‑step evolution of a company's business gateway from a single Nginx instance to a cloud‑native, Kubernetes‑based Kong deployment, covering the initial architecture, identified risks, custom controller implementation, performance testing, graceful shutdown, and smooth traffic switching strategies.

API GatewayCloud NativeGitOps
0 likes · 18 min read
How We Migrated a High‑Traffic Business Gateway to Kubernetes with Kong