Tagged articles
3741 articles
Page 20 of 38
Cloud Native Technology Community
Cloud Native Technology Community
Nov 9, 2021 · Cloud Native

Implementing Canary (Gray) Releases in Service Mesh Architecture with Kubernetes and Istio

This article explains the concept of canary (gray) releases, demonstrates how to perform rolling updates and precise traffic splitting in Kubernetes, and shows how to achieve fine‑grained canary deployments using Istio’s VirtualService and DestinationRule resources with practical YAML and kubectl examples.

Cloud NativeDevOpsIstio
0 likes · 24 min read
Implementing Canary (Gray) Releases in Service Mesh Architecture with Kubernetes and Istio
Top Architect
Top Architect
Nov 9, 2021 · Operations

Top Bug Tracking Tools and How to Build an Effective Bug Tracking Process

This article explains what bug tracking is, outlines a typical bug‑tracking workflow, describes the elements of a good bug report, lists criteria for choosing a bug‑tracking tool, and reviews twelve popular tools with their features, integrations, pricing, advantages and disadvantages, concluding with recommendations for teams of all sizes.

DevOpsProject ManagementSoftware tools
0 likes · 17 min read
Top Bug Tracking Tools and How to Build an Effective Bug Tracking Process
FunTester
FunTester
Nov 9, 2021 · Operations

Understanding Test Orchestration: Benefits, Strategies, and Tooling for CI/CD

The article explains test orchestration as a coordinated, automated testing workflow that enhances software quality and delivery speed by eliminating manual errors, integrating with CI/CD pipelines, and leveraging tools such as Ansible, Jenkins, and Kubernetes to streamline testing processes across DevOps environments.

CI/CDDevOpsautomation
0 likes · 9 min read
Understanding Test Orchestration: Benefits, Strategies, and Tooling for CI/CD
DevOps
DevOps
Nov 9, 2021 · Cloud Native

Agile Development Practices and Cloud Native Technology Stack Overview

This article explains the principles of agile development, outlines typical agile workflows and case studies, and then provides a comprehensive overview of the cloud native technology stack, including application definition, orchestration, runtime, provisioning, platform, observability, and serverless components, illustrating how modern IT teams can transition from traditional practices.

CI/CDCloud NativeDevOps
0 likes · 8 min read
Agile Development Practices and Cloud Native Technology Stack Overview
iQIYI Technical Product Team
iQIYI Technical Product Team
Nov 5, 2021 · Operations

Fine-Grained Code Coverage Integration and Practices at iQIYI

iQIYI integrated JaCoCo with its DevOps pipeline, using Git diff and Jira‑linked branch naming to automatically generate fine‑grained coverage reports at incremental, branch, and requirement levels, enforcing 90 % thresholds that lifted backend service coverage from under 70 % to over 90 % and markedly improved reliability.

CI/CDDevOpsJaCoCo
0 likes · 14 min read
Fine-Grained Code Coverage Integration and Practices at iQIYI
DevOps Cloud Academy
DevOps Cloud Academy
Nov 4, 2021 · Cloud Native

DevOps, Agile Development, and Kubernetes: Bridging Development and Operations in Cloud‑Native Environments

The article explains how agile development and DevOps extend beyond coding to cover the entire application lifecycle, how containers and Kubernetes enable seamless collaboration between developers and operations, and why microservice architecture and Conway's law are essential for building scalable, cloud‑native systems.

Agile DevelopmentCI/CDCloud Native
0 likes · 8 min read
DevOps, Agile Development, and Kubernetes: Bridging Development and Operations in Cloud‑Native Environments
FunTester
FunTester
Nov 2, 2021 · Operations

Embracing Automation: Continuous Testing Practices and Tools

The article explains how adopting automation and continuous testing—through appropriate tools, metric tracking, containerization, transparent communication, multi‑layer and performance testing—accelerates error detection, improves software quality, and enables faster, reliable releases in modern DevOps pipelines.

CI/CDContainerizationDevOps
0 likes · 8 min read
Embracing Automation: Continuous Testing Practices and Tools
DevOps
DevOps
Nov 2, 2021 · Operations

From Toolchains to Open Technology Platforms: Evolution of Enterprise R&D Capabilities

The article examines how enterprises evolve their R&D capabilities through three stages—adopting mature toolchains, building integrated development platforms, and finally creating open technology platforms—highlighting the benefits, challenges, and best practices for improving delivery efficiency and fostering collaborative innovation.

DevOpsOpen PlatformR&D platform
0 likes · 15 min read
From Toolchains to Open Technology Platforms: Evolution of Enterprise R&D Capabilities
DevOps Cloud Academy
DevOps Cloud Academy
Nov 1, 2021 · Operations

Using Jenkins Deploy Dashboard for Visual Deployment

This article introduces the Jenkins Deploy Dashboard plugin, explains its purpose for visualizing deployment status across environments, and provides step‑by‑step instructions—including adding deployments to the dashboard, creating the dashboard view, and adding deployment buttons—using both scripted and declarative pipelines.

CI/CDDeploy DashboardDevOps
0 likes · 5 min read
Using Jenkins Deploy Dashboard for Visual Deployment
Efficient Ops
Efficient Ops
Nov 1, 2021 · Operations

How AIOps Is Transforming IT Operations: Inside the First Domestic Evaluation

