2 个仓库
Attaches containers to a virtual Ethernet bridge on each host for direct L2 connectivity within an overlay network.
Distinct from Container Network Attachments: Distinct from Container Network Attachments: focuses on bridge-based L2 attachment for overlay networking, not general interface attachment via plugins.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Bridge-Based Attachments. Refine with filters or upvote what's useful.
Weave is a multi-host container networking tool that connects containers running on different physical machines into a single virtual network. It creates a software-defined overlay network spanning multiple hosts, enabling containers to communicate directly with each other as if they were on the same local switch. The system provides automatic service discovery, resolving container names to network addresses across hosts without manual configuration. Traffic between containers on different hosts is secured through encrypted tunnels, preventing eavesdropping and tampering. Weave also includes
Attaches containers to a virtual Ethernet bridge for direct L2 connectivity across hosts.
LXD is a unified platform for managing both system containers and virtual machines through a single REST API and command-line interface. It provides a programmatic HTTP interface for controlling the full lifecycle of instances, enabling automation and integration with external tools. The system runs unprivileged containers with per-instance UID/GID mappings, seccomp filters, and AppArmor profiles for kernel-level isolation, while supporting multiple storage backends including directory, Btrfs, LVM, ZFS, Ceph, LINSTOR, and TrueNAS through a unified driver interface. The platform distinguishes
Creates virtual device pairs to connect instances to a host bridge for shared network access.