Tagged articles

devops

3824 articles · Page 19 of 39
Efficient Ops
Efficient Ops
Apr 26, 2022 · Operations

How CICC’s Four Projects Earned Top‑Tier DevOps Certification and Accelerated Delivery

CICC’s four flagship platforms passed the China Academy of Information and Communications Technology’s Level‑3 DevOps continuous‑delivery assessment, showcasing dramatic improvements in delivery speed, automation, and quality while illustrating how standardized DevOps practices can drive digital transformation in large enterprises.

CICCIT efficiencyassessment
0 likes · 15 min read
How CICC’s Four Projects Earned Top‑Tier DevOps Certification and Accelerated Delivery
Efficient Ops
Efficient Ops
Apr 26, 2022 · Operations

China’s Top Enterprises Reveal Latest DevOps Maturity Assessment Results

The 2022 GNSEC Global Next‑Generation Software Engineering Summit announced the 17th batch of DevOps Continuous Delivery and the 4th batch of System and Tools assessment results, listing dozens of leading Chinese enterprises that passed the CAICT DevOps Capability Maturity Model across multiple industry sectors.

Enterprise AssessmentMaturity ModelSoftware Operations
0 likes · 7 min read
China’s Top Enterprises Reveal Latest DevOps Maturity Assessment Results
DevOps
DevOps
Apr 25, 2022 · Operations

Conducting a DevOps Assessment: From Project Overview to Value‑Stream Mapping

This article explains how to perform a systematic DevOps assessment by first understanding the business, system shape, scale and quality, then examining team organization, branch strategies and the six‑stage software delivery value stream, and finally diving into detailed activities such as code changes, testing, integration and release.

Branch StrategyContinuous IntegrationValue Stream
0 likes · 13 min read
Conducting a DevOps Assessment: From Project Overview to Value‑Stream Mapping
DevOps Cloud Academy
DevOps Cloud Academy
Apr 23, 2022 · Operations

A Comprehensive Overview of DevOps Tools and Their Roles

This article introduces the DevOps culture and systematically categorizes a wide range of DevOps tools—including source‑code management, CI/CD, containers, cloud providers, automation, monitoring, project management, and secret management—to help teams improve productivity and collaboration.

CI/CDContainersOperations
0 likes · 9 min read
A Comprehensive Overview of DevOps Tools and Their Roles
Ops Development Stories
Ops Development Stories
Apr 21, 2022 · Cloud Native

Essential Kubernetes Production Checklist for Web Services

A comprehensive, step‑by‑step checklist guides teams through documentation, application design, security, CI/CD, Kubernetes configuration, monitoring, testing, and 24/7 support to reliably run web services with HTTP APIs in production on Kubernetes.

KubernetesObservabilityProduction
0 likes · 9 min read
Essential Kubernetes Production Checklist for Web Services
Practical DevOps Architecture
Practical DevOps Architecture
Apr 18, 2022 · Operations

How to Add a Jenkins Slave Node (Agent) via SSH

This guide walks through the complete process of adding a Jenkins agent, from creating the node in the Jenkins UI and installing Java and Git on the remote machine to copying SSH keys, verifying connectivity, and testing the agent’s operation.

AgentCI/CDJenkins
0 likes · 3 min read
How to Add a Jenkins Slave Node (Agent) via SSH
Liangxu Linux
Liangxu Linux
Apr 13, 2022 · Operations

24 Docker Troubleshooting Hacks: Fix Storage, Network, and Startup Issues

This guide compiles twenty‑four common Docker problems—from oversized storage directories and disk‑space shortages to network misconfigurations, NFS lock errors, and container startup failures—providing clear explanations, step‑by‑step commands, and configuration tweaks to resolve each issue efficiently.

ContainersDockerTroubleshooting
0 likes · 38 min read
24 Docker Troubleshooting Hacks: Fix Storage, Network, and Startup Issues
Continuous Delivery 2.0
Continuous Delivery 2.0
Apr 13, 2022 · Operations

Improving Iteration Outcomes with Cumulative Flow Diagrams and Environment Readiness in a Complex Microservice System

The article analyzes how applying cumulative flow diagram insights, tightening iteration commitments, and establishing standardized, automated SIT/UAT environments dramatically reduced risks, overtime, and untested deployments in a multi‑team microservice platform, highlighting the importance of testability and operational readiness for continuous delivery.

Cumulative Flow Diagramcontinuous deliverydevops
0 likes · 10 min read
Improving Iteration Outcomes with Cumulative Flow Diagrams and Environment Readiness in a Complex Microservice System
21CTO
21CTO
Apr 11, 2022 · R&D Management

What System Performance Tuning Reveals About Optimizing R&D Workflows

The article shows how technical leaders promoted to management can apply quantitative analysis and systematic measurement—illustrated through an image‑recognition service optimization—to identify bottlenecks, redesign processes, and boost overall team efficiency in software development.

R&D Managementdevopsperformance measurement
0 likes · 11 min read
What System Performance Tuning Reveals About Optimizing R&D Workflows
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Apr 10, 2022 · Cloud Native

