Tagged articles
446 articles
Page 5 of 5
DevOps
DevOps
Apr 10, 2017 · Cloud Native

Applying Docker and Kubernetes to Build Scalable, Automated Test Environments

The talk outlines how Docker and Kubernetes were adopted to streamline test environment provisioning, address challenges like environment inconsistency and resource scarcity, and enable automated, standardized, and scalable testing infrastructure through containerization, networking, storage, and cluster management techniques.

Cluster ManagementDevOpsDocker
0 likes · 19 min read
Applying Docker and Kubernetes to Build Scalable, Automated Test Environments
Efficient Ops
Efficient Ops
Apr 9, 2017 · Cloud Native

How Ctrip Achieved Seconds‑Level Scaling with a Container Cloud

Ctrip built a private container cloud to handle massive seasonal traffic spikes, enabling rapid, automated scaling and shrinking of resources, improving deployment speed, resource utilization, and operational intelligence across more than 20 business units.

Ctripcloud-nativecontainerization
0 likes · 16 min read
How Ctrip Achieved Seconds‑Level Scaling with a Container Cloud
Qunar Tech Salon
Qunar Tech Salon
Mar 23, 2017 · Cloud Native

Ctrip Container Cloud: Architecture, Scaling, and Operational Practices

The article details Ctrip's rapid business growth driving the need for elastic scaling, the adoption of container technology to achieve second‑level provisioning, the design of their container cloud platform—including deployment principles, network choices, orchestration evaluations, monitoring solutions, and the CDOS overview—providing practical insights for large‑scale cloud‑native operations.

DevOpsOrchestrationcloud-native
0 likes · 16 min read
Ctrip Container Cloud: Architecture, Scaling, and Operational Practices
High Availability Architecture
High Availability Architecture
Mar 7, 2017 · Cloud Native

Tencent Games’ 3‑Year Journey of Kubernetes Adoption and Optimization for Large‑Scale Online Gaming

This article details how Tencent Games built, customized, and continuously optimized a Kubernetes‑based container platform over three years to support tens of thousands of game containers, covering deployment modes, scheduler enhancements, network solutions, resource quotas, monitoring, storage, and the transition to micro‑service architectures.

Cloud NativeKubernetesMicroservices
0 likes · 19 min read
Tencent Games’ 3‑Year Journey of Kubernetes Adoption and Optimization for Large‑Scale Online Gaming
DevOps
DevOps
Jan 19, 2017 · Cloud Native

Debugging .NET Core Applications in Docker with Visual Studio

This article explains how to set up a Docker‑based development and debugging environment for .NET Core applications using Visual Studio, covering installation of Docker for Windows, required extensions, Dockerfile and docker‑compose configuration, and step‑by‑step container debugging on Azure.

.NET CoreAzureDevOps
0 likes · 7 min read
Debugging .NET Core Applications in Docker with Visual Studio
dbaplus Community
dbaplus Community
Jan 3, 2017 · Cloud Native

How JD Built and Scaled Its First‑Generation Container Engine (JDOS) from Zero to 150k Containers

This article chronicles JD.com's journey from early OpenStack experiments in 2013 to the development, large‑scale deployment, and evolution of its first‑generation container engine (JDOS), highlighting architectural choices, performance challenges, operational practices, and the open‑source projects that emerged from the experience.

Cloud NativeKubernetesLarge‑Scale Deployment
0 likes · 16 min read
How JD Built and Scaled Its First‑Generation Container Engine (JDOS) from Zero to 150k Containers
DevOps
DevOps
Dec 14, 2016 · Cloud Native

Step-by-Step Guide to Building a Mesos + Marathon Cluster on macOS with Docker

This article walks through installing a Mesos‑based distributed scheduling platform on macOS using Docker containers, covering custom image creation, registry configuration, Docker‑VM quirks, environment‑variable setup for Zookeeper, Mesos master and slaves, Marathon deployment, and practical tips for accessing containers via socat, Portainer, chroot, and nsenter.

