Tagged articles
446 articles
Page 4 of 5
Top Architect
Top Architect
Aug 15, 2020 · Cloud Native

Docker Basics: From Theory to Practical Deployment

This article introduces Docker by explaining container fundamentals, comparing virtual machines and containers, detailing core Docker concepts, guiding readers through installation, building a Vue project image with Nginx, running and publishing the container, and offering best‑practice tips for efficient containerization.

DockerImageRegistry
0 likes · 15 min read
Docker Basics: From Theory to Practical Deployment
iQIYI Technical Product Team
iQIYI Technical Product Team
Aug 14, 2020 · Cloud Native

Edge Computing Platform IPES: Architecture, Components, and Application Scenarios at iQIYI

iQIYI’s IPES platform unifies cloud‑edge collaboration by managing millions of heterogeneous devices, deploying Docker, native and function‑as‑a‑service workloads, scheduling tasks, and providing logging, storage and messaging services, enabling edge video caching, live‑stream mirroring, conferencing and ad‑violation detection to cut latency and bandwidth costs while planning full Kubernetes compatibility.

Edge ComputingIPESMEC
0 likes · 16 min read
Edge Computing Platform IPES: Architecture, Components, and Application Scenarios at iQIYI
NetEase Media Technology Team
NetEase Media Technology Team
Aug 13, 2020 · Cloud Native

How NetEase Media Scaled Its Infrastructure with Containerization and Service Mesh

NetEase Media transformed its infrastructure by containerizing services, establishing multiple resource pools, implementing a ServiceMesh with NSF, and isolating beta and production environments, resulting in higher CPU utilization, automated scaling, and improved stability, while sharing lessons learned and future plans.

Cloud NativeInfrastructureKubernetes
0 likes · 22 min read
How NetEase Media Scaled Its Infrastructure with Containerization and Service Mesh
Architecture Digest
Architecture Digest
Aug 11, 2020 · Cloud Native

Docker Beginner's Guide: From Installation to Deploying a Vue Project

This article introduces Docker fundamentals, compares containers with virtual machines, explains core concepts, walks through installation, basic commands, building a Docker image for a Vue application, running and publishing the container, and shares best‑practice tips for containerization.

DeploymentDockerDockerfile
0 likes · 16 min read
Docker Beginner's Guide: From Installation to Deploying a Vue Project
Programmer DD
Programmer DD
Jul 31, 2020 · Databases

Why Docker Struggles with Databases: 7 Critical Drawbacks

This article examines seven key reasons why deploying databases in Docker containers is problematic, covering data safety, performance bottlenecks, networking complexities, statefulness, resource isolation, cloud platform constraints, and hardware requirements, while also suggesting cautious strategies for selective containerization.

Data SafetyDockercloud
0 likes · 8 min read
Why Docker Struggles with Databases: 7 Critical Drawbacks
Tencent Cloud Developer
Tencent Cloud Developer
Jul 30, 2020 · Big Data

Cost Governance Practices in Youzan's Data Middle Platform

Youzan's data middle platform faced cost growth outpacing business due to low utilization and storage inefficiencies; they applied utilization standards, containerization, COS storage migration, offline task optimization, and fine-grained cost-billing, achieving a 12% compute boost, 17% batch savings, 80% storage cost cut, and over 25% overall cost reduction.

Big DataData Cost ManagementData Platform
0 likes · 24 min read
Cost Governance Practices in Youzan's Data Middle Platform
Efficient Ops
Efficient Ops
Jul 29, 2020 · Cloud Native

Master Docker from Zero: Build, Run, and Deploy Containers Efficiently

This comprehensive guide walks you through Docker fundamentals, from understanding containers versus virtual machines and core concepts to installing Docker, creating Dockerfiles, building and running images, publishing to registries, and best practices for efficient containerized deployments.

Backendcloud-nativecontainerization
0 likes · 16 min read
Master Docker from Zero: Build, Run, and Deploy Containers Efficiently
Open Source Linux
Open Source Linux
Jul 28, 2020 · Cloud Native

Why Docker and Kubernetes Revolutionized Cloud Native Computing

This article traces Docker's evolution from a startup's LXC‑based PaaS to an open‑source container platform, explains its lightweight virtualization advantages over virtual machines, introduces Kubernetes as a powerful orchestration system, and shows how these technologies are reshaping telecom core networks with container‑based micro‑services.

DockerKubernetesVirtualization
0 likes · 10 min read
Why Docker and Kubernetes Revolutionized Cloud Native Computing
Top Architect
Top Architect
Jul 23, 2020 · Databases

7 Reasons Why Docker Is Unsuitable for Deploying Databases

Although Docker has become popular for deploying many applications, this article outlines seven technical reasons—ranging from data safety and performance to networking, statefulness, resource isolation, cloud platform limitations, and environment requirements—that make containerizing databases generally impractical, while also suggesting cautious scenarios where it might work.

Cloud NativeData SafetyDocker
0 likes · 9 min read
7 Reasons Why Docker Is Unsuitable for Deploying Databases
DevOps Cloud Academy
DevOps Cloud Academy
Jul 12, 2020 · Cloud Native

Docker Quick Start Guide and Frontend Project Containerization

This tutorial provides a comprehensive Docker quick‑start for Linux, covering installation, essential commands, container lifecycle, image management, and step‑by‑step containerization of a frontend project with Dockerfile creation, image building, container deployment, registry push, and common troubleshooting FAQs.

DevOpsLinuxcontainerization
0 likes · 26 min read
Docker Quick Start Guide and Frontend Project Containerization
macrozheng
macrozheng
Jul 8, 2020 · Cloud Native

How to Shrink Docker Images with Spring Boot Layered Builds

This guide explains why Docker images become large, identifies the three main factors—base image size, Dockerfile layer count, and application JAR size—and demonstrates how to use Spring Boot's layered packaging and Dockerfile tricks to reduce image size from megabytes to a few kilobytes.

DockerSpring Bootcontainerization
0 likes · 8 min read
How to Shrink Docker Images with Spring Boot Layered Builds
Architecture Digest
Architecture Digest
Jul 7, 2020 · Databases

7 Reasons Why Docker Is Unsuitable for Deploying Databases