How to Enable and Use Ephemeral Containers in Kubernetes for Debugging

Ephemeral containers are temporary debugging pods in Kubernetes that lack resource guarantees and cannot restart automatically; this guide explains their differences, enabling the feature via kube-apiserver and kubelet flags, creating a sample Tomcat pod, adding an Ephemeral container with kubectl debug, and updating it using raw API calls.

ContainersEphemeralContainersKubernetes
0 likes · 8 min read
How to Enable and Use Ephemeral Containers in Kubernetes for Debugging
DevOps
DevOps
Apr 7, 2022 · Operations

Top DevOps Tools: Comprehensive List, Features, and Selection Guide

This article provides an in‑depth overview of DevOps tools, explaining their role in automating software development and operations, and presents a curated list of popular tools with key features, download links, and guidance on choosing the right solution for your team.

Toolsautomationdevops
0 likes · 18 min read
Top DevOps Tools: Comprehensive List, Features, and Selection Guide
DeWu Technology
DeWu Technology
Apr 6, 2022 · Operations

Shift-Left Testing and Continuous Automation Practices in International E-commerce

DeWu’s international e‑commerce team adopts shift‑left, business‑driven testing and a Java‑SpringBoot‑JUnit5 automation framework with continuous coverage analysis, moving tests earlier in the lifecycle to deliver rapid feedback, cut manual effort, and ensure high‑quality, efficient releases aligned with business value.

Shift-LeftTestingcode coverage
0 likes · 13 min read
Shift-Left Testing and Continuous Automation Practices in International E-commerce
php Courses
php Courses
Apr 6, 2022 · Operations

Common Git Commands and Usage Guide

This article provides a comprehensive list of frequently used Git commands, including remote management, aliases, repository creation, committing, history inspection, branch and tag handling, merging, rebasing, and configuration, with clear Chinese annotations for each operation.

GitVersion Controlcommand-line
0 likes · 8 min read
Common Git Commands and Usage Guide
DevOps Cloud Academy
DevOps Cloud Academy
Apr 5, 2022 · Operations

Getting Started with Dagger: Installation, Example CI/CD Pipeline, and CUE‑Based Pipeline Definition

This article introduces Dagger, a DevOps platform that uses the CUE language to define CI/CD pipelines, provides step‑by‑step installation instructions for macOS and other systems, demonstrates a Todo app pipeline example, explains pipeline components and client interactions, and shows how to build container images with Dagger.

BuildKitCI/CDCUE
0 likes · 12 min read
Getting Started with Dagger: Installation, Example CI/CD Pipeline, and CUE‑Based Pipeline Definition
MaGe Linux Operations
MaGe Linux Operations
Apr 3, 2022 · Cloud Native

Master Docker: From Basics to Advanced Container Management

This comprehensive guide explains Docker's core concepts, advantages over traditional virtual machines, installation steps, essential commands, Dockerfile directives, image import/export, storage volumes, and networking options, providing a practical roadmap for container-based development and operations.

cloud-nativedevopsvirtualization
0 likes · 22 min read
Master Docker: From Basics to Advanced Container Management
Cloud Native Technology Community
Cloud Native Technology Community
Apr 2, 2022 · Information Security

How to Shift Security Left in Cloud‑Native Environments: Expert Q&A Recap

In this recap of the sixth CNBPA Technical Practice Salon, senior product manager Wen Lei and architect Ren Yazhou answer audience questions on ensuring container security, Kubernetes design considerations, risk assessment methods, and the choice between open‑source and commercial cloud‑native security solutions, emphasizing a security‑left approach throughout the DevOps lifecycle.

Kubernetescloud-nativecontainer security
0 likes · 4 min read
How to Shift Security Left in Cloud‑Native Environments: Expert Q&A Recap
DevOps Cloud Academy
DevOps Cloud Academy
Mar 28, 2022 · Cloud Computing

Terraform Tutorial: Step‑by‑Step Provisioning of Alibaba Cloud Resources

This article provides a comprehensive, step‑by‑step Terraform tutorial for Alibaba Cloud, covering RAM account setup, environment variables, version configuration, VPC and security group creation, ECS provisioning, web service deployment, DNS addition, output handling, and resource cleanup, complete with code snippets and command illustrations.

Alibaba CloudCloud ComputingTerraform
0 likes · 7 min read
Terraform Tutorial: Step‑by‑Step Provisioning of Alibaba Cloud Resources
21CTO
21CTO
Mar 28, 2022 · Fundamentals

How GitHub Boosts Developer Productivity: Insider Tips and Future Outlook

In this interview, GitHub veteran Michael Kaufmann shares personal productivity hacks, discusses the platform's evolution under Microsoft, highlights powerful features like the CLI and Codespaces, and envisions GitHub's role as a cloud‑centric development hub.

GitHubcodespacesdeveloper productivity
0 likes · 5 min read
How GitHub Boosts Developer Productivity: Insider Tips and Future Outlook
DevOps Cloud Academy
DevOps Cloud Academy
Mar 28, 2022 · Operations

Understanding DevOps: Definition, Benefits, Practices, and Drawbacks