An interview with Qingchuang Technology’s co‑founder reveals how their Sherlock AIOps platform passed the first domestic AIOps system and tool assessment, illustrating the role of AI‑driven alarm convergence, the significance of the CAICT maturity model, and future plans for intelligent IT operations across industries.

Artificial IntelligenceDevOpsIT Operations
0 likes · 7 min read
How AIOps Is Transforming IT Operations: Inside the First Domestic Evaluation
Efficient Ops
Efficient Ops
Nov 1, 2021 · Operations

How AIOps Is Empowering Enterprise Digital Transformation

The article explains how AIOps, built on DevOps principles and leveraging AI and big‑data analytics, helps enterprises overcome governance challenges, improve operational efficiency, and accelerate digital transformation, highlighting standards, real‑world evaluations, and key benefits such as real‑time analysis and noise reduction.

DevOpsDigital TransformationIT Governance
0 likes · 7 min read
How AIOps Is Empowering Enterprise Digital Transformation
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Nov 1, 2021 · Backend Development

2021 Comprehensive Java Learning Roadmap: From Fundamentals to a Competitive Offer

This guide presents a detailed 2021 Java learning roadmap covering programming fundamentals, JVM internals, concurrency, data structures, algorithms, databases, development tools, backend frameworks, DevOps practices, and interview preparation, with curated resources and a practical study schedule to help learners secure a strong job offer.

AlgorithmsDevOpsJVM
0 likes · 8 min read
2021 Comprehensive Java Learning Roadmap: From Fundamentals to a Competitive Offer
DevOps Cloud Academy
DevOps Cloud Academy
Nov 1, 2021 · Operations

Integrating SonarQube Code Scanning with GitLab Commit Status

This guide explains how to set up SonarQube and Sonar‑scanner for static code analysis, run the scanner with project parameters, install the Sonar‑GitLab plugin, configure commit‑status integration, and use the resulting GitLab commit status to enforce merge‑request policies based on pipeline outcomes.

CI/CDCode ScanningDevOps
0 likes · 3 min read
Integrating SonarQube Code Scanning with GitLab Commit Status
Architects' Tech Alliance
Architects' Tech Alliance
Oct 31, 2021 · Cloud Native

Comprehensive Docker Tutorial: Installation, Commands, Image Management, Networking, Dockerfile, Compose, Registry, and Advanced Practices

This extensive guide covers Docker fundamentals, container concepts, installation steps, basic and advanced commands, image lifecycle, volume handling, Dockerfile creation, networking options, Docker Compose orchestration, private registries, Harbor deployment, best‑practice recommendations, and monitoring techniques, providing a complete reference for container‑based development and operations.

Cloud NativeContainersDevOps
0 likes · 48 min read
Comprehensive Docker Tutorial: Installation, Commands, Image Management, Networking, Dockerfile, Compose, Registry, and Advanced Practices
Xueersi 1-on-1 Technology Team
Xueersi 1-on-1 Technology Team
Oct 28, 2021 · Cloud Native

How We Cut Test Environment Build Time to Minutes with Kubernetes

The article details how Xueersi's 1‑to‑1 quality‑efficiency team transformed their cumbersome manual test‑environment setup into a fast, containerised, Kubernetes‑driven workflow, introducing swim‑lane environments, trace‑ID coloring, and a continuous‑delivery platform to dramatically improve resource utilization and deployment speed.

Continuous DeliveryDevOpsSwim Lane
0 likes · 14 min read
How We Cut Test Environment Build Time to Minutes with Kubernetes
Cloud Native Technology Community
Cloud Native Technology Community
Oct 22, 2021 · Cloud Native

Enterprise‑Scale Harbor: Multi‑Arch Migration, Governance & Performance Tips

Zhang Chenyu from Lingque Cloud shares a comprehensive enterprise‑level Harbor case study, covering its role as an image registry, migration from 1.x to 2.x with multi‑architecture support, internal governance policies, integration with ACP, community contributions, performance workgroup findings, and the offered Harbor Enterprise edition.

Cloud NativeContainer RegistryDevOps
0 likes · 16 min read
Enterprise‑Scale Harbor: Multi‑Arch Migration, Governance & Performance Tips
Efficient Ops
Efficient Ops
Oct 22, 2021 · Operations

How Zhengzhou Bank Boosted Delivery Speed 2.3× with DevOps Standard Assessment

Zhengzhou Bank’s new retail loan system passed the third‑level DevOps continuous‑delivery assessment, leading to a 2.31‑fold increase in annual delivery demand, an 18‑day reduction in cycle time, and a shift to automated, seconds‑level environment delivery, illustrating the transformative power of standardized DevOps practices.

Continuous DeliveryDevOpsOperations
0 likes · 12 min read
How Zhengzhou Bank Boosted Delivery Speed 2.3× with DevOps Standard Assessment
Efficient Ops
Efficient Ops
Oct 22, 2021 · Artificial Intelligence

Zhejiang Mobile’s AIOps Wins First‑Stage Evaluation – Insights for Future IT Ops

The article reports that Zhejiang Mobile’s AIOps system and tool modules, including anomaly detection and alarm convergence, successfully passed the first‑stage assessment by the China Academy of Information and Communications Technology, highlighting the growing importance of AI‑driven operations, sharing interview insights on implementation, benefits, and future plans.