Cloud NativeDevOpsDocker
0 likes · 16 min read
Step-by-Step Guide to Building a Mesos + Marathon Cluster on macOS with Docker
Baidu Intelligent Testing
Baidu Intelligent Testing
Dec 1, 2016 · Cloud Native

Docker-Based Continuous Delivery Practice: The EMC Containerized Delivery System

This article presents a comprehensive case study of the EMC containerized delivery platform, detailing how Docker, Kubernetes, and automated image building are leveraged to achieve continuous delivery for a large‑scale microservices project, and discusses the system’s architecture, image standardization, environment governance, and future enhancements.

Continuous DeliveryDockerKubernetes
0 likes · 9 min read
Docker-Based Continuous Delivery Practice: The EMC Containerized Delivery System
GF Securities FinTech
GF Securities FinTech
Nov 9, 2016 · Cloud Native

Why Containerization Is the Real Game‑Changer for Modern Enterprise IT

The article examines how containerization, micro‑services, and cloud‑native patterns have reshaped software architecture, challenged traditional IOE stacks, and forced enterprises to rethink organization, tooling, and development practices to stay competitive in an accelerating technological landscape.

MicroservicesSoftware Architecturecloud-native
0 likes · 40 min read
Why Containerization Is the Real Game‑Changer for Modern Enterprise IT
Java High-Performance Architecture
Java High-Performance Architecture
Nov 3, 2016 · Databases

How Uber Scaled 4,000 MySQL Instances with Docker: The Schemadock Architecture

Uber tackled the challenge of managing over 1,000 MySQL clusters by designing Schemadock, a Docker‑based solution that runs stateless MySQL containers, uses configuration‑driven topologies, and employs agents for automated deployment, monitoring, and centralized control, enabling multi‑database hosts, full automation, and unified management.

AutomationDatabase ManagementDocker
0 likes · 9 min read
How Uber Scaled 4,000 MySQL Instances with Docker: The Schemadock Architecture
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Oct 27, 2016 · Cloud Native

Why Software Must Evolve: From Monolithic to Microservices and Beyond

This article explores how software development has transformed over the past decade, highlighting the shift from monolithic architectures to service‑oriented, containerized, and microservice models, and explains why improving developer efficiency and experience is the core driver of this evolution.

MicroservicesSoftware Architecturecontainerization
0 likes · 9 min read
Why Software Must Evolve: From Monolithic to Microservices and Beyond
DevOps
DevOps
Sep 29, 2016 · Cloud Native

Building a Container‑Based CI/CD Pipeline with VSTS/TFS for ASP.NET Core

This article explains how to use Microsoft Visual Studio Team Services/Team Foundation Server together with Docker to create a full‑stack, container‑based CI/CD pipeline for ASP.NET Core applications, covering environment setup, build agents, Docker host connections, and release strategies for test and production.

ASP.NET CoreDevOpsDocker
0 likes · 8 min read
Building a Container‑Based CI/CD Pipeline with VSTS/TFS for ASP.NET Core
Node Underground
Node Underground
Sep 27, 2016 · Operations

8 Essential Tips for Securely Dockerizing Node.js Applications

This article outlines eight crucial best‑practice recommendations—such as creating a non‑root user, enabling user namespace mapping, caching node_modules, properly launching the main process, tagging images, managing processes externally, using production‑grade base images, and synchronizing system time—to securely containerize Node.js applications with Docker.

DevOpsDockerNode.js
0 likes · 2 min read
8 Essential Tips for Securely Dockerizing Node.js Applications
Architects Research Society
Architects Research Society
Sep 25, 2016 · Cloud Native

Containerizing OpenStack: Technical Implementation, Benefits, and Operational Insights

The article examines how containerizing OpenStack—through Docker images, orchestration tools, and projects like Kolla—offers streamlined upgrades, flexible scaling, reduced configuration complexity, OS‑agnostic deployment, faster testing, high‑availability solutions, and innovative development cycles, highlighting both technical implementations and operational benefits.

DeploymentKollaOpenStack
0 likes · 11 min read
Containerizing OpenStack: Technical Implementation, Benefits, and Operational Insights
GF Securities FinTech
GF Securities FinTech
Sep 7, 2016 · Cloud Native