This article explains DevOps as a cultural, organizational, and technical shift that unifies development, operations, and quality assurance, outlines its benefits such as faster delivery and improved reliability, describes key practices like CI/CD, multi‑environment deployments, early failure detection, rollback, policy enforcement and observability, and discusses its potential drawbacks and considerations.

CI/CDOperationsautomation
0 likes · 12 min read
Understanding DevOps: Definition, Benefits, Practices, and Drawbacks
DevOps
DevOps
Mar 25, 2022 · Information Security

12 Best Practices for Securing Kubernetes (K8s) Environments

This article outlines twelve essential best‑practice steps—including updating to the latest stable release, enforcing PodSecurityPolicy, using namespaces, applying network policies, and hardening API server, scheduler, controller‑manager, etcd, and kubelet settings—to comprehensively secure a Kubernetes cluster.

Best PracticesCluster Hardeningdevops
0 likes · 11 min read
12 Best Practices for Securing Kubernetes (K8s) Environments
Efficient Ops
Efficient Ops
Mar 21, 2022 · Cloud Native

Master Docker: From Basics to Advanced Deployment and Networking

This comprehensive guide explains Docker's core concepts, advantages over traditional VMs, architecture, essential commands, Dockerfile syntax, image management, storage volumes, and networking modes, providing step‑by‑step instructions for installing, configuring, and operating containers on Linux systems.

Containersdevopsdockerfile
0 likes · 24 min read
Master Docker: From Basics to Advanced Deployment and Networking
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Mar 21, 2022 · Cloud Native

From Monolith to Cloud‑Native: Evolution of Software Architecture

This article outlines the three‑stage evolution of software architecture—from early monolithic MVC systems, through growth‑phase optimizations with CDN, load balancing, and caching, to fully distributed cloud‑native designs featuring microservices, elastic scaling, DevOps pipelines, and unified configuration, illustrating key technologies and best practices.

cloud-nativedevopsdistributed-systems
0 likes · 12 min read
From Monolith to Cloud‑Native: Evolution of Software Architecture
Top Architect
Top Architect
Mar 18, 2022 · Cloud Native

Docker Architecture Overview and Component Analysis

This article provides a comprehensive overview of Docker's overall architecture, detailing the roles of Docker Client, Daemon, Engine, Registry, Graph, drivers, Libcontainer, and containers, and explains how these components interact to manage images, networking, storage, and execution within a C/S model.

Dockercloud-nativecontainerization
0 likes · 11 min read
Docker Architecture Overview and Component Analysis
DevOps Cloud Academy
DevOps Cloud Academy
Mar 18, 2022 · Operations

Comprehensive CI/CD Pipeline Templates for Java Projects with Build, Test, Code Analysis, Artifact Management, and Kubernetes Deployment

This article provides a detailed guide to structuring GitLab CI/CD pipelines for Java projects, covering job templates for building, testing, code analysis, artifact handling, and Kubernetes deployment, along with variable definitions, workflow rules, and stage configurations to enable flexible and automated DevOps workflows.

CI/CDDockerGitLab
0 likes · 14 min read
Comprehensive CI/CD Pipeline Templates for Java Projects with Build, Test, Code Analysis, Artifact Management, and Kubernetes Deployment
IT Architects Alliance
IT Architects Alliance
Mar 17, 2022 · Backend Development

Introduction to Microservice Architecture: Concepts, Evolution, Comparison with Monolithic, Design Patterns, Advantages and Disadvantages

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, and the pros and cons of adopting microservices in modern software systems.

Design PatternsSoftware Architecturedevops
0 likes · 23 min read
Introduction to Microservice Architecture: Concepts, Evolution, Comparison with Monolithic, Design Patterns, Advantages and Disadvantages
Cloud Native Technology Community
Cloud Native Technology Community
Mar 17, 2022 · Industry Insights

How Cloud‑Native Tech Is Transforming China’s Financial Sector in 2022

The fourth‑edition Cloud‑Native Technology Survey (2021‑2022) analyzes how banks, insurers, securities firms and payment providers adopt containers, Kubernetes, micro‑services and hybrid‑cloud solutions, revealing adoption rates, pain points, security concerns and strategic recommendations for the financial industry’s digital transformation.

Hybrid CloudIndustry InsightsKubernetes
0 likes · 23 min read
How Cloud‑Native Tech Is Transforming China’s Financial Sector in 2022
Sohu Tech Products
Sohu Tech Products
Mar 16, 2022 · Cloud Native

Podman Introduction: Features, Differences from Docker, and Common Commands

This article provides a comprehensive overview of Podman, an open‑source container runtime that runs without a daemon or root privileges, compares it with Docker, explains its architecture, and presents essential commands, deployment steps, configuration files, volume handling, and user‑namespace considerations for Linux environments.

CLIContainersDocker
0 likes · 16 min read
Podman Introduction: Features, Differences from Docker, and Common Commands
Practical DevOps Architecture
Practical DevOps Architecture
Mar 16, 2022 · Operations

Using Ansible Windows Modules for Common Administrative Tasks