Artificial IntelligenceCloud ComputingDevOps
0 likes · 10 min read
Zhejiang Mobile’s AIOps Wins First‑Stage Evaluation – Insights for Future IT Ops
Efficient Ops
Efficient Ops
Oct 22, 2021 · Operations

How Guangdong Mobile’s AIOps Platform Passed the First‑Stage Maturity Assessment – Insights and Future Plans

The article explains the concept of AIOps, details Guangdong Mobile’s AI‑plus‑knowledge experience fault‑diagnosis platform passing the first‑stage AIOps maturity assessment, shares interview insights from senior managers, and outlines future development directions for intelligent IT operations.

Artificial IntelligenceCloud ComputingDevOps
0 likes · 11 min read
How Guangdong Mobile’s AIOps Platform Passed the First‑Stage Maturity Assessment – Insights and Future Plans
Efficient Ops
Efficient Ops
Oct 22, 2021 · Operations

AIOps Revolution in IT Ops: Huatai Securities' First-Evaluation Success

The article explains how AIOps leverages AI to enhance IT operations, details Huatai Securities' successful first‑batch evaluation by the China Academy of Information and Communications Technology, and outlines future plans and the emerging AIOps maturity model standards.

Artificial IntelligenceDevOpsIT Operations
0 likes · 6 min read
AIOps Revolution in IT Ops: Huatai Securities' First-Evaluation Success
Efficient Ops
Efficient Ops
Oct 22, 2021 · Operations

What Do 42 Companies Reveal About DevOps Maturity in China?

The DevOps International Summit in Beijing announced that 42 enterprises covering 108 projects achieved level‑3 maturity in the CAICT DevOps Capability Model, highlighting the impact of standardized tools and processes on software delivery efficiency across finance, telecom and other sectors.

ChinaDevOpsMaturity Model
0 likes · 6 min read
What Do 42 Companies Reveal About DevOps Maturity in China?
DevOps
DevOps
Oct 22, 2021 · Operations

Making KPI Work Positively in Agile Transformation: A Three‑Step Approach

This article shares a practical three‑step method for turning KPI from a hindrance into a catalyst during agile and DevOps transformation, covering urgency creation, pilot projects, and performance‑assessment redesign, while illustrating how integrated tools and feedback loops boost delivery efficiency and business value.

DevOpsKPIMetrics
0 likes · 9 min read
Making KPI Work Positively in Agile Transformation: A Three‑Step Approach
FunTester
FunTester
Oct 21, 2021 · Operations

Why Continuous Testing Outshines Traditional Automation in DevOps

The article explains the critical differences between traditional test automation and continuous testing, detailing how continuous testing, integration, delivery, and deployment enhance software quality, speed, and team efficiency within a DevOps environment.

CI/CDDevOpsSoftware quality
0 likes · 7 min read
Why Continuous Testing Outshines Traditional Automation in DevOps
ByteDance Terminal Technology
ByteDance Terminal Technology
Oct 20, 2021 · Industry Insights

How ByteDance’s Terminal Tech Team Boosts Platform and Mid‑Platform Development Efficiency

The article examines ByteDance’s terminal technology team, outlining current front‑end trends, the challenges of complex processes, component chaos, and massive architecture, and presents their veMARS solutions for DevOps, component management, and application frameworks to improve platform development efficiency.

ByteDanceComponentizationDevOps
0 likes · 5 min read
How ByteDance’s Terminal Tech Team Boosts Platform and Mid‑Platform Development Efficiency
Ops Development Stories
Ops Development Stories
Oct 20, 2021 · Operations

Automate Harbor Image Tag Cleanup with a Go CLI Script

This article explains how to create a Go‑based command‑line tool that queries Harbor projects and repositories, lists image tags, and automatically deletes older tags while retaining a configurable number of recent ones, streamlining storage management and avoiding manual page‑by‑page deletions.

CLIDevOpsGo
0 likes · 18 min read
Automate Harbor Image Tag Cleanup with a Go CLI Script
Java Architect Essentials
Java Architect Essentials
Oct 19, 2021 · Backend Development

Encrypting Spring Boot Configuration Files with Jasypt

This article explains how to secure sensitive Spring Boot configuration properties such as database credentials by integrating the Jasypt library, configuring encryption keys, generating encrypted values through test code, and applying the encrypted strings in application.yml, including deployment‑time salt handling for enhanced security.

Backend SecurityConfiguration EncryptionDevOps
0 likes · 5 min read
Encrypting Spring Boot Configuration Files with Jasypt
DevOpsClub
DevOpsClub
Oct 19, 2021 · R&D Management

How the Golden Triangle Boosts R&D Efficiency: Building a Self‑Reinforcing Improvement Loop

In this keynote from the 2021 Excellence Engineering Productivity Conference, the speaker outlines a systematic approach to R&D efficiency, introduces the “golden triangle” concept, maps practical implementation steps, describes a layered platform architecture, and details five key metrics for continuous improvement.

DevOpsEngineering ProductivityGolden Triangle
0 likes · 3 min read
How the Golden Triangle Boosts R&D Efficiency: Building a Self‑Reinforcing Improvement Loop
Efficient Ops
Efficient Ops
Oct 17, 2021 · Cloud Native

From Zero to Production: Building an Enterprise‑Grade Kubernetes Architecture

