Tagged articles
2367 articles
Page 24 of 24
Architect
Architect
May 16, 2016 · Operations

Centralized Log Collection for Distributed Docker Services Using Flume and Kafka

This article presents a practical architecture for centrally collecting dispersed logs from Docker‑based services in a distributed environment by leveraging Flume NG as a non‑intrusive log agent, Kafka as a high‑throughput message bus, and custom sinks to partition logs by service, module, and day.

Distributed SystemsDockerKafka
0 likes · 15 min read
Centralized Log Collection for Distributed Docker Services Using Flume and Kafka
Efficient Ops
Efficient Ops
May 5, 2016 · Operations

Why Docker Daemon Is a Minefield: Lessons from a Former Google SRE

In this talk, a former Google SRE shares his experiences moving from massive YouTube growth to Google Cloud operations and later to a Chinese startup, exposing the hidden pitfalls of Docker daemon, image management, container runtimes, and practical DevOps strategies for building, packaging, and running services.

DevOpsDockerOCI
0 likes · 17 min read
Why Docker Daemon Is a Minefield: Lessons from a Former Google SRE
Efficient Ops
Efficient Ops
Apr 12, 2016 · Operations

From PHP Coder to DevOps Leader: Tencent CDN & Game Data Ops Insights

This article chronicles Liu Tiansi’s 13‑year journey from a PHP/Java developer to a senior operations engineer at Tencent, detailing his open‑source contributions, large‑scale CDN management, massive game data pipelines, DevOps practices, and practical lessons for building reliable, automated infrastructure.

CDNDevOpsDocker
0 likes · 17 min read
From PHP Coder to DevOps Leader: Tencent CDN & Game Data Ops Insights
Architecture Digest
Architecture Digest
Apr 11, 2016 · Backend Development

Microservices in Practice: Concepts, Design, Integration, and Deployment

This article explains the fundamentals of microservices architecture, contrasting it with monolithic and SOA approaches, and details design principles, messaging patterns, integration styles, data decentralization, governance, service discovery, deployment with Docker and Kubernetes, security, transaction handling, and fault‑tolerance techniques.

DockerKubernetesMicroservices
0 likes · 20 min read
Microservices in Practice: Concepts, Design, Integration, and Deployment
Architects' Tech Alliance
Architects' Tech Alliance
Apr 10, 2016 · Cloud Native

Why Docker Became the Core of Modern Cloud‑Native Computing

Docker, built on Linux container technologies, offers a portable, cross‑platform runtime environment and a rich ecosystem—including image registries, orchestration tools, and cloud integrations—that simplifies development, deployment, and management of distributed applications, while providing resource isolation, high utilization, and DevOps automation.

Cloud NativeContainersDevOps
0 likes · 8 min read
Why Docker Became the Core of Modern Cloud‑Native Computing
MaGe Linux Operations
MaGe Linux Operations
Apr 9, 2016 · Cloud Native

The Real Challenge of Microservices: Service Splitting and Building a Cloud‑Native Platform

The article explores the multiple demands on internet systems, explains why business service granularity is the biggest obstacle to microservice adoption, and shares practical insights on designing a cloud‑native platform with Docker, Kubernetes, unified monitoring, API governance, and multi‑tenant resource isolation.

DockerKubernetesMicroservices
0 likes · 10 min read
The Real Challenge of Microservices: Service Splitting and Building a Cloud‑Native Platform
Meituan Technology Team
Meituan Technology Team
Apr 8, 2016 · Frontend Development

Boosting Frontend Efficiency: Meituan’s Node.js, React, and Engineering Automation Insights

The Meituan‑Dianping tech salon recap reveals how their frontend teams leverage Node.js for high‑traffic services, Docker‑based builds, a custom monitoring tool, a React‑powered H5 publishing platform, modern engineering scaffolds, and the Vane API integration system to dramatically improve development speed and reduce costs.

DockerNode.jsReact
0 likes · 8 min read
Boosting Frontend Efficiency: Meituan’s Node.js, React, and Engineering Automation Insights
DevOps
DevOps
Apr 1, 2016 · Cloud Computing

Microsoft’s Linux Compatibility Layer and Its Impact on Docker and Cloud Computing

