Tagged articles

DevOps

3877 articles · Page 17 of 39
Cloud Native Technology Community
Cloud Native Technology Community
Nov 9, 2022 · Cloud Native

How Sidecars Are Revolutionizing Load Testing in Kubernetes

The article explains why traditional load testing struggles with modern, scalable infrastructures and shows how integrating sidecar containers into Kubernetes can simplify traffic capture, enrich replay data, reduce operational overhead, and enable more realistic, automated load‑testing pipelines.

DevOpsKubernetesTraffic Capture
0 likes · 8 min read
How Sidecars Are Revolutionizing Load Testing in Kubernetes
dbaplus Community
dbaplus Community
Nov 8, 2022 · Databases

Mastering MySQL Performance: 5 Key Issues and Proven Tuning Strategies

This comprehensive guide outlines five common MySQL performance problems, a step‑by‑step investigation methodology, detailed Java middleware and database analyses, practical tuning tactics such as index optimization and sharding, and a governance framework for sustainable performance management.

AIOpsDatabaseDevOps
0 likes · 23 min read
Mastering MySQL Performance: 5 Key Issues and Proven Tuning Strategies
Architecture Digest
Architecture Digest
Nov 4, 2022 · Cloud Native

Containerization Journey at Ximalaya: Practices, Tools, and Lessons Learned

This article recounts Ximalaya’s evolution from early Docker adoption to a mature cloud‑native deployment platform, detailing principles, custom tools such as barge and k8s‑sync, health‑check strategies, multi‑process management, and integration with existing middleware to achieve reliable, zero‑downtime service releases.

DevOpsKubernetescloud-native
0 likes · 18 min read
Containerization Journey at Ximalaya: Practices, Tools, and Lessons Learned
Programmer DD
Programmer DD
Nov 3, 2022 · Operations

One-Click Jenkins + Docker + Spring Boot Deployment: Step-by-Step Guide

This guide walks through setting up a one‑click automated deployment pipeline for a Spring Boot application using Docker and Jenkins on CentOS 7, covering Docker installation, Jenkins container setup, required plugins, job configuration, building, testing, and running the project.

CI/CDDevOpsDocker
0 likes · 9 min read
One-Click Jenkins + Docker + Spring Boot Deployment: Step-by-Step Guide
DevOps Cloud Academy
DevOps Cloud Academy
Nov 2, 2022 · Cloud Native

An Overview of CI/CD Pipelines with Kubernetes

This article examines CI/CD approaches within a Kubernetes ecosystem, detailing pull- and push-based pipeline architectures, their advantages and disadvantages, key considerations such as automated testing, validation and rollbacks, and reviews popular open-source tools like Spinnaker, Jenkins X and Argo CD.

CI/CDDevOpsKubernetes
0 likes · 19 min read
An Overview of CI/CD Pipelines with Kubernetes
37 Interactive Technology Team
37 Interactive Technology Team
Nov 1, 2022 · Cloud Computing

Guide to Migrating Tencent Cloud CVM Images to Alibaba Cloud ECS Using the SMC Client

This guide walks resource‑delivery SREs through downloading the SMC client, preparing the Tencent CVM source, creating and starting a migration task in Alibaba Cloud, and monitoring progress, enabling fast, cost‑effective conversion of a 500 GB Tencent Cloud image to an Alibaba ECS image for cross‑cloud deployment.

Alibaba CloudDevOpsLinux
0 likes · 4 min read
Guide to Migrating Tencent Cloud CVM Images to Alibaba Cloud ECS Using the SMC Client
AI Cyberspace
AI Cyberspace
Nov 1, 2022 · Cloud Native

10 Essential Cloud‑Native Tools Every Agile Team Should Use

This article outlines ten indispensable cloud‑native tools—from Docker and Kubernetes to Serverless, Helm, Ansible, and Wireshark—explaining how each supports modern agile development, improves infrastructure stability, and accelerates digital transformation in post‑pandemic enterprises.

DevOpsDockerKubernetes
0 likes · 16 min read
10 Essential Cloud‑Native Tools Every Agile Team Should Use
Efficient Ops
Efficient Ops
Oct 31, 2022 · Operations

How China Minsheng Bank Achieved Advanced DevOps Maturity: A Success Story

China Minsheng Bank’s Centralized Operations Business Processing System passed the CAICT DevOps Technical Operations Level‑2 assessment, showcasing how standardized DevOps practices, continuous delivery pipelines, and cross‑team collaboration can boost efficiency, safety, and competitiveness in the banking sector.

BankingContinuous DeliveryDevOps
0 likes · 12 min read
How China Minsheng Bank Achieved Advanced DevOps Maturity: A Success Story
Efficient Ops
Efficient Ops
Oct 31, 2022 · Operations

Key Takeaways from the 2022 GOPS Global Operations Conference Shanghai – DevOps, AIOps & Cloud Insights

The two‑day 2022 GOPS Global Operations Conference in Shanghai featured 16 tracks, over 80 speakers, new DevOps standards, extensive assessment results, and a wealth of sessions on DevOps, AIOps, cloud‑native practices, security, and industry case studies, offering a comprehensive snapshot of modern operations engineering.

AIOpsDevOpsassessment
0 likes · 14 min read
Key Takeaways from the 2022 GOPS Global Operations Conference Shanghai – DevOps, AIOps & Cloud Insights
Efficient Ops
Efficient Ops
Oct 31, 2022 · Operations

How Chinese Securities Leaders Boost IT Efficiency with DevOps Maturity Assessments