This article chronicles a recent graduate’s year‑long journey mastering cloud‑native technologies, detailing the design and implementation of a multi‑cluster Kubernetes architecture, unified logging, CI/CD pipelines, service governance with Istio, and private deployment strategies for a 3D editor platform.

CI/CDCloud NativeDevOps
0 likes · 12 min read
From Zero to Production: Building an Enterprise‑Grade Kubernetes Architecture
Alibaba Terminal Technology
Alibaba Terminal Technology
Oct 12, 2021 · Frontend Development

How DEF’s Frontend Platform Evolves to Overcome Monolithic Challenges

The article examines the three‑year evolution of Alibaba's DEF front‑end engineering platform, highlighting its shift toward a monolithic architecture, the resulting complexity and cost issues, and the multi‑layered solution—including infrastructure upgrades, SAAS/PAAS/IAAS separation, and micro‑frontend strategies—to improve efficiency, quality, and developer experience.

DevOpsMicro Frontendsplatform architecture
0 likes · 14 min read
How DEF’s Frontend Platform Evolves to Overcome Monolithic Challenges
DevOpsClub
DevOpsClub
Oct 11, 2021 · R&D Management

How Ant Group Scaled R&D Efficiency with a Data‑Driven Insight Platform

Ant Group built a comprehensive R&D Insight system that combines measurement infrastructure, a unified metric framework, and a comprehensive evaluation model to turn massive development data into actionable diagnostics, enabling company‑wide, team‑level, and outsourcing efficiency improvements across thousands of engineers.

Data-drivenDevOpsR&D metrics
0 likes · 29 min read
How Ant Group Scaled R&D Efficiency with a Data‑Driven Insight Platform
DevOps Cloud Academy
DevOps Cloud Academy
Oct 9, 2021 · Cloud Native

Serverless Application DevOps: Latest Practices and Implementation Guide

This article presents a comprehensive overview of serverless application DevOps, covering the definition, benefits, common use cases, development workflow, container image deployment, CI/CD pipelines with AWS SAM, security strategies, monitoring tools, and real‑world examples such as Coca‑Cola.

AWS LambdaCI/CDCloud Native
0 likes · 13 min read
Serverless Application DevOps: Latest Practices and Implementation Guide
Dada Group Technology
Dada Group Technology
Oct 8, 2021 · Industry Insights

How Dada Built an Automated Business Config Center to Boost Stability and Efficiency

This article details Dada's journey from identifying costly business‑configuration pain points to designing and deploying an automated configuration center that isolates business settings, improves system stability, enhances robustness, accelerates development, secures data, and delivers measurable performance gains.

Backend ArchitectureConfiguration ManagementDevOps
0 likes · 19 min read
How Dada Built an Automated Business Config Center to Boost Stability and Efficiency
DevOps Cloud Academy
DevOps Cloud Academy
Oct 7, 2021 · Operations

Using GitLab CI/CD to Trigger Cross‑Project Pipelines

This article explains how GitLab CI/CD can be used to run continuous integration, trigger downstream pipelines across multiple projects, pass variables and specify branches, with practical code examples for microservice‑based architectures and guidance on pipeline visualization and permissions.

CI/CDCross-Project PipelinesDevOps
0 likes · 9 min read
Using GitLab CI/CD to Trigger Cross‑Project Pipelines
MaGe Linux Operations
MaGe Linux Operations
Oct 7, 2021 · Operations

Mastering CI/CD: A Complete Guide to Continuous Integration and Deployment

This article explains the full CI/CD pipeline—from code commit, static analysis, building, testing, and artifact storage to continuous deployment, baking, verification, and monitoring—detailing participants, tools, and processes that enable fast, reliable, and automated software delivery in modern DevOps environments.

CI/CDContinuous DeploymentDevOps
0 likes · 11 min read
Mastering CI/CD: A Complete Guide to Continuous Integration and Deployment
MaGe Linux Operations
MaGe Linux Operations
Oct 5, 2021 · Cloud Native

Unlock Advanced kubectl Tricks for Faster Kubernetes Management

This article shares a collection of powerful kubectl commands and tips—including API debugging, status‑based pod filtering and deletion, node‑specific pod listing, distribution counting with awk, and proxy usage—to help experienced Kubernetes users work more efficiently and avoid manual API client coding.

CLICluster ManagementDevOps
0 likes · 7 min read
Unlock Advanced kubectl Tricks for Faster Kubernetes Management
Programmer DD
Programmer DD
Oct 5, 2021 · Operations

Essential DevOps Toolchain: 13 Must‑Have Tool Categories Explained

This article outlines the core technology categories and specific tools—planning, issue tracking, source control, build, testing, CI/CD, configuration management, cloud platforms, container orchestration, monitoring, communication, and knowledge sharing—that together enable teams to implement DevOps practices effectively and deliver value sustainably.

Configuration ManagementDevOpsMonitoring
0 likes · 30 min read
Essential DevOps Toolchain: 13 Must‑Have Tool Categories Explained
Liangxu Linux
Liangxu Linux
Oct 5, 2021 · Cloud Native

Master Advanced kubectl Tricks for Faster Kubernetes Debugging

This article presents a collection of powerful kubectl commands and techniques—including API inspection, status‑based pod filtering, node‑specific pod listing, distribution counting with awk, and proxy usage—to help Kubernetes users troubleshoot and manage clusters more efficiently.