This guide demonstrates how to use various Ansible Windows modules—such as win_ping, raw, win_copy, win_unzip, win_service, win_command, win_file, win_user, win_shell, and win_reboot—to retrieve network information, transfer and unzip files, manage services, manipulate files, create users, and reboot remote Windows hosts.

AnsibleRemoteManagementWindows
0 likes · 4 min read
Using Ansible Windows Modules for Common Administrative Tasks
MaGe Linux Operations
MaGe Linux Operations
Mar 15, 2022 · Backend Development

How DODB Improved Development Efficiency with Code Metrics & Refactoring

This article presents a detailed case study of the DODB digital operations platform, comparing historical and current code metrics, identifying code, project‑management and developer issues, and outlining standards, tools and refactoring practices that significantly boosted development efficiency.

Project Managementcode qualitydevops
0 likes · 17 min read
How DODB Improved Development Efficiency with Code Metrics & Refactoring
DaTaobao Tech
DaTaobao Tech
Mar 14, 2022 · R&D Management

How to Build and Maintain a Strong Technical Culture in Engineering Teams

Building a strong technical culture in engineering teams requires top‑down commitment to respect engineers, fostering knowledge sharing, automating tools, hiring curious innovators, and rewarding experimentation, so that contributions are valued, innovation thrives, talent is retained, and teams become more productive and satisfied.

Software engineeringdevopsinnovation
0 likes · 13 min read
How to Build and Maintain a Strong Technical Culture in Engineering Teams
ELab Team
ELab Team
Mar 14, 2022 · Operations

Master GitLab CI/CD: Build, Test, Deploy Pipelines Efficiently

This guide explains the fundamentals of CI/CD, the benefits of automation, and provides a step‑by‑step tutorial on configuring GitLab CI/CD pipelines, including .gitlab-ci.yml syntax, job and stage definitions, runner installation, manual approvals, and scheduled executions using cron syntax.

Continuous IntegrationGitLab CI/CDGitLab Runner
0 likes · 14 min read
Master GitLab CI/CD: Build, Test, Deploy Pipelines Efficiently
DevOps Cloud Academy
DevOps Cloud Academy
Mar 9, 2022 · Cloud Native

Infrastructure as Code (IaC) and GitOps: Benefits, Practices, and Tooling

The article explains how Infrastructure as Code and GitOps address common cloud‑migration challenges by automating resource provisioning, ensuring environment consistency, reducing manual effort and errors, and highlights tools like Terraform while noting industry trends and a brief promotional note.

IaCTerraformcloud-native
0 likes · 4 min read
Infrastructure as Code (IaC) and GitOps: Benefits, Practices, and Tooling
Top Architect
Top Architect
Mar 9, 2022 · Operations

DevOps Toolchain Selection and Maturity Model for Enterprises

This article explains the fundamentals of DevOps, outlines the full lifecycle including CI/CD and monitoring, compares popular tools for code hosting, pipelines, service discovery and observability, and provides tailored toolchain recommendations for startups, mid‑size and large enterprises based on maturity and scale.

CI/CDCloudNativedevops
0 likes · 18 min read
DevOps Toolchain Selection and Maturity Model for Enterprises
Efficient Ops
Efficient Ops
Mar 6, 2022 · Operations

How Leading Chinese Enterprises Leverage DevOps Maturity Models for IT Excellence

This article presents the Chinese DevOps Capability Maturity Model, showcases eight leading companies—including Tencent, Baoxin Software, and Huairong Technology—that have been evaluated, details their project outcomes, and explains how the model guides digital transformation and IT operational improvement across industries.

Capability Maturity ModelCase StudyIT Operations
0 likes · 9 min read
How Leading Chinese Enterprises Leverage DevOps Maturity Models for IT Excellence
Efficient Ops
Efficient Ops
Mar 6, 2022 · Operations

How Top Chinese Insurers Achieved DevOps Maturity: Real‑World Case Studies

This article examines how three leading Chinese insurance companies used the nationally‑backed DevOps Capability Maturity Model to evaluate and improve their IT operations, detailing project architectures, cloud‑native implementations, continuous‑delivery results, and the broader significance of the DevOps standard.

Case StudyInsuranceMaturity Model
0 likes · 8 min read
How Top Chinese Insurers Achieved DevOps Maturity: Real‑World Case Studies
FunTester
FunTester
Mar 4, 2022 · Industry Insights

Why Automation Testing Matters: Benefits, Types, and Future Trends

This article explains why automation testing is essential for modern software projects, compares it with manual testing, outlines common test types, offers strategic guidance on frameworks and tool selection, and explores emerging trends such as AI and RPA shaping the future of testing.

Automation testingTesting Strategydevops
0 likes · 8 min read
Why Automation Testing Matters: Benefits, Types, and Future Trends
Open Source Linux
Open Source Linux
Mar 4, 2022 · Operations

Master Kubernetes Troubleshooting: 3 Essential Steps and Toolkits

This article outlines a three‑step framework—understanding, managing, and preventing—to effectively troubleshoot Kubernetes deployments, explains how to leverage monitoring, observability, and incident‑response tools at each stage, and offers practical tool recommendations for modern cloud‑native environments.