The article analyzes Microsoft’s introduction of a Linux‑compatible subsystem in Windows, explaining its technical architecture, performance advantages over emulation, and how it paves the way for Docker containers on Windows Server, thereby influencing cloud‑computing and DevOps strategies.

DockerMicrosoftWSL
0 likes · 7 min read
Microsoft’s Linux Compatibility Layer and Its Impact on Docker and Cloud Computing
High Availability Architecture
High Availability Architecture
Mar 18, 2016 · Backend Development

High‑Availability Architecture of Upyun Image Processing Service

The article details Upyun's high‑availability image processing architecture, covering workload‑aware system design, custom GmServer implementation, task scheduling, current strengths and limitations, and future directions such as a ServiceServer‑based queue and Docker‑driven dynamic scaling.

Backend ArchitectureCloud ServicesDocker
0 likes · 15 min read
High‑Availability Architecture of Upyun Image Processing Service
Architecture Digest
Architecture Digest
Mar 17, 2016 · Backend Development

Cookpad’s Microservices Experience: Service Granularity, Integration, and Deployment Practices

This article shares Cookpad’s practical experience with microservices, covering service granularity, RESTful integration, parallel processing, fault tolerance, testing strategies, logging, Docker‑based deployment pipelines, and company‑wide support mechanisms that together improve development speed and reliability.

DockerMicroservicesPact
0 likes · 12 min read
Cookpad’s Microservices Experience: Service Granularity, Integration, and Deployment Practices
Architecture Digest
Architecture Digest
Mar 5, 2016 · Operations

Dianping Operations Architecture Overview and Best Practices

This article presents a comprehensive overview of Dianping's operations architecture, detailing team organization, multi‑data‑center infrastructure, monitoring layers, automation tools, configuration management systems, incident analysis, lessons learned, and future directions such as Docker and PaaS adoption.

AutomationDevOpsDocker
0 likes · 16 min read
Dianping Operations Architecture Overview and Best Practices
Efficient Ops
Efficient Ops
Feb 29, 2016 · Cloud Computing

Unlocking Cloudify: A Deep Dive into Open-Source Cloud Orchestration

This article provides a comprehensive overview of Cloudify, an open‑source cloud orchestration platform, covering its evolution from Java to Python, core components, architecture, integration with Docker and OpenStack, typical use cases, and practical deployment scenarios for efficient operations.

CloudifyDockerOpenStack
0 likes · 14 min read
Unlocking Cloudify: A Deep Dive into Open-Source Cloud Orchestration
ITPUB
ITPUB
Feb 22, 2016 · Cloud Native

Why Linux veth Devices Miss TCP Checksums in Containers and How to Fix It

A Linux kernel bug caused virtual Ethernet (veth) devices in container environments to ignore TCP checksum validation, leading to corrupted data reaching applications, and the article explains the incident, investigation, reproducible tests, root cause in the veth driver, and the patch that resolves the issue.

DockerKubernetesLinux
0 likes · 11 min read
Why Linux veth Devices Miss TCP Checksums in Containers and How to Fix It
Architect
Architect
Feb 18, 2016 · Cloud Native

Collecting Docker Container Logs with Flume: Strategies and Implementation

This article explains how to capture Docker container logs, discusses the challenges of multi‑line log correlation, and presents two approaches—client‑side parsing and server‑side parsing—along with a concrete Flume customization using a DockerLog Java bean.

ContainerDockerFlume
0 likes · 7 min read
Collecting Docker Container Logs with Flume: Strategies and Implementation
Efficient Ops
Efficient Ops
Feb 3, 2016 · Operations

Zero‑Touch Java Deployment with Docker: A Four‑Step Guide

This article walks through a practical Docker‑based continuous deployment pipeline for a Java application, showing how Git, Jenkins, and Docker Registry can be configured to automatically build, test, and deploy code without manual intervention, complete with screenshots and FAQs.

Continuous DeploymentDockerJava
0 likes · 13 min read
Zero‑Touch Java Deployment with Docker: A Four‑Step Guide
21CTO
21CTO
Jan 25, 2016 · Cloud Native

Why Docker Still Dominates: 2016 Tech Awards Highlights & Key Container Projects

