Tagged articles

cloud-native

3204 articles · Page 33 of 33
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.

DockerKubernetesLinux
0 likes · 15 min read
Introduction to Docker and Its Ecosystem
Art of Distributed System Architecture Design
Art of Distributed System Architecture Design
Mar 7, 2015 · Backend Development

Why gRPC Is the High‑Performance RPC Framework for Modern Apps

gRPC, an open‑source RPC framework built by Google on HTTP/2 and Protocol Buffers, offers strong IDL capabilities, multi‑language support, and efficient streaming that reduce bandwidth, CPU usage, and battery drain, making it ideal for low‑latency, scalable backend and mobile client architectures.

Backend DevelopmentHTTP/2Open Source
0 likes · 4 min read
Why gRPC Is the High‑Performance RPC Framework for Modern Apps
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.

Shopifycloud-nativecontainerization
0 likes · 5 min read
Shopify’s Docker Container Strategy and Best Practices
Qunar Tech Salon
Qunar Tech Salon
Nov 3, 2014 · Cloud Native

Docker: Background, Core Technologies, and Recent Projects Overview

This article provides a comprehensive overview of Docker, covering its historical background, core container technologies such as Linux namespaces, cgroups, and AUFS, a practical Hello World example, and recent sub‑projects, illustrating how Docker reshapes cloud‑native development and operations.

AUFSContainersLinux Namespaces
0 likes · 16 min read
Docker: Background, Core Technologies, and Recent Projects Overview