Although Docker offers many benefits for application deployment, this article outlines seven key reasons—including data safety, performance, networking, statefulness, resource isolation, cloud platform incompatibility, and environmental requirements—that make containerizing databases problematic and suggest careful consideration before using Docker for database workloads.

Data SafetyDockerResource Isolation
0 likes · 9 min read
7 Reasons Why Docker Is Unsuitable for Deploying Databases
DevOps Cloud Academy
DevOps Cloud Academy
Jul 2, 2020 · Operations

Design and Extension of DevOps Platform Tasks Based on Jenkins Pipeline

This article explains how the PuYuan DevOps platform extends Jenkins pipeline tasks by categorizing atomic tasks, designing flexible database schemas for task templates and attributes, and implementing container-based environment isolation to support scalable, secure continuous integration and deployment across diverse enterprise environments.

DevOpsJenkinsOperations
0 likes · 10 min read
Design and Extension of DevOps Platform Tasks Based on Jenkins Pipeline
Alibaba Cloud Native
Alibaba Cloud Native
Jun 30, 2020 · Cloud Native

What Is Cloud Native? Definitions, Key Technologies, and Practical Insights

This article explores the evolving concept of cloud native, comparing definitions from Pivotal and CNCF, outlining essential technologies such as containers, Kubernetes, and service mesh, and offering practical guidance on architecture design, DevOps adoption, and maturity modeling for modern enterprises.

DevOpsMicroservicescontainerization
0 likes · 21 min read
What Is Cloud Native? Definitions, Key Technologies, and Practical Insights
Selected Java Interview Questions
Selected Java Interview Questions
Jun 18, 2020 · Cloud Native

Docker Architecture Overview and Basic Usage Guide

This article provides a comprehensive introduction to Docker, covering its origins from LXC, core concepts such as images, containers, and registries, detailed architecture components like client, daemon, engine, graph and drivers, and practical command‑line examples for installation, image management, container execution, and troubleshooting.

DevOpsDockerDocker Commands
0 likes · 27 min read
Docker Architecture Overview and Basic Usage Guide
Cloud Native Technology Community
Cloud Native Technology Community
May 13, 2020 · Industry Insights

What the 2020 Cloud‑Native Survey Reveals About Enterprise Adoption Trends

The 2020 cloud‑native research report analyzes how 613 enterprises across finance, manufacturing, energy, telecom and other sectors adopted containers, Kubernetes, micro‑services and DevOps during the pandemic, revealing adoption rates, budget impacts, challenges and strategic priorities for digital transformation.

2020 surveyIT transformationMicroservices
0 likes · 15 min read
What the 2020 Cloud‑Native Survey Reveals About Enterprise Adoption Trends
Ctrip Technology
Ctrip Technology
May 7, 2020 · Databases

CTrip's Redis Governance: Architecture, Scaling, and Hybrid Cloud Practices

This article details CTrip's evolution of Redis management—from early single‑instance deployments and custom CRedis client, through automated scaling, containerization with Kubernetes, secondary scheduling algorithms, Intel Optane integration, and hybrid‑cloud deployment—highlighting operational challenges, solutions, and performance outcomes.

Database operationsKubernetescontainerization
0 likes · 16 min read
CTrip's Redis Governance: Architecture, Scaling, and Hybrid Cloud Practices
MaGe Linux Operations
MaGe Linux Operations
May 6, 2020 · Cloud Native

Why Docker Beats Virtual Machines: Speed, Efficiency, and Real‑World Trade‑offs

This article explains how Docker solves environment‑configuration challenges, compares containers with virtual machines on startup speed, resource usage, and isolation, outlines Docker’s key advantages such as easy deployment and low cost, and discusses its remaining drawbacks like isolation limits, performance under high concurrency, and storage considerations.

Cloud NativeDeploymentVirtualization
0 likes · 9 min read
Why Docker Beats Virtual Machines: Speed, Efficiency, and Real‑World Trade‑offs
dbaplus Community
dbaplus Community
Apr 27, 2020 · Cloud Native

How OPPO Cloud Storage Leverages Kubernetes and CSI for Cloud‑Native Solutions

This article explains OPPO's cloud storage journey, covering distributed storage fundamentals, the architecture of its block storage platform, the role of Kubernetes and the Container Storage Interface, sidecar components, and the operational benefits of containerizing storage in a cloud‑native environment.

CSICloud Native StorageKubernetes
0 likes · 9 min read
How OPPO Cloud Storage Leverages Kubernetes and CSI for Cloud‑Native Solutions
dbaplus Community
dbaplus Community
Apr 6, 2020 · Databases

How AI‑Driven Intelligent Ops Transform Database Management in Banking

This article examines the severe time‑critical pain points of bank database operations, explains why AI‑based intelligent ops are needed, describes the platform architecture, unsupervised algorithms (3σ, Isolation Forest, DBSCAN, Pearson, Apriori), and presents a real‑world case study that demonstrates anomaly detection, root‑cause analysis, and practical optimization recommendations.

Database operationsPythonRoot Cause Analysis
0 likes · 23 min read
How AI‑Driven Intelligent Ops Transform Database Management in Banking
Cloud Native Technology Community
Cloud Native Technology Community
Apr 2, 2020 · Cloud Native

FAW Group’s Cloud‑Native Transformation: Microservices, Containerization, and DevOps in the Automotive Industry

The article details FAW Group’s multi‑year cloud‑native digital transformation, describing how the automaker built a technology middle‑platform, adopted Tencent’s TSF microservice solution, containerized over half of its new projects with Kubernetes, and leveraged a self‑built DevOps toolchain to dramatically boost IT productivity and support emerging automotive services.

Microservicesautomotivecloud-native
0 likes · 8 min read
FAW Group’s Cloud‑Native Transformation: Microservices, Containerization, and DevOps in the Automotive Industry
dbaplus Community
dbaplus Community
Mar 26, 2020 · Cloud Native

Kubernetes Containerization: Monitoring, Logging, Sidecar Injection & Custom PodIP

This article shares practical experiences from a large internet company's containerization project, covering monitoring strategies, logging pipelines, Helm-based continuous delivery, Mutating Admission Webhook sidecar injection, custom PodIP via Calico, GoCron task scheduling, event collection, and resource‑time simulation techniques.

