Tag

Container Communication

1 views collected around this technical thread.

NetEase Yanxuan Technology Product Team
NetEase Yanxuan Technology Product Team
Dec 12, 2022 · Mobile Development

Design and Evolution of the Container Communication Layer in NetEase Yanxuan Mobile App

The NetEase Yanxuan app replaced its fragmented container bridges with a unified NativeBridge protocol and modular core, enabling H5, Flutter, RN and future containers to communicate with native modules through a single adaptation layer, dramatically lowering development cost, improving maintainability, and supporting business‑agnostic, backward‑compatible integration.

ArchitectureContainer CommunicationMobile Development
0 likes · 18 min read
Design and Evolution of the Container Communication Layer in NetEase Yanxuan Mobile App
Cloud Native Technology Community
Cloud Native Technology Community
Feb 4, 2021 · Cloud Native

Container Communication Inside a Kubernetes Pod: Shared Volumes and IPC

This article explains how containers within a Kubernetes Pod communicate using shared volumes and inter‑process communication (IPC), providing detailed examples, YAML definitions, and kubectl commands to illustrate sidecar patterns, volume lifecycles, and message‑queue based IPC between pod containers.

Container CommunicationIPCKubernetes
0 likes · 8 min read
Container Communication Inside a Kubernetes Pod: Shared Volumes and IPC