The China Academy of Information and Communications Technology released the latest DevOps capability maturity assessment results, showing that dozens of leading securities firms have improved IT efficiency, integrated team resources, and accelerated business support through rigorous evaluation of continuous delivery, technical operation, security, and tool standards.

Continuous DeliveryDevOpsIT efficiency
0 likes · 22 min read
How Chinese Securities Leaders Boost IT Efficiency with DevOps Maturity Assessments
Efficient Ops
Efficient Ops
Oct 31, 2022 · Operations

How Ningbo Bank Achieved Leading DevOps Maturity: An Inside Look

This article details Ningbo Bank's successful DevOps continuous‑delivery assessment, sharing interview insights, concrete metric improvements, implementation challenges, and future plans while outlining the national DevOps standards that underpin the bank's digital transformation.

Banking TechnologyContinuous DeliveryDevOps
0 likes · 11 min read
How Ningbo Bank Achieved Leading DevOps Maturity: An Inside Look
Architect
Architect
Oct 31, 2022 · Cloud Native

Building a Cloud‑Native Container Platform at Ximalaya: Practices, Principles, and Evolution

This article recounts Ximalaya's journey from a simple Docker‑based project template to a full‑featured Kubernetes‑driven container platform, describing the principles, tools, health‑check strategies, deployment patterns, middleware integration, and lessons learned for building reliable cloud‑native services.

DevOpsKubernetescloud-native
0 likes · 13 min read
Building a Cloud‑Native Container Platform at Ximalaya: Practices, Principles, and Evolution
Efficient Ops
Efficient Ops
Oct 31, 2022 · Operations

How China Minsheng Bank Achieved Advanced DevOps Maturity – A Deep Dive

China Minsheng Bank’s centralized operation business processing system passed the Level 2 technical operation assessment of the national DevOps maturity model, showcasing how standardized DevOps practices, continuous delivery pipelines, and cross‑team collaboration can boost efficiency, safety, and competitiveness in the banking sector.

BankingChinaContinuous Delivery
0 likes · 10 min read
How China Minsheng Bank Achieved Advanced DevOps Maturity – A Deep Dive
DevOps Cloud Academy
DevOps Cloud Academy
Oct 29, 2022 · Databases

Why Understanding SQL Naming and Development Standards Matters

The article explains the importance of clear SQL naming conventions, table and index creation rules, and general syntax guidelines in database DevOps, highlighting developer resistance to audits, the rationale behind each rule, and how tools like Bytebase with VCS integration improve the review experience.

Database StandardsDevOpsSQL
0 likes · 11 min read
Why Understanding SQL Naming and Development Standards Matters
Efficient Ops
Efficient Ops
Oct 28, 2022 · Operations

How Liaoning Mobile Achieved Leading‑Edge DevOps with a Level‑3 Continuous Delivery Assessment

Liaoning Mobile’s Channel Management System project passed the CAICT DevOps Capability Maturity Model Level‑3 continuous delivery assessment, showcasing how standardized DevOps practices, toolchains, and agile transformation boosted delivery speed, team capability, and operational efficiency, positioning the carrier at the forefront of China’s digital transformation.

AgileContinuous DeliveryDevOps
0 likes · 15 min read
How Liaoning Mobile Achieved Leading‑Edge DevOps with a Level‑3 Continuous Delivery Assessment
Efficient Ops
Efficient Ops
Oct 28, 2022 · Operations

How China Minsheng Bank Achieved Advanced DevOps Maturity: A Case Study

China Minsheng Bank’s Centralized Operation Business Processing System passed the CAICT DevOps Technical Operations Level 2 assessment, marking the first joint‑stock bank to reach this advanced domestic standard, and the article details the interview insights, system architecture, and broader DevOps standard overview.

Banking TechnologyDevOpsMaturity Model
0 likes · 10 min read
How China Minsheng Bank Achieved Advanced DevOps Maturity: A Case Study
Efficient Ops
Efficient Ops
Oct 28, 2022 · Operations

How China Merchants Securities Achieved Top‑Tier DevOps Maturity in Two Projects

On October 28, 2022, China Merchants Securities became the first South‑China firm to pass the CAICT DevOps continuous‑delivery Level 3 assessment for two separate projects, showcasing how standardized DevOps practices and tool empowerment can dramatically boost delivery speed, quality, and competitive advantage in the financial sector.

Continuous DeliveryDevOpsFinancial Services
0 likes · 14 min read
How China Merchants Securities Achieved Top‑Tier DevOps Maturity in Two Projects
Alibaba Cloud Native
Alibaba Cloud Native
Oct 27, 2022 · Cloud Native

Why Observability Matters for Cloud‑Native Gateways and How to Build It

This article explains the concept of observability, why it is essential for cloud‑native gateway architectures, and provides step‑by‑step best practices—including metric selection, black‑box and white‑box monitoring, gray‑release handling, synthetic testing, and extending gateway data to business‑level observability.

DevOpscloud-nativegateway
0 likes · 11 min read
Why Observability Matters for Cloud‑Native Gateways and How to Build It
DevOps
DevOps
Oct 26, 2022 · R&D Management

Five Dimensions for Fostering Team Self‑Organization in Agile Environments

This article explains five key dimensions—individual empowerment, team empowerment, clear goals, growth support, and culture shaping—that leaders should balance to foster effective self‑organization in agile teams, and also announces the upcoming IDCF DevOps Hackathon.

AgileDevOpsLeadership
0 likes · 6 min read
Five Dimensions for Fostering Team Self‑Organization in Agile Environments
Efficient Ops
Efficient Ops
Oct 25, 2022 · Cloud Native

How Guangdong Mobile Built a Resilient Container Cloud from Scratch