InfoWorld’s 2016 Technology of the Year Awards spotlight Docker’s dominance, listing top container‑related projects such as Docker, Kubernetes, CoreOS, Mesos and others, while also covering a broad range of languages, tools, cloud services and big‑data platforms that shaped the tech landscape.

Cloud NativeContainersDevOps
0 likes · 6 min read
Why Docker Still Dominates: 2016 Tech Awards Highlights & Key Container Projects
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
Efficient Ops
Efficient Ops
Jan 12, 2016 · Operations

Mastering PaaS Operations: From Cloud1.0 to Resource‑Centric Architecture

This article explores the evolution of cloud platforms—from early virtualization (Cloud1.0) through resource‑centric Cloud2.0 to application‑centric PaaS (Cloud3.0)—detailing essential operations tasks such as resource allocation, deployment, service discovery, and log management, and outlining practical design choices using Docker, Mesos, and ELK.

DockerELKPaaS
0 likes · 15 min read
Mastering PaaS Operations: From Cloud1.0 to Resource‑Centric Architecture
High Availability Architecture
High Availability Architecture
Jan 12, 2016 · Cloud Native

Joyent CTO Bryan Cantrill Discusses Docker Containers, Industry Challenges, and the Future of Cloud‑Native Computing

In a 2016 TechTarget interview, Joyent CTO Bryan Cantrill explains Joyent’s early adoption of OS‑level containers, the launch of its native container platform Triton, the current state of container technology, the need for better micro‑service migration strategies, and his outlook on the evolving cloud‑native ecosystem.

ContainersDockerJoyent
0 likes · 8 min read
Joyent CTO Bryan Cantrill Discusses Docker Containers, Industry Challenges, and the Future of Cloud‑Native Computing
Architects Research Society
Architects Research Society
Dec 31, 2015 · Cloud Computing

Cloud Foundry vs Docker: A High‑Level Comparison for Developers

The article compares IBM Bluemix's Cloud Foundry and Docker, outlining their core concepts, key advantages such as ease of use versus portability, differences in packaging, scalability, service integration, and provides guidance on choosing the right platform for various application needs.

Cloud FoundryContainersDocker
0 likes · 13 min read
Cloud Foundry vs Docker: A High‑Level Comparison for Developers
Efficient Ops
Efficient Ops
Dec 23, 2015 · Cloud Native

Can Docker Become the IT World’s Game-Changing “Container”?

The article draws a parallel between the historical impact of shipping containers and Docker, arguing that Docker’s container ecosystem could reshape IT production, operations, and cloud services by enabling standardized, portable workloads and fostering a new era of collaborative software delivery.

ContainersDevOpsDocker
0 likes · 18 min read
Can Docker Become the IT World’s Game-Changing “Container”?
Efficient Ops
Efficient Ops
Dec 21, 2015 · Operations

How to Eliminate Plaintext MySQL Passwords in Docker Containers

This article examines the security risk of exposing MySQL root passwords as plaintext environment variables in Docker containers and presents a practical volume‑replacement method, comparing it with password‑modification approaches while discussing Docker‑layer versus application‑layer considerations.

Container SecurityDevOpsDocker
0 likes · 10 min read
How to Eliminate Plaintext MySQL Passwords in Docker Containers
Qunar Tech Salon
Qunar Tech Salon
Dec 14, 2015 · Cloud Native

Building Scalable Development Environments with Docker, Mesos, and Kubernetes: Lessons Learned

This article details a year‑long journey of designing, deploying, and operating container‑based development environments using Docker, Apache Mesos, and Kubernetes, covering the challenges of version consistency, rapid environment switching, resource isolation, and the practical solutions and lessons gathered from real‑world production use.

DevOpsDockerInfrastructure
0 likes · 16 min read
Building Scalable Development Environments with Docker, Mesos, and Kubernetes: Lessons Learned
ITPUB
ITPUB
Nov 27, 2015 · Operations

How to Quickly Set Up a Data Science Environment with Docker

This guide explains why Docker simplifies data‑science environment setup, walks through installing Docker, pulling ready‑made images, running a container with Jupyter Notebook, managing files, installing additional packages, and cleaning up, providing step‑by‑step commands for Windows, macOS, and Linux users.