Containerizing High‑Frequency Trading: Building Resilient Cloud‑Native Systems

Facing massive transaction volumes and stringent regulatory demands, GF Securities re‑engineered its legacy monolithic trading platform using container and micro‑service technologies, adopting cloud‑native principles to achieve high reliability, low latency, auto‑scaling, and proactive, business‑level monitoring for a resilient, anti‑fragile system.

MicroservicesTrading Systemscontainerization
0 likes · 15 min read
Containerizing High‑Frequency Trading: Building Resilient Cloud‑Native Systems
High Availability Architecture
High Availability Architecture
Aug 2, 2016 · Cloud Native

Benefits and Challenges of Containerizing OpenStack

The article explains the growing trend of containerizing OpenStack, describes how projects like Kolla achieve this, and outlines the advantages such as easier upgrades, greater flexibility, simplified configuration management, reduced OS vendor lock‑in, faster deployment, and improved monitoring and innovation.

Cloud NativeDockerKolla
0 likes · 11 min read
Benefits and Challenges of Containerizing OpenStack
MaGe Linux Operations
MaGe Linux Operations
Jul 23, 2016 · Cloud Native

Unlock Docker: Core Concepts, Architecture, and Practical Commands

This article provides a comprehensive overview of Docker, covering its definition, client‑server architecture, differences from traditional virtual machines, key advantages, essential terminology, installation steps, repository and image concepts, common Docker commands, Dockerfile instructions, container management, and volume handling, all illustrated with diagrams and code examples.

Cloud NativeDevOpsDocker
0 likes · 20 min read
Unlock Docker: Core Concepts, Architecture, and Practical Commands
ITPUB
ITPUB
Jul 20, 2016 · Databases

Dockerizing MongoDB: Overcoming Deployment Pain Points with a Custom Container Orchestration

This article details the challenges of deploying traditional MongoDB clusters on physical servers and explains how the authors containerized MongoDB using a custom Docker orchestration system, covering architecture, initialization, resource isolation, automated deployment, monitoring, logging, storage, networking, scheduling, and practical pitfalls such as image caching and graceful shutdown.

Database DeploymentMongoDBOrchestration
0 likes · 23 min read
Dockerizing MongoDB: Overcoming Deployment Pain Points with a Custom Container Orchestration
Qunar Tech Salon
Qunar Tech Salon
Jul 1, 2016 · Operations

Optimizing Jenkins CI/CD Architecture with Docker and Container Orchestration

The article explains Jenkins' single‑node and master‑slave deployment models, outlines the scalability and resource challenges of traditional setups, and proposes replacing test machines with Docker containers managed by Kubernetes or Swarm to improve efficiency, maintainability, and resource utilization.

DockerJenkinsKubernetes
0 likes · 7 min read
Optimizing Jenkins CI/CD Architecture with Docker and Container Orchestration
Efficient Ops
Efficient Ops
May 19, 2016 · Operations

How Docker Powers the Three Ways of DevOps: Speed, Feedback, and Learning

This article explains how Docker supports the three DevOps principles—system thinking, rapid feedback loops, and a culture of continuous experimentation—by accelerating development, reducing variation, and improving visibility across the software delivery pipeline.

Continuous DeliveryDevOpsDocker
0 likes · 14 min read
How Docker Powers the Three Ways of DevOps: Speed, Feedback, and Learning
21CTO
21CTO
Apr 30, 2016 · Cloud Computing

How Cloud Computing Evolved from Grid Computing to a Public Resource

This article traces cloud computing’s history from early grid and parallel computing concepts, through the rise of service-oriented models and virtualization, to today’s cloud‑native architectures, highlighting its transformation into a fine‑grained, on‑demand public resource.

Cloud NativeMicroservicescloud computing
0 likes · 12 min read
How Cloud Computing Evolved from Grid Computing to a Public Resource
21CTO
21CTO
Mar 23, 2016 · Mobile Development

How to Build a Scalable Mobile E‑Commerce Architecture from Scratch