This article details Guangdong Mobile's end‑to‑end journey of designing, constructing, and operating a production‑grade container cloud platform, covering architecture decisions, monitoring, logging, high‑availability, scaling, network optimization, upgrade challenges, and lessons learned for cloud‑native practitioners.

DevOpsKubernetesMonitoring
0 likes · 26 min read
How Guangdong Mobile Built a Resilient Container Cloud from Scratch
DeWu Technology
DeWu Technology
Oct 24, 2022 · Artificial Intelligence

KubeAI Platform Implementation for AI Business Containerization

KubeAI, GetApp’s cloud‑native AI platform, unifies data set management, notebook‑based and task‑driven model training, automated versioning and deployment, and workflow orchestration, delivering up to 65% faster model iteration and up to 90% lower resource costs for AI teams.

AICloudNativeDataManagement
0 likes · 17 min read
KubeAI Platform Implementation for AI Business Containerization
Baidu Geek Talk
Baidu Geek Talk
Oct 24, 2022 · Operations

Baidu Search Business Unmanned Delivery Practice: Risk-Driven Quality Assurance Exploration

Baidu’s search division implements risk‑driven quality assurance to achieve unmanned delivery by automating test selection, eliminating manual hand‑offs, and introducing comprehensive testing, stable‑build, and precise‑evaluation capabilities, enabling over 90% of requirements to be self‑tested and more than 40% delivered without human intervention, dramatically cutting costs.

BaiduCI/CD pipelineDevOps
0 likes · 11 min read
Baidu Search Business Unmanned Delivery Practice: Risk-Driven Quality Assurance Exploration
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
Software Development Quality
Software Development Quality
Oct 23, 2022 · Operations

Top Observability Tools: Datadog, Grafana, Instana, New Relic, Prometheus

This article provides an overview of five leading observability solutions—Datadog, Grafana, Instana, New Relic, and Prometheus—detailing their core features, supported data sources, deployment models, and how they help teams monitor cloud‑native applications, infrastructure, and services to ensure reliability and performance.

DevOpsMonitoringObservability
0 likes · 4 min read
Top Observability Tools: Datadog, Grafana, Instana, New Relic, Prometheus
21CTO
21CTO
Oct 21, 2022 · Cloud Native

How Ford is Driving Cloud‑Native Transformation: Tools, Culture, and Lessons Learned

Ford’s tech leaders Beckie Riss and Satish Puranam discuss how the automaker’s six‑year cloud‑native journey—spanning Kubernetes, Tekton, Knative, and a culture of curiosity—has reshaped development, accelerated delivery, and tackled the challenges of upskilling engineers and simplifying platform adoption.

DevOpsFordKubernetes
0 likes · 9 min read
How Ford is Driving Cloud‑Native Transformation: Tools, Culture, and Lessons Learned
Top Architect
Top Architect
Oct 21, 2022 · Backend Development

Comprehensive Guide to Microservice Architecture: Concepts, Evolution, Design Patterns, and Practical Implementation

This article provides an in‑depth overview of microservice architecture, covering its definition, history, differences from monolithic and SOA approaches, core characteristics, design patterns, advantages and drawbacks, practical deployment considerations, and recommended reading resources.

DevOpsarchitecturebackend
0 likes · 20 min read
Comprehensive Guide to Microservice Architecture: Concepts, Evolution, Design Patterns, and Practical Implementation
DevOps
DevOps
Oct 20, 2022 · R&D Management

The Role of Value Stream Architects in Modern Software Delivery

In the era of large‑scale software, organizations must appoint value‑stream architects to visualize, influence, design, and train around integrated delivery pipelines, ensuring continuous business value, faster feedback loops, and alignment between product and engineering across the entire software value stream.

AgileDevOpsSoftware Delivery
0 likes · 8 min read
The Role of Value Stream Architects in Modern Software Delivery
Software Development Quality
Software Development Quality
Oct 19, 2022 · Operations

How an Internal Developer Platform Solves the 5 Core Challenges of Modern DevOps

Internal Developer Platforms (IDPs) integrate five essential components—application configuration management, infrastructure orchestration, environment management, deployment management, and role-based access control—to streamline DevOps workflows, improve scalability, enable self-service environments, and enforce secure, version-controlled operations across modern cloud-native infrastructures.

DevOpsInternal Developer PlatformRole-Based Access Control
0 likes · 21 min read
How an Internal Developer Platform Solves the 5 Core Challenges of Modern DevOps
Cloud Native Technology Community
Cloud Native Technology Community
Oct 19, 2022 · Industry Insights

What Sets Platform Engineering Apart from DevOps and SRE?

The article clarifies the distinctions between platform engineering, DevOps, and SRE, explaining their origins, common misconceptions, challenges such as shadow operations and developer cognitive load, and how platform engineering builds on these practices to deliver self‑service internal developer platforms that improve productivity and reliability.

DevOpsInternal Developer PlatformPlatform Engineering
0 likes · 10 min read
What Sets Platform Engineering Apart from DevOps and SRE?
DevOps
DevOps
Oct 19, 2022 · Product Management

Defining What Flows Through a Software Value Stream: The Four Types of Work Items

The article explains how to apply lean manufacturing principles to software delivery by identifying four distinct work‑item categories that flow through a software value stream—features and defect fixes, security/compliance tasks, enabler work, and technical‑debt reduction—enabling organizations to measure productivity and locate bottlenecks.

DevOpsLean Manufacturingproduct management
0 likes · 11 min read
Defining What Flows Through a Software Value Stream: The Four Types of Work Items
DevOps
DevOps
Oct 17, 2022 · Operations

Platform Engineering: Bridging Developers and Infrastructure Beyond DevOps

