Alibaba Cloud Native
Alibaba Cloud Native
Mar 14, 2019 · Backend Development

How PouchContainer Achieves Full Integration Test Coverage with Go

This article explains how Alibaba's open‑source PouchContainer adds both unit‑test and integration‑test coverage reporting using Go's cover tool, TravisCI, Codecov, and custom test harnesses, providing step‑by‑step commands, code snippets, and PR details to raise overall coverage from 18% to 60%.

CICodecovGo
0 likes · 13 min read
How PouchContainer Achieves Full Integration Test Coverage with Go
Alibaba Cloud Native
Alibaba Cloud Native
Oct 16, 2018 · Cloud Native

How Alibaba Achieved 100% Containerization with PouchContainer

Alibaba’s PouchContainer, an internally built container runtime, combines LXC and Docker technologies to enable full‑scale, non‑intrusive containerization of online services, offering rich features such as systemd‑based rich containers, enhanced isolation, P2P image distribution, in‑place upgrades, and native Kubernetes integration.

Container RuntimeKubernetesPouchContainer
0 likes · 15 min read
How Alibaba Achieved 100% Containerization with PouchContainer
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.

AlibabaDocker CompatibilityImage Distribution
0 likes · 22 min read
How Alibaba Achieved 100% Containerization with PouchContainer – A Deep Dive
Alibaba Cloud Native
Alibaba Cloud Native
Sep 10, 2018 · Cloud Native

How Alibaba Scaled to 100% Containerization with PouchContainer: A Cloud‑Native Journey

Alibaba achieved full internal containerization by evolving from monolithic apps to the T4 container, integrating Docker images, and open‑sourcing PouchContainer, detailing the architectural shifts, resource isolation requirements, large‑scale deployment strategies, and lessons for building cloud‑native platforms.

DockerKubernetesPouchContainer
0 likes · 24 min read
How Alibaba Scaled to 100% Containerization with PouchContainer: A Cloud‑Native Journey
Alibaba Cloud Native
Alibaba Cloud Native
May 25, 2018 · Cloud Native

What’s New in PouchContainer 0.5.0? Key Features and Improvements

PouchContainer 0.5.0 introduces lightweight, open‑source container enhancements such as CRI v1alpha2 support, dynamic env updates, improved image engine, storage plugins, network management, and extensive stability fixes, aiming to boost large‑scale data‑center resource utilization and simplify legacy workload containerization.

Container RuntimeKubernetes CRIPouchContainer
0 likes · 6 min read
What’s New in PouchContainer 0.5.0? Key Features and Improvements
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.

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

How LXCFS Enables Accurate /proc Views in PouchContainer: A Deep Dive

Starting from version 0.3.0, PouchContainer integrates the open‑source LXCFS FUSE filesystem to isolate /proc views inside containers, allowing existing monitoring and deployment tools to read container‑specific metrics without modification, and the article details the use cases, command‑line integration, and stability improvements.

LXCFSLinuxMonitoring
0 likes · 10 min read
How LXCFS Enables Accurate /proc Views in PouchContainer: A Deep Dive