Exherbo
GitLab
Packages
kubernetes/bridge
Kubernetes - Container network interface - bridge plugin.
Versions
Slot
Version
Repository
Platforms
0
1.6.2
CleverCloud
~amd64
arm?
armv7?
armv8?
x86?
Metadata
Homepage
(
https://github.com/containernetworking/plugins
https://www.cni.dev/plugins/current/main/bridge/
)
Summary
Kubernetes - Container network interface - bridge plugin
Description
With bridge plugin, all containers (on the same host) are plugged into a bridge (virtual switch) that resides in the host network namespace. The containers receive one end of the veth pair with the other end connected to the bridge. An IP address is only assigned to one end of the veth pair – one residing in the container. The bridge itself can also be assigned an IP address, turning it into a gateway for the containers. Alternatively, the bridge can function purely in L2 mode and would need to be bridged to the host network interface (if other than container-to-container communication on the same host is desired). The network configuration specifies the name of the bridge to be used. If the bridge is missing, the plugin will create one on first use and, if gateway mode is used, assign it an IP that was returned by IPAM plugin via the gateway field.
Dependencies
(
(
build:
dev-lang/go[>=1.23]
)
(
build:
dev-lang/go
)
)
Downloads
https://github.com/containernetworking/plugins/archive/v1.6.2.tar.gz -> plugins-1.6.2.tar.gz
Licences
Apache-2.0