The article examines platform engineering as a discipline that unifies developers' desire to avoid infrastructure work with enterprises' need for control, critiques the hype around DevOps, and argues that effective internal developer platforms require solid fundamentals, IaC practices, and cultural change.

DevOpsIaCInternal Developer Platform
0 likes · 7 min read
Platform Engineering: Bridging Developers and Infrastructure Beyond DevOps
Liangxu Linux
Liangxu Linux
Oct 17, 2022 · Operations

Master .gitignore: How to Exclude Files and Folders in Git

This guide explains what a .gitignore file is, how Git tracks files, how to create and populate .gitignore with common patterns, and the steps to stop tracking files that were already committed, providing practical commands and examples for effective version control.

DevOpsGitGit Commands
0 likes · 11 min read
Master .gitignore: How to Exclude Files and Folders in Git
Selected Java Interview Questions
Selected Java Interview Questions
Oct 17, 2022 · Cloud Native

Comprehensive Docker Guide: Concepts, Installation, Management, and Practical Use Cases

This article provides a detailed overview of Docker, covering its definition, core components, advantages over virtual machines, common use cases, installation steps, storage configuration, image management commands, network modes, data volumes, private registry setup, backup procedures, and MySQL deployment, all illustrated with practical command examples.

DevOpsDockerImage
0 likes · 18 min read
Comprehensive Docker Guide: Concepts, Installation, Management, and Practical Use Cases
Efficient Ops
Efficient Ops
Oct 16, 2022 · Operations

How Chinese Banks Accelerate IT Efficiency with DevOps Maturity Models

This article reports how 21 Chinese banking institutions evaluated 82 projects using the CAICT-led DevOps Capability Maturity Model, detailing the breakdown across state‑owned, joint‑stock, and city commercial banks, and explains the model’s standards and industry impact.

BankingDevOpsIT efficiency
0 likes · 6 min read
How Chinese Banks Accelerate IT Efficiency with DevOps Maturity Models
Efficient Ops
Efficient Ops
Oct 13, 2022 · Operations

How China’s Telecom Leaders Boost IT Efficiency Using the DevOps Maturity Model

Across China’s telecom sector, leading operators such as China Mobile, China Unicom, and China Telecom have leveraged the CAICT‑led DevOps Capability Maturity Model to assess dozens of projects, achieving faster delivery cycles, higher automation, standardized interfaces, and improved IT efficiency through continuous delivery, technical operation, and system‑tool integration.

Continuous DeliveryDevOpsMaturity Model
0 likes · 14 min read
How China’s Telecom Leaders Boost IT Efficiency Using the DevOps Maturity Model
Efficient Ops
Efficient Ops
Oct 13, 2022 · Operations

How Top Chinese Companies Boost IT Efficiency with DevOps Maturity Models

This article presents how leading Chinese enterprises such as Tencent, Baoxin Software, and Beijing Gas have leveraged the CAICT‑led DevOps Capability Maturity Model to assess and improve their IT operations, detailing project counts, performance metrics, and key lessons across continuous delivery and security standards.

Capability Maturity ModelDevOpsIT Operations
0 likes · 10 min read
How Top Chinese Companies Boost IT Efficiency with DevOps Maturity Models
Efficient Ops
Efficient Ops
Oct 13, 2022 · Operations

How Leading Chinese Insurers Achieved DevOps Maturity: Real-World Case Studies

This article reviews how three major Chinese insurance companies applied the CAICT DevOps Capability Maturity Model to improve IT efficiency, integrate resources, and support business systems, highlighting project details, architectural innovations, and measurable outcomes across continuous delivery, technology operations, and risk management.

Continuous DeliveryDevOpsInsurance
0 likes · 8 min read
How Leading Chinese Insurers Achieved DevOps Maturity: Real-World Case Studies
Efficient Ops
Efficient Ops
Oct 13, 2022 · Operations

How Chinese Securities Firms Boost IT Efficiency with DevOps Maturity Models

Amid digital transformation, leading Chinese securities companies adopt the CAICT‑led DevOps Capability Maturity Model, undergoing assessments that improve IT efficiency, integrate resources, and enhance continuous delivery, technical operations, security, and tool adoption across dozens of projects, offering valuable industry insights.

DevOpsFinancial ServicesIT Operations
0 likes · 20 min read
How Chinese Securities Firms Boost IT Efficiency with DevOps Maturity Models
Efficient Ops
Efficient Ops
Oct 12, 2022 · Operations

How Chinese Banks Accelerate IT Efficiency with DevOps Maturity Assessments

This article reviews how leading Chinese banks and financial institutions have adopted the CAICT DevOps Capability Maturity Model, detailing their assessment results across continuous delivery, technical operations, security, and tooling standards, and highlighting the operational benefits achieved.

BankingContinuous DeliveryDevOps
0 likes · 16 min read
How Chinese Banks Accelerate IT Efficiency with DevOps Maturity Assessments
Efficient Ops
Efficient Ops
Oct 12, 2022 · Operations

How China’s State Banks Achieved Top DevOps Maturity: Real‑World Case Studies

This article reviews how major Chinese state‑owned banks applied the China Information Communication Research Institute's DevOps Capability Maturity Model, detailing assessment results, project implementations, and performance improvements across continuous delivery, security, and system tooling, offering valuable insights for enterprises pursuing DevOps transformation.

BankingContinuous DeliveryDevOps
0 likes · 18 min read
How China’s State Banks Achieved Top DevOps Maturity: Real‑World Case Studies
Efficient Ops
Efficient Ops
Oct 12, 2022 · Operations

