87642a38d7 | ||
---|---|---|
build | ||
cni | ||
cnm | ||
common | ||
docs | ||
ebtables | ||
ipam | ||
log | ||
netlink | ||
network | ||
platform | ||
store | ||
.gitignore | ||
CHANGELOG.md | ||
Dockerfile.build | ||
Dockerfile.cnm | ||
LICENSE | ||
MAINTAINERS | ||
Makefile | ||
README.md |
README.md
Microsoft Azure Container Networking
Overview
This repository is a place for the community to build the best container networking experience on Azure. It contains container networking plugins and tools for Linux and Windows containers running on Azure:
- libnetwork (CNM) network and IPAM plugins for Docker Engine and Docker Swarm.
- CNI network and IPAM plugins for Kubernetes and DC/OS.
Plugins implement similar functionality for their respective use cases on both platforms. The network plugins connect containers to your Azure VNET, to take advantage of Azure SDN capabilities. The IPAM plugins provide IP address management functionality for container IP addresses from Azure VNET address space.
Two environments are supported:
- Microsoft Azure: Available in all Azure regions.
- Microsoft Azure Stack: The hybrid cloud platform that enables you to deliver Azure services from your own datacenter.
Plugins are offered as part of Azure Container Service (ACS), as well as for individual Azure IaaS VMs. For ACS clusters created by acs-engine, the deployment and configuration of both plugins on both Linux and Windows nodes is automatic.
Documentation
See Documentation for details, use cases and examples.
Build
This repository builds on Windows and Linux. Build plugins directly from the source code for the latest version.
$ git clone https://github.com/Azure/azure-container-networking
$ cd azure-container-networking
$ make all-binaries
Then follow the instructions for the plugin in Documentation.
Contributions
Contributions in the form of bug reports, feature requests and PRs are always welcome.
Please follow these instructions before submitting a PR:
- Create an issue describing the problem you are trying to solve.
- Clone the repository and create a topic branch.
- Make changes, adding new tests for new functionality.
- Run the checkin validation tests.
- Submit a PR.
Changelog
See CHANGELOG.
License
See LICENSE.
Code of Conduct
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.