Learn a comprehensive framework for rapidly constructing a high‑scalability mobile e‑commerce system, covering hybrid app architecture, SOA backend design, container‑based virtualization, private‑cloud deployment, and practical strategies for handling massive traffic spikes during major sales events.

Hybrid AppSOAcontainerization
0 likes · 18 min read
How to Build a Scalable Mobile E‑Commerce Architecture from Scratch
MaGe Linux Operations
MaGe Linux Operations
Mar 10, 2016 · Cloud Native

Docker in the Real World: Lessons, Pitfalls, and the Quest for a Perfect Container Architecture

After experimenting with Docker to isolate PHP‑FPM and Nginx services, a small startup shares the challenges they faced—from link networking quirks and service discovery with Consul, to CI image builds, log handling, monitoring, and the hidden costs of container restarts—offering practical insights for anyone adopting containerization.

ConsulNginxPHP
0 likes · 8 min read
Docker in the Real World: Lessons, Pitfalls, and the Quest for a Perfect Container Architecture
Node Underground
Node Underground
Jan 19, 2016 · Operations

Why Front‑End Developers Should Care About Docker: A Beginner’s Guide

This article explains how Docker’s build‑ship‑run model bridges front‑end development and containerization, covering Docker’s history, core concepts, a sample Dockerfile for a Node.js app, and practical scenarios where Docker improves environment consistency, resource efficiency, and scalability.

DevOpsDockerOperations
0 likes · 11 min read
Why Front‑End Developers Should Care About Docker: A Beginner’s Guide
MaGe Linux Operations
MaGe Linux Operations
Dec 8, 2015 · Cloud Native

Master Dockerfile: Build Custom Images Step‑by‑Step

This tutorial explains Dockerfile fundamentals, key instructions, how to build images with docker build, and provides a complete example of creating an SSHD server image, covering syntax, best practices, and container execution details.

DevOpsDockerfileImage Build
0 likes · 11 min read
Master Dockerfile: Build Custom Images Step‑by‑Step
Architect
Architect
Dec 4, 2015 · Operations

Evolution of Qiniu Cloud Data Processing Architecture

The article explains how Qiniu's data processing platform has evolved from a simple real‑time URL‑based model to a more complex architecture featuring separate caching, agent services, discover monitoring, and container‑based elastic scaling to handle massive unstructured data workloads.

Real-time Processingcloud architecturecontainerization
0 likes · 9 min read
Evolution of Qiniu Cloud Data Processing Architecture
Architect
Architect
Sep 2, 2015 · Operations

Using Docker to Build a Continuous Delivery Pipeline: A Practical Case Study

This article describes how Docker was employed in a real-world logistics portal project to create a continuous delivery pipeline, integrate Jenkins for CI, standardize container images, automate deployments, and overcome resource constraints, illustrating practical DevOps practices for enterprises.

Continuous DeliveryDockerJenkins
0 likes · 17 min read
Using Docker to Build a Continuous Delivery Pipeline: A Practical Case Study
MaGe Linux Operations
MaGe Linux Operations
Jul 30, 2015 · Cloud Native

Essential Docker Tips for Developers: Boost Efficiency and Security

This article shares practical Docker tips covering CLI enhancements, Dockerfile best practices, networking, volume management, and security measures, helping developers who already know the basics to improve container workflows, reduce image size, and secure their Docker deployments.

CLIDevOpsDockerfile
0 likes · 11 min read
Essential Docker Tips for Developers: Boost Efficiency and Security
Efficient Ops
Efficient Ops
Jul 22, 2015 · Operations

Why Docker Is the Secret Weapon for Microservices Success

This article explains how Docker bridges the gap between microservices and operations by standardizing packaging, simplifying multi‑language integration, enabling automated testing and continuous delivery, and reducing the complexity of system evolution and deployment.

MicroservicesOperationsci/cd
0 likes · 16 min read
Why Docker Is the Secret Weapon for Microservices Success
Efficient Ops
Efficient Ops
Jul 11, 2015 · Operations

Master Docker Middleware: Build PHP-FPM and MySQL Images Step‑by‑Step