How Chinese Banks Boost IT Efficiency with DevOps Maturity Models

The article details how leading Chinese banks, including state‑owned and joint‑stock institutions, have adopted the CAICT‑led DevOps Capability Maturity Model, reporting 21, 48, and 13 assessment projects respectively, and explains the model’s standards, international recognition, and its impact on digital transformation.

BankingDevOpsIT Operations
0 likes · 6 min read
How Chinese Banks Boost IT Efficiency with DevOps Maturity Models
DevOps
DevOps
Oct 12, 2022 · R&D Management

What Software Needs to Learn from Physical Product Delivery

The article argues that software development should adopt the lean production and value‑stream principles used in physical product manufacturing, highlighting the rising complexity of software in products like cars and urging organizations to treat software as a continuous product flow rather than a short‑term project.

DevOpsLean ProductionR&D
0 likes · 6 min read
What Software Needs to Learn from Physical Product Delivery
DevOps Cloud Academy
DevOps Cloud Academy
Oct 11, 2022 · Operations

Managing Jenkins Jobs with the python‑jenkins API

This guide demonstrates how to use the python‑jenkins library to interact with Jenkins via its API, covering installation, configuration, job creation, copying, deletion, node management, plugin handling, and scripting examples for automating CI/CD pipelines.

APICI/CDDevOps
0 likes · 9 min read
Managing Jenkins Jobs with the python‑jenkins API
DevOps
DevOps
Oct 11, 2022 · Operations

Key Findings from the 2022 Accelerate State of DevOps Report: Security, Software Supply Chain, and Cloud Adoption

The 2022 Accelerate State of DevOps Report reveals that while application‑level security scanning in CI/CD pipelines is widely adopted, organizational culture, cloud adoption, and performance metrics significantly influence DevOps effectiveness, with overall performance declining amid pandemic‑related challenges.

Cloud ComputingDORA reportDevOps
0 likes · 6 min read
Key Findings from the 2022 Accelerate State of DevOps Report: Security, Software Supply Chain, and Cloud Adoption
Efficient Ops
Efficient Ops
Oct 10, 2022 · Operations

How Liaoning Mobile Revamped Its DevOps System for Agile, Cloud‑Native Success

Liaoning Mobile’s DevOps R&D system was selected as a flagship case at the recent Service Trade Fair, showcasing how the company accelerated its digital transformation through agile delivery, cloud‑native architecture, intelligent operations, and comprehensive talent development to boost development efficiency and business agility.

AgileContinuous DeliveryDevOps
0 likes · 14 min read
How Liaoning Mobile Revamped Its DevOps System for Agile, Cloud‑Native Success
FunTester
FunTester
Oct 10, 2022 · Operations

From Manual Testing to Automated Testing: Key Considerations and Benefits

The article explains why shifting from manual to automated testing is essential in fast‑changing agile environments, outlines common migration challenges, and details the advantages such as faster testing, cost reduction, improved reliability, and stronger CI/CD integration.

CI/CDDevOpsQA
0 likes · 11 min read
From Manual Testing to Automated Testing: Key Considerations and Benefits
DevOps
DevOps
Oct 9, 2022 · Cloud Native

Understanding Infrastructure as Code: Concepts, Principles, and Implementation Methods

The article explains Infrastructure as Code (IaC) as a foundational practice for cloud‑native, container, microservice, and DevOps environments, detailing its definition, goals, underlying cloud computing concepts, core principles like declarative configuration and idempotence, and practical adoption steps including cultural support and shared tooling.

DevOpsIaCInfrastructure as Code
0 likes · 10 min read
Understanding Infrastructure as Code: Concepts, Principles, and Implementation Methods
DevOps Cloud Academy
DevOps Cloud Academy
Oct 7, 2022 · R&D Management

Applying the Four‑Hold Principles to Reduce Late‑Night Releases and Enable Continuous Improvement

The article explains the four‑hold principles from Continuous Delivery 2.0—doing less, continuously decomposing work, constantly gathering feedback, and pursuing ongoing improvement—and shows how applying them can eliminate late‑night release cycles, improve DevOps feedback loops, and strengthen R&D management in software projects.

Continuous DeliveryDevOpsR&D management
0 likes · 6 min read
Applying the Four‑Hold Principles to Reduce Late‑Night Releases and Enable Continuous Improvement
Architect's Guide
Architect's Guide
Oct 4, 2022 · Fundamentals

Key Insights on System Architecture, Evolution, and Feedback Loops

This article shares practical experiences and concepts about software architecture, covering stakeholder‑driven definitions, non‑functional requirements, iterative evolution, closed‑loop feedback, microservice adoption, organizational impact, and the soft skills needed for effective architects.

DevOpsSoftware Architecturefeedback loop
0 likes · 14 min read
Key Insights on System Architecture, Evolution, and Feedback Loops
Alibaba Cloud Native
Alibaba Cloud Native
Sep 29, 2022 · Cloud Native

How Migrating a Holiday Gift Service to Alibaba Cloud Function Compute Cuts Costs and Handles Traffic Spikes

Facing occasional traffic spikes and high server costs, the author migrated a holiday gift‑distribution project from an ALB‑ECS‑MySQL‑Redis stack to Alibaba Cloud Function Compute, detailing cost reductions, zero‑idle‑instance savings, custom runtime setup, logging adjustments, VPC networking, deployment via Serverless Devs, and domain binding.

Alibaba CloudDevOpsFunction Compute
0 likes · 8 min read
How Migrating a Holiday Gift Service to Alibaba Cloud Function Compute Cuts Costs and Handles Traffic Spikes
Efficient Ops
Efficient Ops
Sep 27, 2022 · Operations