ContainerDevOpsDocker
0 likes · 14 min read
How to Quickly Set Up a Data Science Environment with Docker
MaGe Linux Operations
MaGe Linux Operations
Nov 27, 2015 · Cloud Native

Master Docker: Essential Commands for Managing Images and Containers

This tutorial walks you through essential Docker commands, covering how to list images, search and pull images, run containers with various options, inspect logs, stop, remove, restart containers, and export or import container snapshots, all illustrated with clear examples and screenshots.

DockerTutorialcloud-native
0 likes · 6 min read
Master Docker: Essential Commands for Managing Images and Containers
MaGe Linux Operations
MaGe Linux Operations
Nov 26, 2015 · Operations

Master Docker Image Management: List, Tag, Push, Save, and Delete

This guide walks through essential Docker image commands—listing, searching, pulling, tagging, pushing, saving, loading, and deleting images—while explaining the underlying UnionFS layer mechanism and offering practical code examples for effective container image management.

Container ManagementDockerLinux operations
0 likes · 6 min read
Master Docker Image Management: List, Tag, Push, Save, and Delete
21CTO
21CTO
Nov 23, 2015 · Cloud Native

Unveiling Docker 1.2: Deep Dive into Its Architecture and Core Components

This article provides a comprehensive analysis of Docker 1.2's architecture, detailing each module's function, the internal workflow of key commands, and how Docker's design enables lightweight, secure container virtualization for modern cloud‑native applications.

Cloud NativeContainerDevOps
0 likes · 20 min read
Unveiling Docker 1.2: Deep Dive into Its Architecture and Core Components
21CTO
21CTO
Nov 22, 2015 · Cloud Native

Step-by-Step Guide to Build a Kubernetes Cluster on CentOS 7

This article walks through installing and configuring a Kubernetes 0.6.2 cluster on CentOS 7, covering core concepts, environment setup, master and minion configuration, deployment of pods, services, replication controllers, and practical testing of load balancing and scaling.

CentOSCluster DeploymentDocker
0 likes · 19 min read
Step-by-Step Guide to Build a Kubernetes Cluster on CentOS 7
21CTO
21CTO
Nov 19, 2015 · Cloud Computing

How Mango TV Built a Hybrid Cloud Platform to Scale Video Services

The article examines how Mango TV leveraged its broadcast assets and a hybrid cloud architecture—combining private and public cloud services, Docker‑based scheduling, Redis‑Cluster, and a custom PaaS called ProjectEru—to support IPTV, OTT, and web content at massive scale while maintaining stability and low operational cost.

Cloud NativeDockerVideo Streaming
0 likes · 12 min read
How Mango TV Built a Hybrid Cloud Platform to Scale Video Services
Efficient Ops
Efficient Ops
Nov 17, 2015 · Information Security

Why Are MySQL Docker Containers Exposing Plaintext Passwords?

This article examines how MySQL containers run with Docker often expose root passwords in clear text through environment variables, detailing where the plaintext is stored, the security risks involved, and practical steps to mitigate the vulnerability.

DevOpsDockermysql
0 likes · 9 min read
Why Are MySQL Docker Containers Exposing Plaintext Passwords?
21CTO
21CTO
Nov 12, 2015 · Cloud Computing

Scaling Mogujie's Private Cloud for 11.11: Architecture, Stability & Ops Insights

This article details how Mogujie's private cloud platform, built on OpenStack, Docker, and KVM, was engineered and optimized to handle the massive traffic of the 11.11 shopping festival, covering architectural choices, stability measures, monitoring, disaster recovery, performance tuning, and integration with existing operations systems.

DockerKVMOpenStack
0 likes · 10 min read
Scaling Mogujie's Private Cloud for 11.11: Architecture, Stability & Ops Insights

Understanding Container Technology: From Virtual Machines to Scalable Container Clusters

This article explains the fundamentals of container technology, compares containers with virtual machines, describes how containers are managed and deployed using tools like Docker and CoreOS, and shows how container clusters improve resource utilization and scalability in modern DevOps environments.

ContainersDevOpsDocker
0 likes · 15 min read
Understanding Container Technology: From Virtual Machines to Scalable Container Clusters
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
Hulu Beijing
Hulu Beijing
Aug 14, 2015 · Big Data