This article walks you through preparing Docker, building a csphere/php-fpm:5.4 image with custom configuration files, creating a csphere/mysql:5.5 image, using ONBUILD, managing volumes, and running containers to demonstrate persistent data across container lifecycles.

DevOpsDockerfilecontainerization
0 likes · 11 min read
Master Docker Middleware: Build PHP-FPM and MySQL Images Step‑by‑Step
MaGe Linux Operations
MaGe Linux Operations
Jul 8, 2015 · Cloud Native

How Docker Supercharges Continuous Delivery in Real‑World Projects

This article details a practical case study of using Docker to build a continuous delivery pipeline for a logistics‑industry portal, covering project background, challenges, Docker‑based CI integration, automated deployment strategies, image layering, role‑based scripts, and a private registry setup.

Continuous DeliveryDevOpsci/cd
0 likes · 19 min read
How Docker Supercharges Continuous Delivery in Real‑World Projects
Efficient Ops
Efficient Ops
Jun 14, 2015 · Operations

Why Docker Is the Key to Overcoming Multi‑Stack Operations Bottlenecks

This article examines how the rise of diverse technology stacks creates operational bottlenecks and explains why Docker’s container approach offers a flexible, distribution‑agnostic solution that lets teams adopt the right tools without sacrificing productivity, ultimately turning the “one‑hammer” dilemma into a modular, cloud‑native workflow.

DevOpsOperationsTechnology Stack
0 likes · 14 min read
Why Docker Is the Key to Overcoming Multi‑Stack Operations Bottlenecks
Efficient Ops
Efficient Ops
Jun 11, 2015 · Cloud Native

How Docker Unites Development, Testing, and Operations

This article explores how Docker, as a container virtualization technology, addresses core challenges across software development, testing, and operations by standardizing environments, accelerating deployment, and enabling flexible, non‑intrusive workflows, ultimately bridging traditional silos and promoting efficient, collaborative DevOps practices.

DevOpscontainerizationcontinuous integration
0 likes · 8 min read
How Docker Unites Development, Testing, and Operations
Meituan Technology Team
Meituan Technology Team
Mar 10, 2015 · Operations

Meituan Automated Build System: Docker‑Based CI/CD

Meituan’s new Docker‑based automated build system isolates each build in lightweight containers, using YAML‑defined images to compile code, preprocess assets, and package artifacts, which speeds builds, eliminates environment conflicts, and delivers pre‑built packages for faster, more reliable releases across the platform.

Automated BuildDockerMeituan
0 likes · 7 min read
Meituan Automated Build System: Docker‑Based CI/CD
Qunar Tech Salon
Qunar Tech Salon
Dec 16, 2014 · Cloud Native

Shopify’s Docker Container Strategy and Best Practices

The article explains how Shopify, a large Ruby on Rails‑based e‑commerce platform, adopts thin Docker containers with custom init processes, naming conventions, health checks, and a private registry to improve deployment efficiency, debugging, and resource utilization across its massive infrastructure.

Cloud NativeDevOpsShopify
0 likes · 5 min read
Shopify’s Docker Container Strategy and Best Practices
MaGe Linux Operations
MaGe Linux Operations
Sep 24, 2014 · Operations

Docker vs Vagrant: When to Choose Containers Over Virtual Machines

This article compares Docker and Vagrant, outlining their distinct use cases, strengths, and limitations, and explains why Vagrant is better for managing virtual machines while Docker excels at rapid application development and deployment in containerized environments.

VagrantVirtualizationcontainerization
0 likes · 9 min read
Docker vs Vagrant: When to Choose Containers Over Virtual Machines
Baidu Tech Salon
Baidu Tech Salon
Jun 11, 2014 · Cloud Computing

Google's Vision for Unified Cloud Computing Using Docker

Google is developing Docker‑based containers to let software run unchanged across any cloud platform, aiming to eliminate current fragmentation, simplify development, and treat the entire Internet as a single computer, though compatibility hurdles and developer adoption still pose significant challenges.

DockerGooglecloud computing
0 likes · 5 min read
Google's Vision for Unified Cloud Computing Using Docker