How a Bank’s DevOps Team Boosted Code Quality with Unit Testing and Automation

The article details how China Construction Bank's software development center enhanced code quality and accelerated delivery by integrating unit testing, test‑driven development, mutation testing, automated test code generation, code‑style scanning, and shared template mechanisms within a mature DevOps pipeline.

Code ScanningDevOpsMutation testing
0 likes · 8 min read
How a Bank’s DevOps Team Boosted Code Quality with Unit Testing and Automation
Cloud Native Technology Community
Cloud Native Technology Community
Sep 27, 2022 · Industry Insights

Why Cloud‑Native Will Dominate Enterprise Application Modernization by 2025

Amid the digital transformation wave, cloud‑native applications are projected to power over 95% of new initiatives by 2025, prompting Lingque Cloud and CNBPA to publish a practical guide that outlines concepts, migration paths, DevOps benefits, micro‑service selection, and real‑world case studies for modernizing enterprise software.

DevOpsIndustry Trendsapplication modernization
0 likes · 3 min read
Why Cloud‑Native Will Dominate Enterprise Application Modernization by 2025
Architects Research Society
Architects Research Society
Sep 26, 2022 · R&D Management

Six Secrets of Highly Innovative CIOs

The article outlines six strategic actions that visionary CIOs employ—abandoning legacy systems, creating innovation‑focused processes, reimagining work, leveraging their strategic position, cultivating talent and culture, and building credibility—to drive digital transformation and business growth.

AgileCIODevOps
0 likes · 12 min read
Six Secrets of Highly Innovative CIOs
Tencent Cloud Developer
Tencent Cloud Developer
Sep 22, 2022 · Cloud Native

Mastering Cloud Studio YAML Templates: From Creation to Deployment

This guide explains how Cloud Studio users can simplify workspace setup by using YAML templates that define environment images, variables, extensions, lifecycle commands, and sidecar services, providing step‑by‑step instructions, code examples, and visual illustrations for creating, importing, and deploying fully configured cloud development environments.

Cloud StudioDevOpsLifecycle
0 likes · 8 min read
Mastering Cloud Studio YAML Templates: From Creation to Deployment
Zhuanzhuan Tech
Zhuanzhuan Tech
Sep 22, 2022 · Cloud Native

Evolution of Enterprise Technical Architecture: From Monolith to Cloud‑Native and DevOps

This chapter outlines the evolution of enterprise technical architecture—from monolithic and distributed systems to microservices and cloud‑native platforms—illustrating the journey with Ziru's ten‑year architectural transformation, the challenges encountered, and the lessons for selecting appropriate architectures.

DevOpsarchitecturecloud-native
0 likes · 23 min read
Evolution of Enterprise Technical Architecture: From Monolith to Cloud‑Native and DevOps
JD Cloud Developers
JD Cloud Developers
Sep 20, 2022 · Backend Development

How JD’s Starlink Platform Supercharges Backend Development with Low‑Code Serverless

Starlink is JD Tech's low‑code, serverless platform that streamlines backend service development, deployment, and operations by offering visual microservice (VMS) creation, declarative Serverless deployment, and extensive integration capabilities, dramatically boosting efficiency and reducing costs across diverse business scenarios.

DevOpsServerlesscloud
0 likes · 18 min read
How JD’s Starlink Platform Supercharges Backend Development with Low‑Code Serverless
DevOps Cloud Academy
DevOps Cloud Academy
Sep 19, 2022 · Operations

Understanding Jenkins Pipeline as Code: Benefits and Usage

This article explains how Jenkins Pipeline as Code replaces cumbersome freestyle job configurations with version‑controlled pipeline scripts, improving bulk modifications, consistency across multiple projects, and overall CI/CD management for enterprises.

CI/CDDevOpsJenkins
0 likes · 4 min read
Understanding Jenkins Pipeline as Code: Benefits and Usage
Alibaba Cloud Native
Alibaba Cloud Native
Sep 19, 2022 · Cloud Native

Why Serverless Devs Became CNCF’s First Serverless Tool Project

Serverless Devs, an open‑source, CNCF‑sandbox serverless development platform, offers a plug‑in architecture supporting multiple cloud providers, lifecycle management, and extensible components, with six key advantages, a clear design philosophy, a growing history, and future plans to expand cloud vendor support and tooling.

CNCFDevOpsServerless
0 likes · 10 min read
Why Serverless Devs Became CNCF’s First Serverless Tool Project
Architect's Guide
Architect's Guide
Sep 17, 2022 · Backend Development

An Introduction to Microservice Architecture: Concepts, Evolution, Comparison with Monolithic, Design Patterns, and Pros & Cons

This article provides a comprehensive overview of microservice architecture, covering its definition, history, differences from monolithic development, key characteristics, comparison with SOA, practical implementation steps, common design patterns, advantages, disadvantages, and essential considerations for successful adoption.

API GatewayDevOpsService design
0 likes · 20 min read
An Introduction to Microservice Architecture: Concepts, Evolution, Comparison with Monolithic, Design Patterns, and Pros & Cons
DevOps Cloud Academy
DevOps Cloud Academy
Sep 14, 2022 · Cloud Native

Migrating Docker Compose Stacks to Kubernetes with Kompose

This article explains how to transition containerized applications from Docker Compose to Kubernetes using the Kompose tool, covering code examples, generated manifests, volume handling, ingress considerations, and best‑practice recommendations for production deployments.

DevOpsDockerKompose
0 likes · 8 min read
Migrating Docker Compose Stacks to Kubernetes with Kompose
DevOps Engineer
DevOps Engineer
Sep 13, 2022 · Operations