Kubernetescloud-nativedevops
0 likes · 8 min read
Master Kubernetes Troubleshooting: 3 Essential Steps and Toolkits
Efficient Ops
Efficient Ops
Mar 3, 2022 · Operations

How China’s Telecom Giants Accelerate IT Efficiency with DevOps Maturity Models

This article reviews how leading Chinese telecom operators adopted the CAICT‑led DevOps Capability Maturity Model, detailing 17 evaluated projects across companies, the improvements achieved in continuous delivery, technical operations, and tooling, and the broader impact on IT efficiency and digital transformation.

IT efficiencyMaturity ModelOperations
0 likes · 15 min read
How China’s Telecom Giants Accelerate IT Efficiency with DevOps Maturity Models
Efficient Ops
Efficient Ops
Mar 2, 2022 · Operations

How Chinese Banks Accelerate IT Efficiency with DevOps Maturity Models

This article reviews how major Chinese joint‑stock banks have adopted the CAICT‑led DevOps Capability Maturity Model, detailing assessment numbers, case studies of each bank's DevOps implementation, and the model’s standards and industry impact.

Case StudyMaturity ModelOperations
0 likes · 16 min read
How Chinese Banks Accelerate IT Efficiency with DevOps Maturity Models
Efficient Ops
Efficient Ops
Mar 2, 2022 · Operations

How Chinese Banks Accelerate Digital Transformation with DevOps Maturity Models

Amid a nationwide digital transformation push, Chinese banks such as Ningbo, Zhengzhou, Baixin, and others have leveraged the China Information and Communication Research Institute's DevOps Capability Maturity Model to assess and improve their IT efficiency, team integration, and continuous delivery practices, providing valuable industry insights.

Maturity ModelOperationsbanking
0 likes · 15 min read
How Chinese Banks Accelerate Digital Transformation with DevOps Maturity Models
DevOps Cloud Academy
DevOps Cloud Academy
Mar 2, 2022 · Operations

Key DevOps Metrics for Effective Software Delivery

This article explains the most important DevOps metrics—such as deployment frequency, lead time, automated test pass rate, change failure rate, MTTR, and others—and how tracking them helps teams improve software delivery speed, quality, and operational efficiency.

Operationsautomationdevops
0 likes · 10 min read
Key DevOps Metrics for Effective Software Delivery
Efficient Ops
Efficient Ops
Mar 1, 2022 · Operations

How Chinese Banks Boost IT Efficiency with the DevOps Maturity Model

This article outlines how major Chinese banks have adopted the CAICT‑led DevOps Capability Maturity Model, presenting assessment counts across state‑owned, joint‑stock, and city commercial banks, summarizing the model’s standards, evaluation domains, and providing contact details for further inquiries.

IT efficiencyMaturity ModelOperations
0 likes · 6 min read
How Chinese Banks Boost IT Efficiency with the DevOps Maturity Model
Efficient Ops
Efficient Ops
Mar 1, 2022 · Operations

How China’s Leading Banks Master DevOps: Insights from the CAICT Maturity Model

This article reviews how major Chinese state‑owned banks applied the China Academy of Information and Communications Technology’s DevOps Capability Maturity Model, detailing assessment numbers, case studies of e‑life, AI advisory, mobile banking, and cloud‑native platforms, and highlighting the operational and security benefits achieved.

Maturity ModelOperationsbanking
0 likes · 17 min read
How China’s Leading Banks Master DevOps: Insights from the CAICT Maturity Model
DevOps
DevOps
Mar 1, 2022 · R&D Management

Value‑Driven Lean Transformation at China Merchants Bank: The 3‑1‑2 Framework and Its Implementation

This article details China Merchants Bank’s multi‑year, value‑driven lean transformation—describing the three major challenges of large‑scale digital change, the 3‑1‑2 framework (three steps, one integrated system, two key tools), the 4+1 management model, the 6+2 methodology, and the practical outcomes achieved through the LeanStar platform and a dedicated consulting team.

Enterprise AgilityLean ManagementR&D Management
0 likes · 19 min read
Value‑Driven Lean Transformation at China Merchants Bank: The 3‑1‑2 Framework and Its Implementation
Open Source Linux
Open Source Linux
Feb 28, 2022 · Cloud Native

Master Kubernetes Essentials: Pods, Services, Deployments, and More

This article introduces Kubernetes, the open‑source container‑orchestration platform, and explains its core concepts—including Pods, Namespaces, Nodes, Services, Volumes, PersistentVolumes, Deployments, StatefulSets, DaemonSets, Ingress, Jobs, Horizontal Pod Autoscaling, Service Accounts, Secrets, ConfigMaps, and Resource Quotas—along with common kubectl commands for managing each component.

Container OrchestrationKubernetescloud-native
0 likes · 17 min read
Master Kubernetes Essentials: Pods, Services, Deployments, and More
Alibaba Cloud Native
Alibaba Cloud Native
Feb 26, 2022 · Backend Development

How Serverless Transforms PHP Development: From LAMP to Elastic FaaS