CLICloud NativeDevOps
0 likes · 8 min read
Master Advanced kubectl Tricks for Faster Kubernetes Debugging
Efficient Ops
Efficient Ops
Sep 29, 2021 · Cloud Native

Master Docker: From Basics to Advanced Deployment and Networking

This comprehensive guide introduces Docker’s core concepts, advantages over traditional VMs, architecture, essential commands, installation steps, Dockerfile syntax, image management, storage options, and networking modes, providing practical examples and code snippets to help developers efficiently containerize and deploy applications.

ContainerizationDevOpsDockerfile
0 likes · 25 min read
Master Docker: From Basics to Advanced Deployment and Networking
Alibaba Cloud Developer
Alibaba Cloud Developer
Sep 29, 2021 · R&D Management

How Data‑Driven Ops Boosted Our Front‑End Team’s Code Review Efficiency

By applying data‑driven operations to a rapidly growing front‑end data‑platform team, we defined key metrics, built automated reporting tools, and leveraged monitoring and analytics to uncover bottlenecks in code review, ultimately improving development efficiency, visibility, and decision‑making across projects.

Code reviewData AnalyticsDevOps
0 likes · 22 min read
How Data‑Driven Ops Boosted Our Front‑End Team’s Code Review Efficiency
Architects' Tech Alliance
Architects' Tech Alliance
Sep 28, 2021 · Cloud Native

Understanding Docker: Lightweight Virtualization, Benefits, and How It Works

Docker is a lightweight, open‑source container platform that packages applications and their dependencies into portable images, offering faster startup, lower resource consumption, and easier migration compared to traditional virtual machines, while providing isolation, standardization, and security for modern cloud‑native deployments.

Cloud NativeContainerContainerization
0 likes · 8 min read
Understanding Docker: Lightweight Virtualization, Benefits, and How It Works
DevOps Cloud Academy
DevOps Cloud Academy
Sep 27, 2021 · Operations

Key Findings from Google DORA 2021 Accelerate State of DevOps Report

The 2021 DORA Accelerate State of DevOps report, based on responses from over 32,000 professionals, reveals new performance metrics, the impact of SRE and security supply‑chain practices, cultural factors affecting burnout, and how cloud adoption continues to drive higher software delivery and organizational performance.

DevOpsSREcloud
0 likes · 8 min read
Key Findings from Google DORA 2021 Accelerate State of DevOps Report
DevOps
DevOps
Sep 27, 2021 · R&D Management

Building a Quality‑First Culture: A Step‑by‑Step Case Study of Auto Home Dealer BU

This article describes how the Auto Home Dealer business unit transformed its software quality process over three years by piloting, scaling, and institutionalizing testing practices, addressing role‑specific challenges, introducing automation, and continuously measuring impact to achieve faster, more reliable releases.

DevOpsR&D managementSoftware quality
0 likes · 8 min read
Building a Quality‑First Culture: A Step‑by‑Step Case Study of Auto Home Dealer BU
Efficient Ops
Efficient Ops
Sep 26, 2021 · Cloud Native

How to Stabilize Your Kubernetes Clusters: CI/CD, Monitoring, Logging, and Docs

This article analyzes why our Kubernetes clusters were constantly unstable—citing an erratic release process, missing monitoring, logging, documentation, and unclear request routing—and presents a comprehensive solution that includes a Kubernetes‑centric CI/CD pipeline, federated monitoring, centralized logging, a documentation hub, and integrated traffic management.

CI/CDCloud NativeDevOps
0 likes · 8 min read
How to Stabilize Your Kubernetes Clusters: CI/CD, Monitoring, Logging, and Docs
DevOps Cloud Academy
DevOps Cloud Academy
Sep 26, 2021 · Operations

Key Findings from Google DORA 2021 Accelerate State of DevOps Report

Google’s 2021 DORA Accelerate State of DevOps report, based on over 32,000 professionals, reveals that elite teams dramatically outperform low‑performing teams across deployment frequency, lead time, recovery time and failure rates, while highlighting new reliability metrics, the importance of team culture, SRE, cloud adoption, secure software supply chains and documentation.

Cloud ComputingDevOpsSRE
0 likes · 7 min read
Key Findings from Google DORA 2021 Accelerate State of DevOps Report
dbaplus Community
dbaplus Community
Sep 23, 2021 · Cloud Native

Master Distributed System Design: Patterns, Performance & Fault Tolerance

This article provides a comprehensive overview of distributed system architecture, covering design patterns such as gateways, sidecars and service meshes, performance techniques like caching and sharding, fault‑tolerance mechanisms including rate limiting and circuit breakers, and DevOps practices for deployment and monitoring, all aimed at building resilient cloud‑native applications.

DevOpsfault tolerancemicroservices
0 likes · 15 min read
Master Distributed System Design: Patterns, Performance & Fault Tolerance
Efficient Ops
Efficient Ops
Sep 23, 2021 · Operations

How Leading Chinese Insurers Achieved DevOps Maturity: Case Studies and Insights

This article examines how three major Chinese insurance firms applied the CAICT DevOps Capability Maturity Model to improve IT efficiency, integrate teams, and accelerate continuous delivery, highlighting architectural innovations, cloud adoption, and measurable performance gains across distributed core systems, e‑commerce platforms, and agricultural claims solutions.