DevOps Learning Roadmap 2022 by Vrashabh Sontakke

This article presents a comprehensive 2022 DevOps learning roadmap compiled by engineer Vrashabh Sontakke, providing downloadable images and links to detailed resources that outline the essential tools, practices, and knowledge areas for aspiring DevOps professionals.

2022DevOpsLearning
0 likes · 2 min read
DevOps Learning Roadmap 2022 by Vrashabh Sontakke
DevOpsClub
DevOpsClub
Sep 13, 2022 · R&D Management

How DevMind Transforms R&D Efficiency with Scalable Metrics

This article outlines the DevMind system—a comprehensive, data‑driven framework that turns R&D efficiency measurement into an online, low‑threshold, scalable practice, covering four best‑practice pillars, technical architectures, product modules, and real‑world impact within large organizations.

DevOpsMetricsR&D Efficiency
0 likes · 28 min read
How DevMind Transforms R&D Efficiency with Scalable Metrics
Efficient Ops
Efficient Ops
Sep 12, 2022 · Cloud Native

Mastering Kubernetes CRDs and Operators: From Basics to Advanced Design

This article explains what Kubernetes CustomResourceDefinitions (CRDs) and Operators are, shows how they enable custom resources and automated lifecycle management, and presents practical YAML examples and a generic big‑data Operator design for cloud‑native environments.

CRDDevOpsKubernetes
0 likes · 12 min read
Mastering Kubernetes CRDs and Operators: From Basics to Advanced Design
DevOps
DevOps
Sep 9, 2022 · Operations

What Is NetDevOps and How It Helps IT Meet Business Goals

NetDevOps applies DevOps principles to networking, enabling automated, code‑driven network provisioning, continuous integration/deployment, and real‑time monitoring, which improves agility, collaboration, and reliability while presenting challenges such as cultural shift, skill gaps, and risk aversion that organizations must address through training, process redesign, and appropriate tooling.

DevOpsInfrastructure as CodeNetDevOps
0 likes · 8 min read
What Is NetDevOps and How It Helps IT Meet Business Goals
Open Source Linux
Open Source Linux
Sep 8, 2022 · Cloud Native

Master Dockerfile: Build Custom Docker Images Step‑by‑Step

This comprehensive guide explains how to create and customize Docker images using Dockerfile, covering base image selection, RUN, COPY, ADD, CMD, ENTRYPOINT, ENV, VOLUME, EXPOSE, and WORKDIR instructions, along with best practices for layer optimization and context handling.

DevOpsDockerDockerfile
0 likes · 30 min read
Master Dockerfile: Build Custom Docker Images Step‑by‑Step
Efficient Ops
Efficient Ops
Sep 7, 2022 · Operations

How DeepFlow Automates Full‑Stack Observability for Cloud‑Native Environments

This article presents DeepFlow, an open‑source, highly automated observability platform that uses eBPF to provide zero‑code AutoMetrics and AutoTracing, integrates with Prometheus, OpenTelemetry and SkyWalking, and enables SRE, DevOps and NewOps teams to build full‑stack metrics and blind‑spot‑free tracing for cloud‑native applications.

DevOpsMetricsObservability
0 likes · 20 min read
How DeepFlow Automates Full‑Stack Observability for Cloud‑Native Environments
Practical DevOps Architecture
Practical DevOps Architecture
Sep 6, 2022 · Cloud Native

Enterprise Container Technology and Kubernetes Cluster Practical Course (DevOps, Docker, Jenkins)

This resource provides a comprehensive series of video tutorials covering Docker fundamentals, containerizing Django applications, Kubernetes architecture and workloads, service discovery, logging with EFK, CI/CD pipelines with Jenkins on Kubernetes, shared libraries, and DevOps best practices for enterprise environments.

DevOpsJenkinscloud-native
0 likes · 3 min read
Enterprise Container Technology and Kubernetes Cluster Practical Course (DevOps, Docker, Jenkins)
Open Source Linux
Open Source Linux
Sep 5, 2022 · Cloud Native

How Docker Eliminates Local Development Pain and Streamlines Your Environment

This article explains the common frustrations of setting up local development environments—dependency conflicts, environment variables, port clashes, and differing production setups—and shows how Docker, Docker‑Compose, and Laradock can provide a unified, fast, and reproducible solution for PHP/Laravel projects.

DevOpsDockerLaradock
0 likes · 12 min read
How Docker Eliminates Local Development Pain and Streamlines Your Environment
DevOps Cloud Academy
DevOps Cloud Academy
Sep 5, 2022 · Operations

DevStream: An Open‑Source DevOps Toolchain Manager – Concepts, Configuration, Installation, and Usage Guide

This article provides a comprehensive guide to DevStream, an open‑source DevOps toolchain manager, covering its core concepts, configuration files, installation steps, basic commands, plugin development, and a practical example that demonstrates initializing and applying a full CI/CD pipeline on Kubernetes with ArgoCD.

ArgoCDCI/CDConfiguration
0 likes · 23 min read
DevStream: An Open‑Source DevOps Toolchain Manager – Concepts, Configuration, Installation, and Usage Guide
Top Architect
Top Architect
Sep 3, 2022 · Cloud Native

Docker Troubleshooting Guide: Common Issues and Solutions

This article provides a comprehensive guide to diagnosing and fixing a wide range of Docker problems, including storage migration, disk space shortages, missing libraries, container corruption, network configuration, permission errors, image management, and timeout issues, with detailed command-line solutions and configuration examples.

DevOpsLinuxNetworking
0 likes · 34 min read
Docker Troubleshooting Guide: Common Issues and Solutions
DevOps
DevOps
Sep 2, 2022 · Operations