This article explains why PHP dominates web development, outlines the operational burdens of traditional LAMP/LNMP stacks, and shows how serverless Function‑as‑a‑Service platforms—especially Alibaba Cloud's Custom Runtime—enable PHP applications to run without managing servers, scale elastically, and simplify deployment with practical examples like WordPress.

FaaSPHPcloud-native
0 likes · 13 min read
How Serverless Transforms PHP Development: From LAMP to Elastic FaaS
MaGe Linux Operations
MaGe Linux Operations
Feb 22, 2022 · Cloud Native

Explore Kubernetes CI/CD Through an Engaging Comic

This article presents a comic series that visually explains Kubernetes fundamentals and demonstrates how to implement continuous integration and continuous delivery pipelines on the platform, offering a concise, illustrated guide for developers and DevOps engineers.

CI/CDComicKubernetes
0 likes · 4 min read
Explore Kubernetes CI/CD Through an Engaging Comic
DevOps
DevOps
Feb 22, 2022 · Information Security

From DevOps to DevSecOps: Evolution, Benefits, and Implementation Challenges

This article traces the development of DevOps, explains how its evolution into DevSecOps integrates security early in the software lifecycle, outlines the resulting benefits of faster, cheaper, and safer delivery, and discusses the technical, cultural, and organizational challenges that must be overcome for successful adoption.

Continuous IntegrationDevSecOpsautomation
0 likes · 13 min read
From DevOps to DevSecOps: Evolution, Benefits, and Implementation Challenges
21CTO
21CTO
Feb 15, 2022 · Operations

How Will Technology Sustain Remote Work in 2022 and Beyond?

The article examines post‑COVID‑19 remote work trends, highlighting the growing importance of cloud migration, DevOps, AI‑assisted development, low‑code platforms, and practical management techniques to boost productivity and employee well‑being in a permanently distributed workforce.

AIRemote Workdevops
0 likes · 11 min read
How Will Technology Sustain Remote Work in 2022 and Beyond?
ByteDance Terminal Technology
ByteDance Terminal Technology
Feb 15, 2022 · Operations

Distributed Compilation and Build Caching for Large iOS Projects

This article explains how ByteDance's distributed compilation and build caching solution dramatically reduces compile times for large iOS projects by analyzing dependency bottlenecks, employing distributed builds, caching mechanisms, and various optimization techniques such as inverted indexes and cross-task caches.

Dependency AnalysisdevopsiOS
0 likes · 16 min read
Distributed Compilation and Build Caching for Large iOS Projects
Ops Development Stories
Ops Development Stories
Feb 15, 2022 · Cloud Native

Mastering Canary Deployments with ingress-nginx: A Step-by-Step Guide

This article explains how to perform rolling, blue‑green, and canary (gray) releases in Kubernetes, focusing on implementing canary deployments with the ingress-nginx controller using specific annotations, demonstrating weight‑based and header‑based scenarios, providing full YAML manifests, CI/CD pipeline designs, and recommendations for automated rollouts.

CI/CDCanary DeploymentIngress
0 likes · 18 min read
Mastering Canary Deployments with ingress-nginx: A Step-by-Step Guide
DevOps Cloud Academy
DevOps Cloud Academy
Feb 15, 2022 · Operations

Comprehensive Guide to Jenkins Multibranch Pipeline for CI/CD

This guide explains the concepts, configuration steps, Jenkinsfile example, webhook setup, testing procedures, and troubleshooting tips for implementing a Git‑based Jenkins multibranch pipeline that automates CI/CD workflows using pull‑request and branch discovery.

CI/CDGitJenkins
0 likes · 10 min read
Comprehensive Guide to Jenkins Multibranch Pipeline for CI/CD
Architects Research Society
Architects Research Society
Feb 14, 2022 · Cloud Native

Microservices After a Decade: Evolution, Anti‑Patterns, Distributed Transactions, and the Role of Kubernetes

The panel discusses how microservices have changed over the past ten years, covering evolving definitions, common anti‑patterns, the challenges of distributed transactions, Kubernetes' influence on architecture, organizational impacts, and future trends such as application‑centric models and GitOps.

Kubernetesarchitecturecloud-native
0 likes · 25 min read
Microservices After a Decade: Evolution, Anti‑Patterns, Distributed Transactions, and the Role of Kubernetes
DevOps Engineer
DevOps Engineer
Feb 14, 2022 · Operations

Differences Between Vagrant and Docker: Use Cases and Characteristics

This article explains the fundamental differences between Vagrant and Docker, compares virtual machines and containers across isolation, resource usage, startup time and image size, and outlines when to choose Vagrant for VM management versus Docker for rapid application development and deployment.

DockerVagrantcontainer
0 likes · 4 min read
Differences Between Vagrant and Docker: Use Cases and Characteristics
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Feb 11, 2022 · Cloud Native

Docker Image Principles, Common Pitfalls, and Best Practices for Service Websites

This article explains the rationale behind Dockerizing internal service websites, outlines principles for creating stateless and self‑contained images, compares build‑time approaches, critiques a flawed Dockerfile with detailed issue analysis, and presents an improved Dockerfile along with practical deployment guidelines.