Custom PodIPGoCronKubernetes
0 likes · 14 min read
Kubernetes Containerization: Monitoring, Logging, Sidecar Injection & Custom PodIP
Top Architect
Top Architect
Mar 5, 2020 · Backend Development

A Comprehensive Overview of Core Microservices Architecture

This article provides a detailed introduction to microservices, covering its definition, core principles, advantages and disadvantages, suitable organizational contexts, and the essential components such as service discovery, API gateways, configuration centers, communication protocols, monitoring, circuit breaking, and container orchestration, illustrated with numerous diagrams.

Configurationcontainerizationgateway
0 likes · 16 min read
A Comprehensive Overview of Core Microservices Architecture
Open Source Linux
Open Source Linux
Feb 19, 2020 · Cloud Native

Step-by-Step Guide to Installing Docker on CentOS, Ubuntu, and Windows

This comprehensive tutorial walks you through uninstalling old Docker versions, setting up repositories, installing Docker Engine, and verifying the installation on CentOS, Ubuntu 14.04/16.04, and Windows (including Docker Toolbox for Win7/8 and Docker Desktop for Win10), with all necessary commands and screenshots.

CentOSDockerInstallation
0 likes · 6 min read
Step-by-Step Guide to Installing Docker on CentOS, Ubuntu, and Windows
Open Source Linux
Open Source Linux
Feb 19, 2020 · Cloud Native

What Is Docker? A Deep Dive into Its Architecture and Core Concepts

This article explains Docker’s origins from LXC, its relationship with Linux containers, core components such as images, containers, and registries, compares Docker with traditional VMs, and details the internal architecture including client, daemon, server, engine, jobs, drivers, and libcontainer.

DevOpsDockerLinux
0 likes · 18 min read
What Is Docker? A Deep Dive into Its Architecture and Core Concepts
Alibaba Cloud Native
Alibaba Cloud Native
Jan 13, 2020 · Cloud Native

How to Manage GPU Resources in Kubernetes: From Containers to Device Plugins

This article explains why managing GPUs with Kubernetes improves cost efficiency and deployment speed, details how to containerize GPU workloads, build appropriate images, configure NVIDIA drivers, and use Kubernetes Device Plugins and Extend Resources to schedule and monitor GPU resources, while also discussing current limitations and community solutions.

Device PluginGPUKubernetes
0 likes · 18 min read
How to Manage GPU Resources in Kubernetes: From Containers to Device Plugins
Sohu Tech Products
Sohu Tech Products
Dec 25, 2019 · Cloud Native

Docker Basics, Architecture, Commands, and Deployment Practices

This article introduces Docker as a leading container platform, explains its core concepts, architecture components, and common commands, and provides step‑by‑step tutorials for deploying a Node.js application and MongoDB using Dockerfile, Docker Compose, and related tools.

DevOpsDockerDocker Compose
0 likes · 14 min read
Docker Basics, Architecture, Commands, and Deployment Practices
HomeTech
HomeTech
Dec 20, 2019 · Cloud Native

Practical Experience of Containerizing Java Applications: Docker, JVM Tuning, Multi‑Stage Builds, and Operational Tips

This article shares the 2019 cloud‑native migration experience of an e‑commerce team, covering Docker and Kubernetes basics, Java‑Docker compatibility, memory and CPU limits, log collection, JDK version choices, Dockerfile and multi‑stage build practices, health checks, graceful shutdown, and common pitfalls encountered during containerization.

DockerJVMKubernetes
0 likes · 21 min read
Practical Experience of Containerizing Java Applications: Docker, JVM Tuning, Multi‑Stage Builds, and Operational Tips
Ctrip Technology
Ctrip Technology
Dec 19, 2019 · Cloud Native

Evolution of Ctrip Cloud Platform: From OpenStack IAAS to Cloud‑Native Kubernetes

This article chronicles Ctrip's cloud‑infrastructure journey—from the early OpenStack‑based IAAS platform through containerization with Mesos, the migration to large‑scale Kubernetes clusters, and the adoption of cloud‑native practices that improve resource utilization, deployment speed, and application governance.

Cloud NativeDevOpsInfrastructure as Code
0 likes · 10 min read
Evolution of Ctrip Cloud Platform: From OpenStack IAAS to Cloud‑Native Kubernetes
HomeTech
HomeTech
Dec 19, 2019 · Cloud Native

Practical Experience of Containerizing Java Applications: Docker, Kubernetes, and Cloud‑Native Practices

This article shares the 2019 container‑migration experience of an e‑commerce team, covering Docker and Kubernetes fundamentals, Java‑specific memory and CPU limits, JDK version tuning, log collection, multi‑stage image builds, health‑check strategies, common pitfalls, and best‑practice recommendations for cloud‑native deployments.

Cloud NativeDockerJava
0 likes · 22 min read
Practical Experience of Containerizing Java Applications: Docker, Kubernetes, and Cloud‑Native Practices
HomeTech
HomeTech
Nov 29, 2019 · Cloud Native

How a Used‑Car Business Achieved 100% Containerization in One Month

In just 30 days the used‑car division transformed its entire application portfolio from 3.33% to full containerization, cutting costs, speeding deployments, and handling 120 million daily requests, while sharing the practical lessons, challenges, and future goals learned from the journey.

Case StudyCloud NativeDevOps
0 likes · 8 min read
How a Used‑Car Business Achieved 100% Containerization in One Month
Meituan Technology Team
Meituan Technology Team
Nov 28, 2019 · Mobile Development

Containerization Architecture for Meituan Waimai Order Page

Meituan Waimai’s order page adopted a container‑based architecture that isolates over 30 UI modules into dynamically registered Blocks, uses a Root Block context for data distribution and command/event communication, cuts controller code and bundle size, enables parallel development, and unifies Android and iOS implementations via server‑driven configuration.

AndroidDynamic UIMobile Development
0 likes · 20 min read
Containerization Architecture for Meituan Waimai Order Page
ITPUB
ITPUB
Nov 28, 2019 · Operations

How DevOps, CI/CD, and Containerization Became My Thanksgiving Gratitude