Seven Lessons Learned When Growing Your Configuration Management

Scaling a configuration management team from a small startup to a large enterprise reveals seven key lessons about managing tool costs, customization control, infrastructure scalability, build environment governance, early adoption of third‑party solutions, ensuring traceability with many developers, and continuously evaluating tool costs versus market alternatives.

DevOpsScalingbuild automation
0 likes · 10 min read
Seven Lessons Learned When Growing Your Configuration Management
DevOps
DevOps
Sep 1, 2022 · Operations

Designing Quantifiable Steady‑State Hypotheses to Reduce Chaos Engineering Experiment Costs

The article examines why chaos‑engineering experiments often seem low‑cost‑effective, argues that unclear and unquantified steady‑state hypotheses hinder business value and automation, and proposes concrete, user‑centric, measurable hypotheses and equivalence‑class reasoning to streamline experiments and lower costs.

Chaos EngineeringDevOpscost reduction
0 likes · 9 min read
Designing Quantifiable Steady‑State Hypotheses to Reduce Chaos Engineering Experiment Costs
Efficient Ops
Efficient Ops
Aug 30, 2022 · Operations

How ICBC Standardized Continuous Delivery to Supercharge DevOps Efficiency

This article details Industrial and Commercial Bank of China's journey to standardize continuous delivery, outlining the background challenges, the definition of release units, the construction of a standardized toolchain, implementation results, and future plans to enhance DevOps performance across the enterprise.

Continuous DeliveryDevOpsToolchain
0 likes · 9 min read
How ICBC Standardized Continuous Delivery to Supercharge DevOps Efficiency
Efficient Ops
Efficient Ops
Aug 30, 2022 · Operations

How Minsheng Bank’s DevSecOps Platform Sets New Standards in XOps

The article details Minsheng Bank’s award‑winning DevSecOps platform and performance‑measurement system presented at the 2022 XOps Industry Summit, highlighting its three‑pillar strategy of tiered classification, cloud‑native architecture, and integrated security, as well as the broader Chinese DevOps maturity model and standards.

Continuous DeliveryDevOpsPerformance Measurement
0 likes · 6 min read
How Minsheng Bank’s DevSecOps Platform Sets New Standards in XOps
Qunar Tech Salon
Qunar Tech Salon
Aug 30, 2022 · Backend Development

Qunar Travel Microservice Architecture Practice

This article presents a comprehensive overview of Qunar Travel's microservice architecture, covering background motivations, best‑practice service discovery and communication patterns, development efficiency improvements, governance techniques, and ServiceMesh experiments, all illustrated with real‑world data and diagrams.

DevOpscloud-nativemicroservices
0 likes · 30 min read
Qunar Travel Microservice Architecture Practice
Cloud Native Technology Community
Cloud Native Technology Community
Aug 30, 2022 · Cloud Native

Governing the Rapid Adoption of Kubernetes in Enterprises

Enterprises face governance challenges as Kubernetes adoption surges, requiring centralized platforms, standardized blueprints, role‑based access control, policy enforcement, drift detection, and lifecycle management to maintain control, security, and agility across multiple clusters.

DevOpsGovernanceKubernetes
0 likes · 8 min read
Governing the Rapid Adoption of Kubernetes in Enterprises
DevOps Cloud Academy
DevOps Cloud Academy
Aug 28, 2022 · Operations

Understanding the DevOps Lifecycle and Its Toolchain

This article explains the stages of the DevOps lifecycle—planning, coding, building, testing, releasing, deploying, operating, and monitoring—along with the popular tools used at each phase to enable continuous integration, delivery, and deployment.

CI/CDDevOpsMonitoring
0 likes · 6 min read
Understanding the DevOps Lifecycle and Its Toolchain
Tencent Cloud Developer
Tencent Cloud Developer
Aug 25, 2022 · Cloud Native

Kubernetes (K8s) Complete Guide: From Architecture to Cluster Setup and Resource Management

This guide walks developers through the evolution from physical and virtual deployments to containerization, explains Kubernetes architecture and core components, demonstrates building a one‑master‑two‑node cluster with kubeadm and Flannel, and details resource management using YAML with imperative and declarative kubectl commands.

Cluster SetupContainer OrchestrationDevOps
0 likes · 21 min read
Kubernetes (K8s) Complete Guide: From Architecture to Cluster Setup and Resource Management
Qunhe Technology Quality Tech
Qunhe Technology Quality Tech
Aug 25, 2022 · Operations

How We Scaled Litmus CI: From 100 to 2,000 Daily Tasks

This article details how the Litmus code‑quality platform was integrated into a CI pipeline, the performance bottlenecks encountered with Jenkins and Sonar, the systematic optimizations applied—including server redesign, script refactoring, parallel testing, and JVM tuning—and the resulting dramatic reduction in task duration and increase in throughput.

CIDevOpsJenkins
0 likes · 9 min read
How We Scaled Litmus CI: From 100 to 2,000 Daily Tasks
SQB Blog
SQB Blog
Aug 24, 2022 · Operations

Accelerating Delivery: Our CI/CD, Branch Automation & Artifact Management Revamp

This article outlines how our team overhauled the CI/CD pipeline, migrated from Jenkins to GitLab CI, introduced Kubernetes‑based execution, automated branch management via Jira integration, restructured artifact storage with JFrog, and built an in‑house SCA solution, all to boost development efficiency, reduce manual errors, and secure software delivery.

Artifact ManagementCI/CDDevOps
0 likes · 17 min read
Accelerating Delivery: Our CI/CD, Branch Automation & Artifact Management Revamp