Best PracticesDockerImage optimization
0 likes · 14 min read
Docker Image Principles, Common Pitfalls, and Best Practices for Service Websites
Continuous Delivery 2.0
Continuous Delivery 2.0
Feb 10, 2022 · R&D Management

Five Non‑Traditional Metrics CTOs Should Track for Development Efficiency

The article outlines five unconventional performance indicators—commit‑to‑deploy time, build time, queue time, master‑branch health, and engineering overhead—explaining their meanings, measurement methods, cost implications, and why CTOs need to monitor them to improve software delivery speed and quality.

Build TimeCTOEngineering Efficiency
0 likes · 10 min read
Five Non‑Traditional Metrics CTOs Should Track for Development Efficiency
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Feb 9, 2022 · Frontend Development

A God‑Eye Overview of Front‑End Trends and Technologies

This article provides a comprehensive, data‑driven overview of front‑end technology trends from 2021 to 2022, covering programming language popularity, framework adoption, build tools, low‑code platforms, AI‑assisted development, cross‑platform solutions, serverless architecture, DevOps, 5G impacts, WebAssembly, and future directions for developers.

AIFrontendServerless
0 likes · 32 min read
A God‑Eye Overview of Front‑End Trends and Technologies
IT Architects Alliance
IT Architects Alliance
Feb 8, 2022 · Cloud Native

What Are Microservices? Concepts, Benefits, Drawbacks, and Their Relationship with Containers and Kubernetes

This article explains the fundamentals of microservices, illustrates them with an Amazon product‑listing example, compares microservices to containers, outlines when to adopt microservices, discusses their advantages and disadvantages, and describes how Kubernetes supports microservice architectures.

ContainersKubernetescloud-native
0 likes · 12 min read
What Are Microservices? Concepts, Benefits, Drawbacks, and Their Relationship with Containers and Kubernetes
Java Architect Essentials
Java Architect Essentials
Feb 7, 2022 · Databases

Why Deploying Databases in Docker Containers Is Problematic: Seven Key Reasons

The article explains why placing databases inside Docker containers is generally unsuitable, outlining seven major issues—including data safety, performance, networking, statefulness, resource isolation, cloud platform incompatibility, and environment requirements—while also offering practical mitigation strategies.

DockerPerformancecontainerization
0 likes · 8 min read
Why Deploying Databases in Docker Containers Is Problematic: Seven Key Reasons
Efficient Ops
Efficient Ops
Feb 7, 2022 · Operations

How Xinwang Bank Overcame DevOps Hurdles to Pass a Level‑3 Continuous Delivery Assessment

In 2021, Xinwang Bank’s digital-native team tackled tight deadlines, tool migrations, personnel shifts, and intense debates to successfully achieve a Level‑3 DevOps continuous‑delivery assessment for its distributed consumer‑credit core system, demonstrating how coordinated effort and containerization can boost operational excellence.

Banking TechnologyOperationscontinuous delivery
0 likes · 9 min read
How Xinwang Bank Overcame DevOps Hurdles to Pass a Level‑3 Continuous Delivery Assessment
MaGe Linux Operations
MaGe Linux Operations
Jan 30, 2022 · Cloud Native

Upgrade a Kubernetes Cluster from v1.22 to v1.23 the Hard Way

This step‑by‑step tutorial explains how to upgrade a Kubernetes cluster from version 1.22 to 1.23 using the hard‑way approach, covering prerequisites, master and worker node procedures, package handling, and verification commands to ensure a successful upgrade.

Hard WayKubernetescluster upgrade
0 likes · 8 min read
Upgrade a Kubernetes Cluster from v1.22 to v1.23 the Hard Way
MaGe Linux Operations
MaGe Linux Operations
Jan 28, 2022 · Cloud Native

Top 7 Kubernetes Management Tools to Simplify Cluster Operations

Discover the most popular Kubernetes management solutions—including K9s, Rancher, Dashboard, Helm, Kubespray, Lens, and WKSctl—detailing their features, deployment options, and how they streamline cluster monitoring, scaling, and security for cloud-native environments and improve operational efficiency.

Kubernetescloud-nativecluster management
0 likes · 9 min read
Top 7 Kubernetes Management Tools to Simplify Cluster Operations
DevOps
DevOps
Jan 28, 2022 · Operations

Continuous Operations: Definition, Stages, and Practices

This article presents a comprehensive study of continuous operations, defining its meaning, outlining the three key stages of continuous deployment, operation, and feedback, reviewing ITIL and DevOps practices, and sharing real-world case studies from major tech companies to illustrate effective implementation.

AIOpsContinuous OperationsITIL
0 likes · 46 min read
Continuous Operations: Definition, Stages, and Practices
Tencent Cloud Developer
Tencent Cloud Developer
Jan 27, 2022 · Industry Insights

Is Serverless at Its Peak? Key Takeaways from the 2022 TVP Cloud Hosting Forum

The 2022 TVP Cloud Hosting forum examined Serverless’s seven‑year evolution, exploring market growth, technical opportunities, real‑world challenges, and future directions through expert talks, a hands‑on demo, and a round‑table discussion, highlighting why Serverless may be the next big step in cloud computing.

