4 Container Networking Tools to Know

1805

With so many new cloud computing technologies, tools, and techniques to keep track of, it can be hard to know where to start learning new skills. This series on next-gen cloud technologies aims to help you get up to speed on the important projects and products in emerging and rapidly changing areas such as software-defined networking (SDN) , containers, and the space where they coincide: container networking.

The relationship between containers and networks remains challenging for enterprise container deployment. Containers need networking functionality to connect distributed applications. Part of the challenge, according to a recent Enterprise Networking Planet article, is “to deploy containers in a way that provides the isolation they need to function as their own self-contained data environments while still maintaining effective connectivity.”

Docker, the popular container platform, uses software-defined virtual networks to connect containers with the local network. Additionally, it uses Linux bridging features and virtual extensible LAN (VXLAN) technology so containers can communicate with each other in the same Swarm, or cluster. Docker’s plug-in architecture also allows other network management tools, such as those listed below, to control containers.

Innovation in container networking has enabled containers to connect with other containers across hosts. This enables developers to start an application in a container on a host in a development environment and transition it across testing and then into a production environment enabling continuous integration, agility, and rapid deployment.

Container networking tools help accomplish container networking scalability, mainly by:

1) enabling complex, multi-host systems to be distributed across multiple container hosts.

2) enabling orchestration for container systems spanning a tremendous number of hosts across multiple public and private cloud platforms.

John Willis speaking at Open Networking Summit 2016.
For more information, check out the Docker Networking Tutorial video, which was presented by Brent Salisbury and John Willis at the recent Open Networking Summit (ONS). This and many other ONS keynotes and presentations can be found here.

Container networking tools and projects you should know about include:

Calico — The Calico project (from Metaswitch) leverages Border Gateway Protocol (BGP) and integrates with cloud orchestration systems for secure IP communication between virtual machines and containers.

Flannel — Flannel (previously called rudder) from CoreOS provides an overlay network that can be used as an alternative to existing SDN solutions.

Weaveworks — The Weaveworks projects for managing containers include Weave Net, Weave Scope, and Weave Flux. Weave Net is a tool for building and deploying Docker container networks.

Canal — Just this week, CoreOS and Tigera announced the formation of a new open source project called Canal. According to the announcement, the Canal project aims to combine aspects of Calico and Flannel, “weaving security policy into both the network fabric and the cloud orchestrator.”

You can learn more about container management, software-defined networking, and other next-gen cloud technologies through The Linux Foundation’s free “Cloud Infrastructure Technologies” course — a massively open online course being offered through edX. Registration for this course is open now, and course content will be available in June.