How Voidbox Bridges Docker and YARN for Scalable Big Data Workloads

Voidbox integrates Docker containers with YARN to simplify distributed application development, improve deployment, boost cluster efficiency, and provide fault‑tolerant, DAG‑based execution modes, enabling seamless resource management for Hadoop‑based big data jobs.

Big DataCluster ComputingDAG
0 likes · 17 min read
How Voidbox Bridges Docker and YARN for Scalable Big Data Workloads
MaGe Linux Operations
MaGe Linux Operations
Jun 23, 2015 · Operations

Essential Docker Commands Every Developer Should Master

This guide introduces essential Docker commands—from pulling images and managing containers to inspecting and removing them—providing clear examples and best practices for safely operating Docker on any system, including host file configuration, interactive sessions, background execution, and cleanup procedures.

ContainerDevOpsDocker
0 likes · 5 min read
Essential Docker Commands Every Developer Should Master
Efficient Ops
Efficient Ops
Jun 9, 2015 · Operations

Why Docker Redefines Linux: The Real Benefits Behind Lightweight Containers

This article examines Docker’s core design principles—lightweight, rapid startup, and limited security—explaining how containers act as isolated service units rather than virtual machines, and why these traits simplify daemonization, privilege management, and configuration, ultimately reshaping server‑side development and operations.

Dockercloud-native
0 likes · 10 min read
Why Docker Redefines Linux: The Real Benefits Behind Lightweight Containers
Suning Technology
Suning Technology
Apr 30, 2015 · Cloud Computing

Suning CloudStack Salon: Open‑Source Cloud, Docker, and Storage Insights

The April 25, 2015 Suning Cloud Computing sharing session in Nanjing gathered around 200 cloud enthusiasts and developers, featuring talks on CloudStack’s open‑source contributions, troubleshooting, Docker adoption, object storage practices, custom network design, and distributed storage systems, followed by Q&A and a group photo.

CloudStackDockerdistributed storage
0 likes · 6 min read
Suning CloudStack Salon: Open‑Source Cloud, Docker, and Storage Insights
Meituan Technology Team
Meituan Technology Team
Mar 10, 2015 · Cloud Native

Introduction to Docker and Its Ecosystem

Docker is an open‑source platform that packages applications into lightweight Linux containers, offering faster startup, isolated environments, and simple image management via Docker Hub, while providing core components like daemon, client, and networking modes, and spawning an ecosystem of tools such as CoreOS, Kubernetes, Deis, and Flynn for scalable deployment.

Cloud NativeDevOpsDocker
0 likes · 15 min read
Introduction to Docker and Its Ecosystem
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
Meituan Technology Team
Meituan Technology Team
Jan 31, 2015 · Cloud Native

Docker Introduction and Architecture

Docker, an open-source tool written in Go, packages applications into lightweight Linux containers that share the host kernel, offering near-native performance, a client-server architecture with images and containers, simple bridge networking, essential CLI commands, and an evolving ecosystem including CoreOS, Kubernetes, and PaaS platforms.

DockerDocker ArchitectureDocker Commands
0 likes · 12 min read
Docker Introduction and Architecture
Qunar Tech Salon
Qunar Tech Salon
Jan 12, 2015 · Backend Development

Designing and Building a Private Docker Registry Service

This article outlines the requirements, architecture, and implementation considerations for creating a private Docker registry, covering intelligent layer deduplication, a searchable web UI, horizontal scaling, and the underlying Python/Flask stack with various storage back‑ends.

DockerFlaskWeb UI
0 likes · 5 min read
Designing and Building a Private Docker Registry Service
MaGe Linux Operations
MaGe Linux Operations
Jun 24, 2014 · Cloud Native

Getting Started with Docker: A Beginner’s Guide to Containers

This article introduces Docker, explains its architecture and advantages over virtual machines, compares it with Vagrant, and provides a step‑by‑step tutorial for installing Docker on Fedora, pulling images, running a Node.js/Express app inside a container, and publishing the image to Docker Hub.

ContainersDockerExpress
0 likes · 11 min read
Getting Started with Docker: A Beginner’s Guide to Containers
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