Cloud ComputingServerlessServerless Challenges
0 likes · 21 min read
Is Serverless at Its Peak? Key Takeaways from the 2022 TVP Cloud Hosting Forum
DevOps
DevOps
Jan 27, 2022 · R&D Management

Why Software Development Efficiency Became a Hot Topic and How to Choose Effective Metrics

The article explains why software development efficiency has become a buzzword, outlines four underlying reasons, presents a comprehensive set of measurable indicators across planning, feedback, team transformation, decision support and engineering capability, and offers practical guidance on selecting and evolving metrics for different project types.

Lead TimeR&D Managementdevops
0 likes · 24 min read
Why Software Development Efficiency Became a Hot Topic and How to Choose Effective Metrics
MaGe Linux Operations
MaGe Linux Operations
Jan 26, 2022 · Cloud Native

Unlock Kubernetes Essentials: Pods, Services, Deployments, and Beyond

This article introduces Kubernetes—Google's open‑source container orchestration platform—detailing its core concepts such as Pods, Namespaces, Nodes, Services, Volumes, PersistentVolumes, Deployments, StatefulSets, DaemonSets, Ingress, Jobs, HPA, ServiceAccounts, Secrets, ConfigMaps, and ResourceQuotas, providing practical commands and usage notes for each component.

Container OrchestrationKubernetescloud-native
0 likes · 18 min read
Unlock Kubernetes Essentials: Pods, Services, Deployments, and Beyond
Qunar Tech Salon
Qunar Tech Salon
Jan 24, 2022 · Databases

Qunar 2021 Technical Salon – Infrastructure Articles Collection (Databases, Operations, Components)

This article compiles the 2021 Qunar Technical Salon infrastructure series, presenting original technical writings on databases, operational practices, and core components, each linked to detailed posts that share real‑world experiences, design guidelines, and performance insights for engineers and practitioners.

DatabasesOperationsQunar
0 likes · 7 min read
Qunar 2021 Technical Salon – Infrastructure Articles Collection (Databases, Operations, Components)
Practical DevOps Architecture
Practical DevOps Architecture
Jan 21, 2022 · Cloud Native

Grafana Deployment and Service YAML for Kubernetes

This article provides complete Kubernetes YAML manifests for deploying Grafana as a core Deployment and exposing it via a Service in the kube-system namespace, detailing container images, resource limits, environment variables, health probes, and persistent storage configuration.

DeploymentGrafanaService
0 likes · 3 min read
Grafana Deployment and Service YAML for Kubernetes
DevOps
DevOps
Jan 21, 2022 · Information Security

Enterprise DevSecOps: Integrating Security into DevOps

This article provides a comprehensive guide to implementing DevSecOps in enterprises, covering fundamental principles, collaboration between security and development teams, integration of security testing, building a secure toolchain, and practical strategies for scaling security within DevOps pipelines.

DevSecOpsSASTSDLC
0 likes · 62 min read
Enterprise DevSecOps: Integrating Security into DevOps
DevOps Cloud Academy
DevOps Cloud Academy
Jan 20, 2022 · Cloud Native

Comparative Overview of Terraform and Helm for Kubernetes Management

This article examines the core functionalities of Terraform and Helm, highlighting how each tool manages Kubernetes clusters, automates infrastructure provisioning, and supports DevOps workflows, helping teams decide which solution best fits their cloud‑native development needs.

IaCKubernetesTerraform
0 likes · 8 min read
Comparative Overview of Terraform and Helm for Kubernetes Management
Efficient Ops
Efficient Ops
Jan 19, 2022 · Operations

How to Master Tech Management for Successful Digital Transformation

This article examines the evolving role of technology management in digital transformation, highlighting the need for new governance models, proactive value creation, and effective resource allocation to empower organizations through DevOps, digital risk management, and agile decision‑making.

devopsresource allocationtech management
0 likes · 9 min read
How to Master Tech Management for Successful Digital Transformation
Tencent Cloud Developer
Tencent Cloud Developer
Jan 19, 2022 · Cloud Computing

Quickly Building a Mock Server with Serverless Cloud Functions (SCF)

This guide shows how to quickly create a low‑cost, serverless mock server using Tencent Cloud's Serverless Cloud Function (SCF) by packaging the Moco JAR, a JSON response file, and a bootstrap script into a ZIP, deploying it as a Java 8 web function, and optionally using a one‑click template for instant setup and automatic scaling.

Cloud FunctionsJavaMoCo
0 likes · 6 min read
Quickly Building a Mock Server with Serverless Cloud Functions (SCF)
DevOps
DevOps
Jan 19, 2022 · Fundamentals

Evolution of Software Testing and Continuous Testing Practices in DevOps

This article reviews the historical evolution of software testing, explains the concepts of continuous testing within DevOps, outlines testing lifecycles, tools, and models, and looks ahead to emerging trends such as DevSecOps and AI‑driven autonomous testing.

AI testingDevSecOpscontinuous testing
0 likes · 14 min read
Evolution of Software Testing and Continuous Testing Practices in DevOps