In this reflective Thanksgiving post, the author thanks DevOps practices—consistent code delivery, automated CI/CD pipelines, and application containerization—highlighting how they eliminate manual errors, improve accountability across environments, enable scalable infrastructure as code, and foster collaboration, ultimately transforming the software development lifecycle.

DevOpsGitOpsci/cd
0 likes · 7 min read
How DevOps, CI/CD, and Containerization Became My Thanksgiving Gratitude
Product Technology Team
Product Technology Team
Nov 22, 2019 · Operations

How Zhenkunxing Built a Scalable DevOps Platform with Containerization and Microservices

This article explains what DevOps is, outlines Zhenkunxing's DevOps planning and design principles, describes the 3+1 architecture comprising a container cloud platform, microservice platform and development toolchain, and discusses implementation phases, current achievements, and future AI‑enabled DevOps directions.

DevOpsMicroservicesci/cd
0 likes · 15 min read
How Zhenkunxing Built a Scalable DevOps Platform with Containerization and Microservices
Efficient Ops
Efficient Ops
Nov 3, 2019 · Operations

How Beijing Mobile Achieved Tier‑3 DevOps Maturity: A Deep Dive into Continuous Delivery

This article details Beijing Mobile's successful Tier‑3 DevOps standard assessment, showcasing their micro‑service, container‑based performance management system, the role of standards and tooling in boosting efficiency, and insights from a Q&A with senior engineers on implementation challenges and future DevOps prospects.

AIBig DataContinuous Delivery
0 likes · 11 min read
How Beijing Mobile Achieved Tier‑3 DevOps Maturity: A Deep Dive into Continuous Delivery
Tencent Cloud Developer
Tencent Cloud Developer
Oct 28, 2019 · Frontend Development

NGW: Node Gateway Architecture for Serverless Frontend Services

NGW (Node Gateway) is a Node.js‑based frontend access layer that sits between a unified gateway and business services, providing dynamic request routing, Redis‑driven configuration, a Tapable plugin system, and containerized CI/CD to enable serverless BFF/SFF architectures with rapid builds, high reliability, and dramatically reduced deployment effort across multiple Tencent Cloud projects.

BFFDevOpsFrontend Architecture
0 likes · 10 min read
NGW: Node Gateway Architecture for Serverless Frontend Services
macrozheng
macrozheng
Sep 12, 2019 · Cloud Native

Why Docker Beats Virtual Machines: A Complete Beginner’s Guide

This article explains Docker’s lightweight container technology, contrasts it with traditional virtual machines, outlines its core components and architecture, and provides step‑by‑step installation instructions for Windows, macOS, and Linux, empowering developers to streamline environments and deployment.

DockerInstallationLinux
0 likes · 17 min read
Why Docker Beats Virtual Machines: A Complete Beginner’s Guide
Ziru Technology
Ziru Technology
Sep 6, 2019 · Backend Development

How to Build and Deploy PHP Application Images on the Omega Platform

This article guides readers through the architecture, extension types, image construction steps, configuration details, and local debugging procedures for deploying PHP applications as container images on the Omega platform, highlighting best practices and common pitfalls.

DockerImage BuildKubernetes
0 likes · 10 min read
How to Build and Deploy PHP Application Images on the Omega Platform
Programmer DD
Programmer DD
Aug 17, 2019 · Databases

How ICBC Transformed Its Legacy Systems with a MySQL Distributed Architecture

This article details Industrial and Commercial Bank of China's multi‑year journey from a monolithic mainframe‑based DB2 system to a high‑availability, container‑enabled MySQL distributed architecture, covering the challenges, strategic choices, technical stack, implementation phases, performance gains, cost reductions and future directions.

banking ITcontainerizationdatabase migration
0 likes · 20 min read
How ICBC Transformed Its Legacy Systems with a MySQL Distributed Architecture
21CTO
21CTO
Jul 17, 2019 · Cloud Native

What Exactly Is Cloud Native? A Clear Guide to Its Core Concepts and Benefits

Cloud native, a rapidly evolving paradigm, combines containerization, microservices, DevOps, and continuous delivery to build applications that fully leverage cloud elasticity and scalability, and while its definitions vary across organizations and time, the core principles remain DevOps, continuous delivery, microservices, and containers.

Cloud NativeDevOpsMicroservices
0 likes · 11 min read
What Exactly Is Cloud Native? A Clear Guide to Its Core Concepts and Benefits
Java Captain
Java Captain
Jul 13, 2019 · Cloud Native

Comprehensive Docker Guide: Introduction, Installation, Basic Commands, Dockerfile, and Image Publishing

This article provides a detailed overview of Docker, covering its origins, core concepts, advantages, installation steps, configuration of accelerators, essential command‑line usage, container lifecycle management, Dockerfile syntax for custom images, and how to publish images to public and private registries.

DevOpsDockerfileImage Registry
0 likes · 19 min read
Comprehensive Docker Guide: Introduction, Installation, Basic Commands, Dockerfile, and Image Publishing
MaGe Linux Operations
MaGe Linux Operations
Jun 24, 2019 · Operations

Mastering Elegant Dockerfiles: From Basics to Multi‑Stage Builds

This article explains Docker containers and Dockerfiles, compares simple and compact Dockerfile examples, demonstrates single‑file versus multi‑file builds, and shows how multi‑stage builds can dramatically reduce image size while keeping Dockerfiles maintainable and efficient.

DevOpsDockerDockerfile
0 likes · 12 min read
Mastering Elegant Dockerfiles: From Basics to Multi‑Stage Builds
dbaplus Community
dbaplus Community
May 30, 2019 · Cloud Native

Re‑engineering a Legacy Ops Platform with Kubernetes and Docker

Facing scaling and resource‑management limits of a legacy Java‑centric ops platform, a team rebuilt their deployment system from 2018 onward, adopting Docker, Kubernetes, Prometheus, and kube‑router, while ensuring seamless migration for thousands of services and addressing networking, memory, and debugging challenges.

DevOpsDockerKubernetes
0 likes · 15 min read
Re‑engineering a Legacy Ops Platform with Kubernetes and Docker
Tencent Cloud Developer
Tencent Cloud Developer
May 16, 2019 · Game Development

