Tagged articles
3 articles
Page 1 of 1
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Sep 23, 2024 · Fundamentals

Understanding UML Deployment Diagrams

This article explains the purpose, components, and relationships of UML deployment diagrams, illustrates a basic deployment example with client, web, application, and database nodes, and provides visual references while also promoting additional architecture resources from the author.

ArtifactDeployment DiagramNode
0 likes · 5 min read
Understanding UML Deployment Diagrams
Open Source Linux
Open Source Linux
May 24, 2022 · Cloud Computing

How Docker Uses veth Pairs and Custom Networks for Container Connectivity

This article explains Docker's networking fundamentals, covering Linux veth pairs, the default docker0 bridge, container IP allocation, the deprecated --link option, and how to create and use custom bridge networks to achieve service‑name based communication and network isolation.

Dockerbridge networkcustom network
0 likes · 13 min read
How Docker Uses veth Pairs and Custom Networks for Container Connectivity