Continuous DeliveryDevOpsInsurance
0 likes · 9 min read
How Leading Chinese Insurers Achieved DevOps Maturity: Case Studies and Insights
Baidu Intelligent Testing
Baidu Intelligent Testing
Sep 23, 2021 · Operations

Rebuilding Manual Testing with Standardization and Intelligence: A Comprehensive Approach

This article analyzes the major challenges of large‑scale manual testing, proposes a three‑step reconstruction using standardized inputs, intelligent execution and analysis, and details the implementation of a mind‑map case‑management platform and a white‑box based intelligent testing system with real‑world case studies.

DevOpsSoftware qualitycase management
0 likes · 19 min read
Rebuilding Manual Testing with Standardization and Intelligence: A Comprehensive Approach
IT Architects Alliance
IT Architects Alliance
Sep 22, 2021 · Backend Development

Microservices Architecture: Concepts, Benefits, Drawbacks, and Implementation Guidelines

This article provides a comprehensive overview of microservices architecture, contrasting it with monolithic systems, detailing its principles, advantages, disadvantages, communication patterns, governance, containerization, DevOps impact, and real‑world case studies, while offering practical considerations for adoption.

ContainerizationDevOpsbackend-development
0 likes · 20 min read
Microservices Architecture: Concepts, Benefits, Drawbacks, and Implementation Guidelines
Efficient Ops
Efficient Ops
Sep 22, 2021 · Operations

Master Advanced kubectl Tricks: Debug, Filter, and Automate Kubernetes Pods

This article shares a collection of powerful kubectl commands and techniques—including API debugging, status‑based pod filtering and deletion, node‑specific pod listing, pod distribution statistics, and proxy usage—to help Kubernetes operators work more efficiently and avoid manual API scripting.

CLIDevOpsOperations
0 likes · 7 min read
Master Advanced kubectl Tricks: Debug, Filter, and Automate Kubernetes Pods
Top Architect
Top Architect
Sep 22, 2021 · Operations

Comprehensive Docker Tutorial: Installation, Image Management, Networking, Compose, and Registry

This article provides a detailed Docker tutorial covering container fundamentals, installation steps, basic commands, image lifecycle, volume handling, Dockerfile creation, image layering, Zabbix deployment, private registry setup, Docker‑Compose orchestration, networking modes, and best‑practice recommendations for container operations.

ContainersDevOpsDocker Compose
0 likes · 36 min read
Comprehensive Docker Tutorial: Installation, Image Management, Networking, Compose, and Registry
IT Architects Alliance
IT Architects Alliance
Sep 17, 2021 · Cloud Native

Why Kubernetes Is the Backbone of Modern Cloud‑Native Architecture

This article provides a comprehensive overview of Kubernetes, covering its core features, resource‑estimation examples, evolution of service deployment models, the relationship between cloud and Kubernetes, cloud‑native principles, and a detailed look at its historical background and architectural components.

Cloud NativeDevOpsarchitecture
0 likes · 11 min read
Why Kubernetes Is the Backbone of Modern Cloud‑Native Architecture
360 Quality & Efficiency
360 Quality & Efficiency
Sep 17, 2021 · Operations

Using Kaniko for Secure, Privilege‑Free Container Image Builds

This article explains how Kaniko, a Google‑open‑source tool, enables building and pushing container images without a privileged Docker daemon by comparing traditional Docker methods, highlighting security concerns, and providing a step‑by‑step demonstration with commands and verification in a Kubernetes‑friendly environment.

CI/CDContainer ImageDevOps
0 likes · 7 min read
Using Kaniko for Secure, Privilege‑Free Container Image Builds
Efficient Ops
Efficient Ops
Sep 16, 2021 · Operations

How Chinese Banks Are Accelerating Digital Transformation with DevOps Maturity

This article reviews the China Academy of Information and Communications Technology's DevOps Capability Maturity Model, shows how major state‑owned banks have participated in 39 assessments, and presents detailed case studies illustrating each bank's DevOps adoption, challenges, and outcomes.

Capability Maturity ModelDevOpsDigital Transformation
0 likes · 11 min read
How Chinese Banks Are Accelerating Digital Transformation with DevOps Maturity
DevOpsClub
DevOpsClub
Sep 16, 2021 · R&D Management

Why Measuring R&D Efficiency Is Hard—and How to Do It Right

This article explores the fundamental difficulties of quantifying software development efficiency, outlines common measurement pitfalls and anti‑patterns, and offers practical guidance for building a systematic, data‑driven R&D performance framework that truly drives improvement.

DevOpsMetricsR&D efficiency
0 likes · 27 min read
Why Measuring R&D Efficiency Is Hard—and How to Do It Right
Ops Development Stories
Ops Development Stories
Sep 16, 2021 · Cloud Native

Master Kubernetes: A Step‑by‑Step Learning Roadmap for Beginners

This guide walks beginners through a structured learning path for Kubernetes, covering fundamentals, core components, key objects, controllers, storage, networking, resource management, security, cluster operations, backup, logging, monitoring, DevOps practices, and deeper topics like architecture, source code, and operator development.

BackupCloud NativeDevOps
0 likes · 16 min read
Master Kubernetes: A Step‑by‑Step Learning Roadmap for Beginners
Efficient Ops
Efficient Ops
Sep 15, 2021 · Operations