Case Study: Deploying Pandora Marketing Solution on Tencent Cloud Kubernetes for Game Operations

The case study details how Pandora’s marketing solution for Tencent’s games was migrated to a managed Tencent Cloud Kubernetes cluster, compares container‑service, serverless, and self‑built options, outlines the new image‑based deployment workflow, autoscaling, monitoring practices, and demonstrates the operational benefits of tighter dev‑ops collaboration.

Cloud NativeDevOpsGame Marketing
0 likes · 12 min read
Case Study: Deploying Pandora Marketing Solution on Tencent Cloud Kubernetes for Game Operations
Aikesheng Open Source Community
Aikesheng Open Source Community
May 14, 2019 · Databases

Industrial and Commercial Bank of China's IT Architecture Transformation: A MySQL Distributed Enterprise Solution

This article details the Industrial and Commercial Bank of China's migration from traditional OLTP mainframe databases to a large‑scale, high‑availability MySQL distributed architecture, covering challenges, strategic goals, technology selection, implementation phases, performance improvements, and future directions.

Banking IT Transformationcontainerizationdatabase migration
0 likes · 19 min read
Industrial and Commercial Bank of China's IT Architecture Transformation: A MySQL Distributed Enterprise Solution
Fangduoduo Tech
Fangduoduo Tech
Apr 25, 2019 · Cloud Native

Why a Real‑Estate Platform Chose Docker Swarm Over Kubernetes and What We Learned

This article details how Fangduoduo, a leading mobile real‑estate platform, migrated to a Docker Swarm‑based container cloud, covering the reasons for choosing Swarm, architecture design, networking, CI/CD integration, performance optimizations, monitoring, and the operational benefits gained from the transition.

Cloud NativeDevOpsDocker Swarm
0 likes · 17 min read
Why a Real‑Estate Platform Chose Docker Swarm Over Kubernetes and What We Learned
MaGe Linux Operations
MaGe Linux Operations
Apr 21, 2019 · Cloud Native

Why Docker? A Practical Guide to Containers, Dockerfile, and Compose

This article explains why Docker solves traditional development environment problems, compares it with virtual machines, introduces Docker basics, Dockerfile syntax, Docker Compose for multi‑service orchestration, and highlights related CI/CD and cloud‑native benefits, providing useful resources and examples.

DockerDocker ComposeDockerfile
0 likes · 12 min read
Why Docker? A Practical Guide to Containers, Dockerfile, and Compose
21CTO
21CTO
Apr 19, 2019 · Operations

From Junior to Senior Ops Engineer: Master the Skills to Level Up

This guide walks you through the entire career ladder of a senior operations engineer, covering essential Linux, networking, monitoring, container, automation, and security skills, while offering practical advice on job roles, learning paths, and professional growth.

DevOpsOperationscontainerization
0 likes · 13 min read
From Junior to Senior Ops Engineer: Master the Skills to Level Up
ITPUB
ITPUB
Apr 19, 2019 · Operations

How to Level Up from Junior to Senior DevOps Engineer: A Complete Roadmap

This guide outlines the career stages, skill sets, and practical tasks for DevOps engineers—from entry‑level troubleshooting to senior‑level architecture, automation, and performance optimization—providing concrete learning paths, tools, and personal development advice to help engineers advance their operations careers.

AutomationDevOpsLinux
0 likes · 12 min read
How to Level Up from Junior to Senior DevOps Engineer: A Complete Roadmap
DevOps
DevOps
Apr 16, 2019 · Operations

DevOps Trends and Predictions for 2019: Insights from XebiaLabs, G20Group, and Veritis

This article compiles 22 DevOps predictions from XebiaLabs, G20Group, and Veritis, highlighting trends such as continuous integration pipelines, value‑stream mapping, real‑time data mining, shared responsibility culture, self‑service deployment, DevSecOps, AI‑driven automation, containerization, FaaS, and the growing importance of automation and security in software delivery.

AIAutomationDevOps
0 likes · 7 min read
DevOps Trends and Predictions for 2019: Insights from XebiaLabs, G20Group, and Veritis
58 Tech
58 Tech
Apr 15, 2019 · Cloud Native

Insights from the 58 Group Technical Salon: Cloud Platform Architecture Practices by Zhihu and 58

The article summarizes the 58 Group technical salon where Zhihu and 58 teams shared their cloud platform evolution, containerization strategies, multi‑cluster management, network architecture, service discovery, and real‑world case studies, highlighting challenges and solutions for large‑scale Kubernetes deployments.

Multi-Clustercloud-nativecontainerization
0 likes · 12 min read
Insights from the 58 Group Technical Salon: Cloud Platform Architecture Practices by Zhihu and 58
dbaplus Community
dbaplus Community
Apr 11, 2019 · Operations

From Junior to Senior Ops Engineer: A Complete Career Roadmap

This guide outlines a step‑by‑step career roadmap for operations engineers, covering early‑stage tasks, essential Linux and networking skills, intermediate responsibilities like clustering and monitoring, and senior‑level challenges such as large‑scale automation, containerization, performance tuning, and security hardening.

AutomationLinuxOps Engineer
0 likes · 12 min read
From Junior to Senior Ops Engineer: A Complete Career Roadmap
ITPUB
ITPUB
Feb 12, 2019 · Operations

Why Docker Might Be a Dangerous Gamble: Uncovering Its Design Flaws

The article presents a detailed critique of Docker, arguing that despite its marketed benefits of portability, security, and resource management, its design introduces significant complexity, hidden costs, and operational risks that many organizations overlook when adopting it for production workloads.

DockerOperationsSoftware Architecture
0 likes · 29 min read
Why Docker Might Be a Dangerous Gamble: Uncovering Its Design Flaws
Meitu Technology
Meitu Technology
Jan 30, 2019 · Cloud Native

Meitu's Container Platform: Architecture, Network, Load Balancing, Logging, Scheduling, and Autoscaling

Meitu’s container platform, built on Kubernetes with Calico networking, a custom Nginx load‑balancer, unified logging, refined scheduling, autoscaling, and comprehensive monitoring, enables seamless multi‑cluster hybrid‑cloud operations for its hundreds‑of‑millions‑user services while providing CI/CD tooling and future‑ready extensions such as service mesh and edge computing.

Cloud NativeKubernetesScheduling
0 likes · 23 min read
Meitu's Container Platform: Architecture, Network, Load Balancing, Logging, Scheduling, and Autoscaling
MaGe Linux Operations
MaGe Linux Operations
Dec 31, 2018 · Cloud Native

What Is Docker? A Beginner’s Guide to Containers, Benefits, and Commands

This article introduces Docker, explaining its purpose as an open‑source container engine, how it differs from traditional virtual machines, its advantages such as lightweight isolation and portability, its role in microservices, and provides step‑by‑step installation and common command examples for getting started.

ContainersDevOpsDocker
0 likes · 10 min read
What Is Docker? A Beginner’s Guide to Containers, Benefits, and Commands
Ctrip Technology
Ctrip Technology
Dec 26, 2018 · Databases

CTrip’s Large‑Scale Redis Containerization: Architecture, Practices, and Lessons Learned

This article details CTrip’s experience of containerizing a 200 TB+ Redis deployment with millions of queries per second, covering the motivations, architecture, Kubernetes strategies, performance testing, operational challenges, and the practical solutions they devised to achieve high scalability and resource efficiency.

KubernetesResource Managementcontainerization
0 likes · 15 min read
CTrip’s Large‑Scale Redis Containerization: Architecture, Practices, and Lessons Learned
Alibaba Cloud Developer
Alibaba Cloud Developer
Dec 7, 2018 · Databases

How Alibaba Achieved Extreme Database Elasticity with Hybrid Cloud, Containers, and Storage‑Compute Separation

This article explains how Alibaba transformed its database infrastructure through hybrid‑cloud high‑performance ECS, container‑based multi‑instance deployment, and a user‑space storage‑compute separation architecture with RDMA, dramatically improving resource utilization, scaling speed, and cost efficiency for massive traffic spikes.

RDMAStorage Compute Separationcloud-native
0 likes · 15 min read
How Alibaba Achieved Extreme Database Elasticity with Hybrid Cloud, Containers, and Storage‑Compute Separation
AntTech
AntTech
Dec 3, 2018 · Databases

OceanBase 2.0 Technical Overview: Enabling Ant Group’s Double 11 Mega‑Promotion

The article details how OceanBase 2.0’s distributed architecture, containerization, storage‑compute separation, and intelligent OCP platform enabled Ant Group’s 2018 Double 11 promotion to achieve 50 % performance gains, zero‑cost scaling, and seamless support for millions of concurrent payments.

Double 11Intelligent OperationsOceanBase
0 likes · 11 min read
OceanBase 2.0 Technical Overview: Enabling Ant Group’s Double 11 Mega‑Promotion
JD Tech
JD Tech
Nov 29, 2018 · Big Data

JD.com’s Big Data System Upgrade for the 11.11 Shopping Festival: Multi‑Region Scheduler, Intelligent Storage, Containerized Streaming, and Blockchain Traceability

The article details JD.com’s large‑scale big‑data system overhaul before the 11.11 shopping festival, highlighting a multi‑region Hydra Scheduler, intelligent storage policies, full containerization of the streaming platform, enhanced log reporting, and blockchain‑based traceability that together dramatically improve performance, stability, and user experience.

Distributed SchedulingIntelligent StorageSupply Chain
0 likes · 7 min read
JD.com’s Big Data System Upgrade for the 11.11 Shopping Festival: Multi‑Region Scheduler, Intelligent Storage, Containerized Streaming, and Blockchain Traceability
DevOps
DevOps
Nov 20, 2018 · Cloud Native

Containerizing a Legacy Application: Overview and Practical Guide

This article explains what legacy applications are, why containerizing them with Docker simplifies deployment, outlines the benefits, compares alternatives, and provides step‑by‑step instructions—including Dockerfile creation, startup scripts, image publishing, and deployment considerations such as init processes, volume permissions, and database migration.

DeploymentDevOpsDocker
0 likes · 14 min read
Containerizing a Legacy Application: Overview and Practical Guide
Ctrip Technology
Ctrip Technology
Nov 15, 2018 · Operations

Root Cause Analysis of Redis Slowlog Anomalies in Containerized Environments: Kernel TSC Bug on Skylake‑X Platforms

This article details a real‑world investigation of unexpected Redis slowlog latencies after container migration, tracing the issue through slowlog mechanics, contradictory monitoring data, gettimeofday inaccuracies, NTP drift, and ultimately a kernel bug affecting Skylake‑X CPUs, and offers concrete recommendations for reliable time measurement.

Slowlogcontainerizationkernel bug
0 likes · 9 min read
Root Cause Analysis of Redis Slowlog Anomalies in Containerized Environments: Kernel TSC Bug on Skylake‑X Platforms
Alibaba Cloud Native
Alibaba Cloud Native
Nov 7, 2018 · Cloud Native

How Alibaba Cut Double‑11 Transaction Costs to One‑Quarter with Cloud‑Native Architecture

Over a decade of Alibaba's infrastructure evolution—from early stability fixes, through full‑link stress testing and multi‑active deployments, to containerized hybrid‑cloud scheduling—enabled a dramatic reduction of per‑transaction costs to just 25% of the 2015 level for the massive Double 11 sales events.

Cost OptimizationDouble 11Unified Scheduling
0 likes · 11 min read
How Alibaba Cut Double‑11 Transaction Costs to One‑Quarter with Cloud‑Native Architecture
Alibaba Cloud Developer
Alibaba Cloud Developer
Nov 7, 2018 · Cloud Native

How Alibaba Cut Double‑11 Transaction Costs by 75% with Cloud‑Native Architecture

This article chronicles Alibaba's ten‑year evolution of foundational infrastructure—from early stability struggles to mature full‑link testing, then rapid containerization, unified scheduling, and hybrid‑cloud deployment—that slashed the incremental cost of each ten‑thousand‑transaction spike to one‑quarter of its original level.

Cost OptimizationUnified Schedulingcloud-native
0 likes · 10 min read
How Alibaba Cut Double‑11 Transaction Costs by 75% with Cloud‑Native Architecture
Manbang Technology Team
Manbang Technology Team
Oct 12, 2018 · Cloud Native