How China’s Telecom Giants Accelerate Efficiency with the DevOps Maturity Model

This article details how leading Chinese telecom operators have adopted the CAICT‑led DevOps Capability Maturity Model, evaluating 17 projects across multiple companies to improve IT efficiency, integrate resources, and support business systems, showcasing concrete performance gains and best‑practice insights.

Continuous DeliveryDevOpsMaturity Model
0 likes · 15 min read
How China’s Telecom Giants Accelerate Efficiency with the DevOps Maturity Model
MaGe Linux Operations
MaGe Linux Operations
Sep 15, 2021 · Cloud Native

Unlock Docker: From Zero to Deploying Your First Containerized App

This guide walks you through Docker fundamentals, comparing containers to virtual machines, explaining core concepts, installation, building and running a Vue project inside an Nginx container, and provides best practices and commands for image creation, container management, and deployment, enabling you to master containerization from scratch.

ContainerizationDevOpsFrontend Deployment
0 likes · 17 min read
Unlock Docker: From Zero to Deploying Your First Containerized App
Efficient Ops
Efficient Ops
Sep 14, 2021 · Operations

DevOps Maturity in Chinese Securities: Real‑World Case Studies

This article examines how leading Chinese securities firms adopt the CAICT‑led DevOps Capability Maturity Model, presenting detailed case studies, assessment metrics, and improvements in continuous delivery, technical operation, and security that illustrate the model’s industry impact.

Continuous DeliveryDevOpsMaturity Model
0 likes · 13 min read
DevOps Maturity in Chinese Securities: Real‑World Case Studies
Efficient Ops
Efficient Ops
Sep 14, 2021 · Cloud Native

Master Kubernetes: A Step‑by‑Step Learning Roadmap for Beginners

This comprehensive guide walks beginners through Kubernetes fundamentals, core components, key objects, storage, networking, resource management, security, cluster operations, backup, logging, monitoring, DevOps practices, and deep‑dive techniques, providing a clear learning path and practical tips for effective use.

Cloud NativeDevOpsMonitoring
0 likes · 16 min read
Master Kubernetes: A Step‑by‑Step Learning Roadmap for Beginners
Efficient Ops
Efficient Ops
Sep 14, 2021 · Operations

How China’s Leading Banks Achieve DevOps Maturity: Real‑World Case Studies

This article examines how major Chinese state‑owned banks applied the CAICT DevOps Capability Maturity Model to improve IT efficiency, integrate resources, and support business systems, detailing assessment numbers, project implementations, challenges, and outcomes across continuous delivery, security, and toolchain standards.

Continuous DeliveryDevOpsMaturity Model
0 likes · 14 min read
How China’s Leading Banks Achieve DevOps Maturity: Real‑World Case Studies
Baidu Geek Talk
Baidu Geek Talk
Sep 13, 2021 · Cloud Native

How We Built a Service‑Decoupled DevOps Platform for Scalable Cloud‑Native Delivery

This article examines the challenges of exploding microservice counts, rising infrastructure costs, and complex topologies, and details a cloud‑native, service‑decoupled DevOps infrastructure that uses standardization, declarative provisioning, intelligent automation, contract and diff testing, and a unified release engine to dramatically improve delivery efficiency and reliability.

Cloud NativeContinuous DeliveryDevOps
0 likes · 20 min read
How We Built a Service‑Decoupled DevOps Platform for Scalable Cloud‑Native Delivery
DevOps Cloud Academy
DevOps Cloud Academy
Sep 12, 2021 · Cloud Native

Advanced kubectl Usage: Command Completion, Resource Explanation, Custom Columns, Context Switching, and Plugins

This guide explains how kubectl interacts with the Kubernetes API, demonstrates command‑completion setup for Bash, Zsh and macOS, shows how to view resource specifications, use custom‑column output, switch clusters and namespaces via kubeconfig or kubectx, and extend functionality with plugins such as krew.

CLICloud NativeDevOps
0 likes · 23 min read
Advanced kubectl Usage: Command Completion, Resource Explanation, Custom Columns, Context Switching, and Plugins
DevOps Cloud Academy
DevOps Cloud Academy
Sep 9, 2021 · Operations

FinOps and DevOps Best Practices for Microsoft ERP Projects

This article explains FinOps as cloud financial operations, outlines how to plan Microsoft ERP projects, and presents eight DevOps best practices—including empowered teams, version control, deployment automation, trunk‑based development, continuous testing, test automation, shift‑left security, and monitoring—while advising on selecting appropriate DevOps tools.

DevOpsFinOpsMicrosoft ERP
0 likes · 10 min read
FinOps and DevOps Best Practices for Microsoft ERP Projects
DevOps Cloud Academy
DevOps Cloud Academy
Sep 9, 2021 · Cloud Native

Understanding GitOps: Principles, Workflow, and Benefits

GitOps automates infrastructure management by applying DevOps best practices such as version control, pull requests, and CI/CD pipelines to declarative infrastructure code, enabling reliable, observable, and secure deployments especially in Kubernetes‑based cloud‑native environments.

CI/CDCloud NativeDevOps
0 likes · 10 min read
Understanding GitOps: Principles, Workflow, and Benefits
Efficient Ops
Efficient Ops
Sep 9, 2021 · Operations