Case Study: Migrating Manbang Group’s Microservices to Kubernetes

Manbang Group transformed thousands of mixed‑deployed Java microservice instances into Docker containers managed by Kubernetes, addressing resource isolation, manual fault handling, slow rollbacks, and DEV/QA release friction while implementing load balancing, service discovery, high availability, rolling upgrades, auto‑scaling, rapid deployment, and resource limits across a multi‑cluster cloud‑native architecture.

Cloud NativeKubernetesMicroservices
0 likes · 14 min read
Case Study: Migrating Manbang Group’s Microservices to Kubernetes
DevOps
DevOps
Sep 29, 2018 · Operations

Containerizing TFS Continuous Integration and Agent Management with Docker

This article explains how to use Docker to containerize both the TFS continuous‑integration workflow and the TFS build agent, providing step‑by‑step commands for customizing Docker images, configuring agents, and handling authentication, followed by a brief recruitment notice for DevOps engineers.

AgentDevOpsDocker
0 likes · 9 min read
Containerizing TFS Continuous Integration and Agent Management with Docker
Youzan Coder
Youzan Coder
Sep 28, 2018 · Industry Insights

How Youzan Scaled Development with Containerization: Challenges and Solutions

This article examines Youzan's journey to containerize its development and testing environments using Kubernetes and Docker, detailing the motivations, architectural decisions, network and isolation challenges, image integration, logging, load balancing, debugging, and the ongoing rollout to standard production environments.

DevOpsDockerEnvironment provisioning
0 likes · 12 min read
How Youzan Scaled Development with Containerization: Challenges and Solutions
Alibaba Cloud Developer
Alibaba Cloud Developer
Sep 26, 2018 · Cloud Native

How Alibaba Achieved 100% Containerization with PouchContainer – A Deep Dive

This article chronicles Alibaba's eight‑year journey from monolithic applications to a fully containerized, image‑based infrastructure, detailing the evolution of PouchContainer, its technical architecture, large‑scale deployment, Docker compatibility, and the operational practices that enabled seamless migration across the group.

AlibabaCloud NativeDocker Compatibility
0 likes · 22 min read
How Alibaba Achieved 100% Containerization with PouchContainer – A Deep Dive
Architects' Tech Alliance
Architects' Tech Alliance
Jul 15, 2018 · Industry Insights

Why Microservices and Docker Are Replacing Monolithic SOA: An In‑Depth Look

The article traces the evolution from early Service‑Oriented Architecture and monolithic applications to modern microservice architectures, highlighting their limitations, the rise of containers and Docker, and how these technologies enable scalable, language‑agnostic, and cloud‑native deployments for complex systems such as e‑commerce platforms.

Cloud NativeDockerMicroservices
0 likes · 11 min read
Why Microservices and Docker Are Replacing Monolithic SOA: An In‑Depth Look
Tencent Cloud Developer
Tencent Cloud Developer
Jul 12, 2018 · Cloud Native

TencentHub Technical Architecture and DevOps Implementation Overview

TencentHub is a unified storage and DevOps platform that combines Docker images, Helm charts, and binary artifacts, using a Kubernetes‑based architecture with a Registry layer, COS‑backed storage engine, JWT token authentication, built‑in vulnerability scanning, and a YAML‑driven, containerized workflow engine for automated, scalable software delivery.

Cloud NativeDevOpsDocker Registry
0 likes · 23 min read
TencentHub Technical Architecture and DevOps Implementation Overview
MaGe Linux Operations
MaGe Linux Operations
Jun 22, 2018 · Cloud Native

Master Docker in 2 Hours: From Basics to Building and Pushing Images

Within two hours, this guide walks you through Docker fundamentals, explains how containers differ from virtual machines, shows installation on Windows and Ubuntu, details Docker’s architecture, image layering, and provides a hands‑on walkthrough of pulling, running, building, and pushing images to Docker Hub.

cloud-nativecontainerization
0 likes · 11 min read
Master Docker in 2 Hours: From Basics to Building and Pushing Images
ITPUB
ITPUB
Jun 8, 2018 · Operations

Run Docker Inside WSL on Windows: A Complete Step‑by‑Step Guide

This guide explains why developers need a Linux‑like environment on Windows, outlines Docker’s client‑daemon architecture, and provides detailed prerequisites and configuration steps to enable Docker commands inside WSL, including persistent environment variables and driver sharing.

containerization
0 likes · 6 min read
Run Docker Inside WSL on Windows: A Complete Step‑by‑Step Guide
Full-Stack Internet Architecture
Full-Stack Internet Architecture
May 29, 2018 · Backend Development

Microservices Architecture: Principles, Benefits, Drawbacks, and Governance

This article explains microservices architecture, contrasting it with monolithic systems, outlines its core characteristics, communication patterns, advantages, disadvantages, design considerations, API importance, governance practices, fault‑tolerance strategies, container integration, and real‑world examples such as Netflix and Twitter.

MicroservicesScalabilityapi-design
0 likes · 17 min read
Microservices Architecture: Principles, Benefits, Drawbacks, and Governance
MaGe Linux Operations
MaGe Linux Operations
May 1, 2018 · Operations

Why Docker? A Practical Guide to Containerizing Development Environments

This article explains why Docker solves traditional development environment problems by offering lightweight, fast-start containers, automated image builds with Dockerfiles, and orchestration via Docker Compose, while also covering basic commands, best practices, and its role in CI/CD and cloud-native workflows.

DevOpsDockerDocker Compose
0 likes · 12 min read
Why Docker? A Practical Guide to Containerizing Development Environments
Alibaba Cloud Native
Alibaba Cloud Native
Apr 19, 2018 · Cloud Native

Inside Alibaba’s Double‑11 Scaling: Unified Scheduler, Mixed‑Deployment & Cloud‑Native Architecture

Alibaba’s nine‑year Double‑11 evolution grew transaction volume 280‑fold, prompting a unified scheduling system (Sigma), mixed‑deployment of online and offline tasks via Sigma and Fuxi, and a cloud‑native architecture that leverages PouchContainer, resource isolation, and dynamic scaling to cut IT costs and boost resource utilization.

PouchContainerSchedulerSigma
0 likes · 13 min read
Inside Alibaba’s Double‑11 Scaling: Unified Scheduler, Mixed‑Deployment & Cloud‑Native Architecture
System Architect Go
System Architect Go
Apr 16, 2018 · Cloud Native

Fundamental Docker Concepts and Common Commands

This article introduces Docker's core concepts—including images, containers, registries, volumes, and essential commands such as build, push, pull, run, save, load, export, and import—to help developers achieve consistent, isolated, and rapid deployment across environments.

Cloud NativeDeploymentDocker
0 likes · 4 min read
Fundamental Docker Concepts and Common Commands
21CTO
21CTO
Mar 5, 2018 · Cloud Native

How Docker Transforms DevOps: Solving the Multi‑Level Container Challenge

This article explains Docker’s role in modern IT by outlining the challenges faced by companies, comparing VMs and containers, describing Docker’s architecture, and showing how containerization streamlines DevOps workflows and isolates developer and administrator concerns.

Cloud NativeDevOpsDocker
0 likes · 5 min read
How Docker Transforms DevOps: Solving the Multi‑Level Container Challenge
dbaplus Community
dbaplus Community
Jan 25, 2018 · Cloud Native

How to Build a Lightweight Private Cloud with Docker and Ansible

This article explains the challenges of lightweight private‑cloud deployment, classifies distributed‑system types, and presents a practical solution that combines a standard OS layer, Docker containerization, and Ansible automation, illustrated with a real‑world RabbitMQ cluster example and supporting GitHub resources.

AnsibleDeploymentDocker
0 likes · 18 min read
How to Build a Lightweight Private Cloud with Docker and Ansible
MaGe Linux Operations
MaGe Linux Operations
Dec 23, 2017 · Operations

2017 Ops Tech Landscape: From Microservices to Intelligent Automation

This article surveys the evolution of operations technology, covering microservices, SRE, DevOps, containerization, orchestration, automation, intelligent monitoring, infrastructure, database and big‑data ops, as well as security, game and fintech operational challenges, highlighting current trends and future directions for 2017.

DevOpsMicroservicesOperations
0 likes · 14 min read
2017 Ops Tech Landscape: From Microservices to Intelligent Automation
Alibaba Cloud Developer
Alibaba Cloud Developer
Dec 22, 2017 · Cloud Computing

How Alibaba Scaled Double 11: Inside the Cloud Architecture Evolution

Over nine years, Alibaba transformed its Double 11 e‑commerce platform from a centralized system to a highly elastic, cloud‑native architecture, employing distributed design, multi‑active regions, unified scheduling, containerization with Pouch, and hybrid deployment to dramatically cut costs and boost peak throughput.

Alibabacontainerizationresource scheduling
0 likes · 19 min read
How Alibaba Scaled Double 11: Inside the Cloud Architecture Evolution
DevOpsClub
DevOpsClub
Dec 13, 2017 · Operations

Jenkins Pipelines 2.0: Boosting DevOps and Continuous Delivery in China

At the inaugural Jenkins User Conference in China, experts presented a comprehensive survey of domestic DevOps and continuous delivery practices, revealing high adoption of Jenkins pipelines, the correlation between deployment frequency and success, and detailed strategies for implementing end‑to‑end pipeline 2.0 with containerization and tool integration.

DevOpsJenkinsPipeline
0 likes · 19 min read
Jenkins Pipelines 2.0: Boosting DevOps and Continuous Delivery in China
Alibaba Cloud Developer
Alibaba Cloud Developer
Jun 18, 2017 · Mobile Development

Inside Alibaba’s Android Salon: Atlas Framework, Android O Insights & Future Trends

On June 17 in Hangzhou, Alibaba partnered with Huawei and the Android Green Alliance to host an Android developer salon where experts presented the Atlas containerization framework, discussed Android O features, Kotlin adoption, AR/VR and AI impacts, and explored future trends and green, secure mobile app standards.

AndroidAndroid OAtlas
0 likes · 6 min read
Inside Alibaba’s Android Salon: Atlas Framework, Android O Insights & Future Trends
360 Quality & Efficiency
360 Quality & Efficiency
Jun 12, 2017 · Operations

Using Docker to Solve Testing Environment Challenges

The article explains how Docker, as a lightweight container engine, can address common testing environment problems such as data and environment isolation, bug reproducibility, and resource overhead by enabling easy image building, data separation, scalable services, and streamlined CI/CD workflows.

DockerEnvironmentcontainerization
0 likes · 4 min read
Using Docker to Solve Testing Environment Challenges
转转QA
转转QA
May 17, 2017 · Cloud Native

Building and Sharing a Docker Image for mysqldiff on CentOS

This guide explains how to resolve database schema differences by creating a Docker image that packages mysqldiff on CentOS, detailing installation, image creation via both docker commit and Dockerfile, and publishing the image to Docker Hub for easy reuse.

CentOSDockercontainerization
0 likes · 7 min read
Building and Sharing a Docker Image for mysqldiff on CentOS
Node Underground
Node Underground
May 12, 2017 · Cloud Native

How Joyent’s Autopilot Pattern Revolutionizes Container Deployment and Scaling

With containers becoming mainstream, Joyent introduced the Autopilot pattern—a one‑click deployment and real‑time scaling solution that leverages container orchestration, service discovery, automatic configuration refresh, and health checks, enabling seamless CI/CD integration and cloud‑agnostic application management.

Autopilot PatternDeployment AutomationDevOps
0 likes · 2 min read
How Joyent’s Autopilot Pattern Revolutionizes Container Deployment and Scaling
21CTO
21CTO
May 10, 2017 · Backend Development

How We Built a Scalable, Low‑Latency Ranking System for Millions of Users

This article describes the challenges and solutions behind designing a high‑availability, low‑latency ranking service that supports tens of thousands of leaderboards, optimizes storage engine choices, automates scheduling, and isolates resources using ZooKeeper, Redis, and container‑based deployments across multiple data centers.

Low latencyZooKeepercontainerization
0 likes · 17 min read
How We Built a Scalable, Low‑Latency Ranking System for Millions of Users