How a Chinese Consumer Finance Firm Boosted Efficiency with DevOps – Level‑3 Assessment

In a detailed interview, Henan Zhongyuan Consumer Finance explains how its new generation consumer loan system achieved the industry‑first Level‑3 DevOps continuous delivery assessment, highlighting the standards, tools, performance metrics, challenges overcome, and future plans that together illustrate the transformative power of standardized DevOps practices.

Continuous DeliveryDevOpsOperations
0 likes · 12 min read
How a Chinese Consumer Finance Firm Boosted Efficiency with DevOps – Level‑3 Assessment
Efficient Ops
Efficient Ops
Sep 9, 2021 · Operations

How China Everbright Bank Reached Level‑3 DevOps Continuous Delivery: Insights and Metrics

China Everbright Bank’s interview reveals how adopting DevOps standards and a continuous delivery pipeline boosted development speed, quality, and efficiency, with measurable improvements such as 90% build success, 60 daily integrations, and faster release cycles, illustrating the strategic value of standardized, tool‑enabled software delivery.

Agile TransformationContinuous DeliveryDevOps
0 likes · 16 min read
How China Everbright Bank Reached Level‑3 DevOps Continuous Delivery: Insights and Metrics
Efficient Ops
Efficient Ops
Sep 9, 2021 · Operations

How CITIC Securities Boosted Efficiency with DevOps: A Deep Dive into Their Level‑3 Assessment

CITIC Securities’ CIO Xiao Gang discusses how their outsourced service platform achieved Level‑3 DevOps continuous delivery assessment, detailing the motivations, implementation challenges, measurable improvements, and future plans, while highlighting the broader significance of the national DevOps maturity model for the financial sector.

Continuous DeliveryDevOpsDigital Transformation
0 likes · 11 min read
How CITIC Securities Boosted Efficiency with DevOps: A Deep Dive into Their Level‑3 Assessment
Efficient Ops
Efficient Ops
Sep 9, 2021 · Operations

How Haitong Securities Boosted Efficiency with DevOps Standard Evaluation

The interview reveals how Haitong Securities leveraged the national DevOps standard assessment to transform its software development, achieving level‑3 continuous delivery maturity, accelerating release cycles, improving quality, and outlining future DevSecOps and industry‑specific standardization plans.

Continuous DeliveryDevOpsOperations
0 likes · 11 min read
How Haitong Securities Boosted Efficiency with DevOps Standard Evaluation
Efficient Ops
Efficient Ops
Sep 9, 2021 · Operations

How China Bank’s DevOps Platform Earned Top National Standards

China Bank’s software center shares how its enterprise‑grade DevOps cloud platform passed the national DevOps standard assessment with excellent ratings, boosting build success rates, reducing deployment times, and driving a culture of secure, end‑to‑end continuous delivery across the bank.

Continuous DeliveryDevOpsQuality assurance
0 likes · 12 min read
How China Bank’s DevOps Platform Earned Top National Standards
Efficient Ops
Efficient Ops
Sep 9, 2021 · Operations

How China Construction Bank’s FinTech Arm Earned Top Marks in the National DevOps Standard

The article details how JiAnXin FinTech’s YaoGuang Agile Development Platform achieved an excellent rating in China’s first national DevOps standard evaluation, sharing interview insights on platform architecture, the importance of end‑to‑end toolchains, future DevOps trends, and the tangible benefits realized after the assessment.

Continuous DeliveryDevOpsFinTech
0 likes · 12 min read
How China Construction Bank’s FinTech Arm Earned Top Marks in the National DevOps Standard
DevOps
DevOps
Sep 9, 2021 · Fundamentals

Key Insights from the 15th Global Agile State Report

This article translates and analyzes the 15th Global Agile State Report, highlighting the rise of remote and hybrid work, the shift toward prioritization over capacity, ongoing challenges such as cultural resistance and cross‑team inconsistencies, the growing importance of DevOps tools, and the necessity of scaling agile practices.

DevOpsScaling Agileremote work
0 likes · 5 min read
Key Insights from the 15th Global Agile State Report
Cloud Native Technology Community
Cloud Native Technology Community
Sep 7, 2021 · Industry Insights

How Cloud Native Drives Digital Transformation in Government and Enterprises

The article analyzes how digital transformation creates new "agile IT" demands—such as massive app operations, self‑developed services, frequent migrations, and decoupled architectures—and explains why cloud‑native technologies, organized around containers, microservices, and DevOps, are essential to meet these challenges across four evolutionary stages.

Cloud NativeDevOpsDigital Transformation
0 likes · 11 min read
How Cloud Native Drives Digital Transformation in Government and Enterprises
Baidu Intelligent Testing
Baidu Intelligent Testing
Sep 7, 2021 · Cloud Native

Building Business‑Decoupled DevOps Infrastructure for High‑Efficiency Cloud‑Native Delivery

The article describes how a to‑B SaaS platform tackled exploding microservice counts, soaring infrastructure costs, complex topologies and high‑frequency releases by standardizing, declaratively provisioning, and intelligently automating cloud‑native DevOps services, resulting in dramatically improved delivery efficiency and reliability.

DevOpsInfrastructure as Codeautomation
0 likes · 18 min read
Building Business‑Decoupled DevOps Infrastructure for High‑Efficiency Cloud‑Native Delivery